Alexandros Kosiaris has submitted this change and it was merged.

Change subject: icinga: Increase NTP check intervals
......................................................................


icinga: Increase NTP check intervals

Apart from the fact that we don't really expect the time to change in
30 minutes, the numbers introduced in  a12ba9646 introduced a window for
false positive NTP alerts to show up. Triple them as even triple the
current number should be safe

Change-Id: I0a7ed4f07f19e1c48a7d87f1668875be7355a406
---
M modules/standard/manifests/ntp/client.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



diff --git a/modules/standard/manifests/ntp/client.pp 
b/modules/standard/manifests/ntp/client.pp
index daa4fd2..134a9a4 100644
--- a/modules/standard/manifests/ntp/client.pp
+++ b/modules/standard/manifests/ntp/client.pp
@@ -22,8 +22,8 @@
     monitoring::service { 'ntp':
         description    => 'NTP',
         check_command  => 'check_ntp_time!0.5!1',
-        check_interval => 10,
-        retry_interval => 5,
+        check_interval => 30,
+        retry_interval => 15,
     }
 
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0a7ed4f07f19e1c48a7d87f1668875be7355a406
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>

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

Reply via email to