]> git.pld-linux.org Git - packages/nagios-plugin-check_ssl_cert.git/blame - check_ssl_cert.cfg
- up to 1.80.1
[packages/nagios-plugin-check_ssl_cert.git] / check_ssl_cert.cfg
CommitLineData
7b88b913
ER
1# Usage:
2# check_ssl_cert
3define command {
4 command_name check_ssl_cert
54907c19 5 command_line /usr/lib/nagios/plugins/check_ssl_cert -H $HOSTADDRESS$ -w 14 -c 7 $ARG1$
7b88b913
ER
6}
7
8define service {
9 use generic-service
0ea45463
ER
10 name check_ssl_cert
11 service_description check_ssl_cert
7b88b913
ER
12 register 0
13
90c5cea1
ER
14 ; check every 12h is sufficent, notify daily
15 normal_check_interval 720
16 notification_interval 1440
7b88b913
ER
17
18 check_command check_ssl_cert
19}
This page took 0.060572 seconds and 4 git commands to generate.