]> git.pld-linux.org Git - packages/nagios-plugin-check_ssl_cert.git/blob - check_ssl_cert.cfg
- not template
[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$ $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         normal_check_interval   5
15         retry_check_interval    1
16
17         notification_interval   10
18
19         check_command           check_ssl_cert
20 }
This page took 0.071499 seconds and 4 git commands to generate.