6601dd9c2f91d17d144031c38f74f9ba9f173f13
Benjamin Renard Initial commit

Benjamin Renard authored 8 years ago

1) Nagios plugin to check Apt-cacher-NG status
2) ===========================================
3) 
4) Usage
5) -----
6) 
Benjamin Renard Permit to specify auth info...

Benjamin Renard authored 8 years ago

7)   Usage : check_apt_cacher_ng [-H hostaddress] [-p port] [-r reportpage] [-a user:pass] [-Pdh]
Benjamin Renard Initial commit

Benjamin Renard authored 8 years ago

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)
Benjamin Renard Permit to specify auth info...

Benjamin Renard authored 8 years ago

11)     -r reportpage		Specify apt-cacher-ng ReportPage parameter value (default=acng-report.html)
12)     -a user:pass		Specify authentication informations with format 'user:pass'
Benjamin Renard Initial commit

Benjamin Renard authored 8 years ago

13)     -P			Include performance data
14)     -d			Enable debug mode
15)     -h			Show this help message
16) 
17) Requirements
18) ------------
19) 
20)  - html2text
21)  - sed
22)  - egrep
23)  - tail
24)  - awk
Benjamin Renard Permit to specify ReportPag...

Benjamin Renard authored 8 years ago

25)  - wget