diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-12-19 23:56:56 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-12-19 23:56:56 +0000 |
commit | 9a5ef9300d809664da3ac6317503106c7a7d4b0c (patch) | |
tree | c3b95b5c85e3e2bdb87b54d226273735e4eeb02f | |
parent | We don't use drbd9 (diff) | |
download | config-9a5ef9300d809664da3ac6317503106c7a7d4b0c.tar.bz2 config-9a5ef9300d809664da3ac6317503106c7a7d4b0c.tar.xz config-9a5ef9300d809664da3ac6317503106c7a7d4b0c.zip |
Don't limit host notifications to working hours
-rw-r--r-- | nagios/objects/templates.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nagios/objects/templates.cfg b/nagios/objects/templates.cfg index 93175a0..16bdc8e 100644 --- a/nagios/objects/templates.cfg +++ b/nagios/objects/templates.cfg @@ -73,9 +73,6 @@ define host { retry_interval 1 ; Schedule host check retries at 1 minute intervals max_check_attempts 10 ; Check each Linux host 10 times (max) check_command check-host-alive ; Default command to check Linux hosts - notification_period workhours ; Linux admins hate to be woken up, so we only notify during the day - ; Note that the notification_period variable is being overridden from - ; the value that is inherited from the generic-host template! notification_interval 120 ; Resend notifications every 2 hours notification_options d,u,r ; Only send notifications for specific host states contact_groups admins ; Notifications get sent to the admins by default |