aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/services.pp
diff options
context:
space:
mode:
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 => {