]> git.pld-linux.org Git - packages/nagios-plugin-check_ssl_cert.git/blobdiff - check_ssl_cert.cfg
1.49.0: Support for OpenSSL 1.1
[packages/nagios-plugin-check_ssl_cert.git] / check_ssl_cert.cfg
index 0d7ad519ed784ba20dade0eee87eb70ee35a9c0d..38c11905c8c1f6e36ce6b92ddd9174cb6a7b0bc6 100644 (file)
@@ -2,19 +2,18 @@
 # check_ssl_cert
 define command {
        command_name    check_ssl_cert
-       command_line    /usr/lib/nagios/plugins/check_ssl_cert -H $HOSTADDRESS$ $ARG1$
+       command_line    /usr/lib/nagios/plugins/check_ssl_cert -H $HOSTADDRESS$ -w 14 -c 7 $ARG1$
 }
 
 define service {
        use                     generic-service
-       name                    template
-       service_description     template
+       name                    check_ssl_cert
+       service_description     check_ssl_cert
        register                0
 
-       normal_check_interval   5
-       retry_check_interval    1
-
-       notification_interval   10
+       ; check every 12h is sufficent, notify daily
+       normal_check_interval   720
+       notification_interval   1440
 
        check_command           check_ssl_cert
 }
This page took 0.134402 seconds and 4 git commands to generate.