]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- add service check template
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Sep 2009 15:02:52 +0000 (15:02 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Sep 2009 15:02:52 +0000 (15:02 +0000)
svn-id: @10600

commands/check_dns.cfg

index da1618959e6b11421a856be3336f458436a4486d..fb1d6aa305748a9ace9c0ed00540c60a54de94fc 100644 (file)
@@ -9,3 +9,18 @@ define command {
        command_name    check_dnsbl
        command_line    $USER1$/check_dns -s $HOSTADDRESS$ -H 2.0.0.127.$ARG1$ -a 127.0.0.2 $ARG2$
 }
+
+# DNS
+define service {
+       use                     generic-service
+       name                    dns
+       service_description     dns
+       register                0
+
+       normal_check_interval   10
+       retry_check_interval    5
+       notification_interval   30
+
+       check_command           check_dns
+}
+
This page took 0.106653 seconds and 4 git commands to generate.