4ed007a08ce17921a8653c451cfd1ca0a5493943
Benjamin Renard Initial commit

Benjamin Renard authored 9 years ago

1) Nagios plugin to check Apt-cacher-NG status
2) ===========================================
3) 
4) Usage
5) -----
6) 
7)   Usage : check_apt_cacher_ng [-H hostaddress] [-p port] [-Pdh]
8)   
9)     -H hostaddress	Specify apt-cacher-ng host address (default=127.0.0.1)
10)     -p post		Specify apt-cacher-ng TCP port (default=3142)
11)     -P			Include performance data
12)     -d			Enable debug mode
13)     -h			Show this help message
14) 
15) Requirements
16) ------------
17) 
18)  - html2text
19)  - sed
20)  - egrep
21)  - tail
22)  - awk
Benjamin Renard Permit to specify ReportPag...

Benjamin Renard authored 9 years ago

23)  - wget