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