aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/services.pp
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-26 12:26:36 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-07-26 12:29:52 +0200
commit63102a9ba9acce5697d4a0487df038b25ad8f28d (patch)
tree28152f9c85b360fba56d16af48eb8756c9ca554b /modules/profile/manifests/monitoring/services.pp
parent60fb787df260a2fb9cd87761d19eed6e78d0d797 (diff)
downloadPuppet-63102a9ba9acce5697d4a0487df038b25ad8f28d.tar.gz
Puppet-63102a9ba9acce5697d4a0487df038b25ad8f28d.tar.zst
Puppet-63102a9ba9acce5697d4a0487df038b25ad8f28d.zip
Put longer time for ntp checks
Diffstat (limited to 'modules/profile/manifests/monitoring/services.pp')
-rw-r--r--modules/profile/manifests/monitoring/services.pp9
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/profile/manifests/monitoring/services.pp b/modules/profile/manifests/monitoring/services.pp
index 0ecc135..5ff3c6d 100644
--- a/modules/profile/manifests/monitoring/services.pp
+++ b/modules/profile/manifests/monitoring/services.pp
@@ -35,8 +35,13 @@ class profile::monitoring::services {
35 check_command => "check_command_output!fail2ban-client ping!pong!-r root", 35 check_command => "check_command_output!fail2ban-client ping!pong!-r root",
36 }; 36 };
37 "NTP is activated and working": 37 "NTP is activated and working":
38 local => { 38 master => {
39 check_command => "check_ntp", 39 check_interval => "60",
40 freshness_threshold => Integer(60*60*1.5),
41 },
42 local => {
43 check_command => "check_ntp",
44 check_interval => "60"
40 }; 45 };
41 "No mdadm array is degraded": 46 "No mdadm array is degraded":
42 common => { 47 common => {