Andrew Bogott has submitted this change and it was merged.

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 chance

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

Approvals:
  Andrew Bogott: Looks good to me, approved
  coren: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/labs_ldap_dns/manifests/init.pp 
b/modules/labs_ldap_dns/manifests/init.pp
index 4a5e328..037c891 100644
--- a/modules/labs_ldap_dns/manifests/init.pp
+++ b/modules/labs_ldap_dns/manifests/init.pp
@@ -47,9 +47,10 @@
         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,
     }
-
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I78a13a9fc54d01e471c42cde7b18107e95eb62b6
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: coren <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to