]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Fri, 22 Sep 2017 04:36:02 +0000 (06:36 +0200)
committerFrank Brehm <frank@brehm-online.com>
Fri, 22 Sep 2017 04:36:02 +0000 (06:36 +0200)
icinga2/conf.d/services/dns.conf

index 048b441517a3adaa7cbbe1197208df2429df51de..f6e118516a1cf4e0a1d74acfc5207e949745e652 100644 (file)
@@ -19,8 +19,8 @@ apply Service "dns_authoritative" {
   check_command = "dns"
   vars.dns_lookup = host.vars.check_dns_domain
   vars.dns_server = host.address
-  vars.dns_authoritative = true
-  vars.dns_query_type = "SOA"
+  #vars.dns_authoritative = true
+  #vars.dns_query_type = "SOA"
 
   assign where host.vars.is_ns == true && host.vars.check_dns_domain
 }