]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/manifests/monitoring/services.pp
Put longer time for ntp checks
[perso/Immae/Projets/Puppet.git] / modules / profile / manifests / monitoring / services.pp
index 0ecc135ebbab8b31418545667fbc78fe96c7fd02..5ff3c6dcb358215d3c367ed513f423535d212535 100644 (file)
@@ -35,8 +35,13 @@ class profile::monitoring::services {
         check_command => "check_command_output!fail2ban-client ping!pong!-r root",
       };
     "NTP is activated and working":
-      local => {
-        check_command => "check_ntp",
+      master => {
+        check_interval      => "60",
+        freshness_threshold => Integer(60*60*1.5),
+      },
+      local  => {
+        check_command  => "check_ntp",
+        check_interval => "60"
       };
     "No mdadm array is degraded":
       common => {