diff options
-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 |