Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/258152

Change subject: Change the icinga settings for labs public dns monitoring
......................................................................

Change the icinga settings for labs public dns monitoring

- In case of failure, retry immediately
- Only give it one more change
- Page

Change-Id: I78a13a9fc54d01e471c42cde7b18107e95eb62b6
---
M modules/labs_ldap_dns/manifests/init.pp
1 file changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/52/258152/1

diff --git a/modules/labs_ldap_dns/manifests/init.pp 
b/modules/labs_ldap_dns/manifests/init.pp
index 4a5e328..31c393d 100644
--- a/modules/labs_ldap_dns/manifests/init.pp
+++ b/modules/labs_ldap_dns/manifests/init.pp
@@ -47,9 +47,11 @@
         ip_address => $dns_auth_ipaddress,
     }
     monitoring::service { 'auth dns':
-        host          => $dns_auth_soa_name,
-        description   => 'Auth DNS',
-        check_command => 'check_dns!nagiostest.beta.wmflabs.org',
+        host                 => $dns_auth_soa_name,
+        description          => 'Auth DNS',
+        check_command        => 'check_dns!nagiostest.beta.wmflabs.org',
+        retry_check_interval => 0,
+        retries              => 2,
+        critical             => true,
     }
-
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/258152
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78a13a9fc54d01e471c42cde7b18107e95eb62b6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to