nagios: Lower default check intervals and default counts.

The defaults are quite large for a small site like ours where on
server down means an outage (e.g. only check every 5 minutes and then
require 4 failures before we alert the admins).

(imported from commit 3b2f436bbb716262f4ee939434749be535ffd6d3)
This commit is contained in:
Tim Abbott
2013-02-20 16:23:44 -05:00
parent 2d3212f3a4
commit 72d7adce93
2 changed files with 2 additions and 6 deletions

View File

@@ -16,9 +16,9 @@ define service{
notification_interval 0 ; Only send notifications on status change by default.
is_volatile 0
check_period 24x7
normal_check_interval 5
normal_check_interval 1
retry_check_interval 1
max_check_attempts 4
max_check_attempts 2
notification_period 24x7
notification_options w,u,c,r
contact_groups admins

View File

@@ -48,9 +48,6 @@ define service {
service_description user zephyr mirror liveness
check_command check_user_zephyr_mirror_liveness!22
host app
normal_check_interval 2
retry_check_interval 1
max_check_attempts 2
contact_groups admins
}
@@ -59,7 +56,6 @@ define service {
service_description Debian update availability
check_command check_debian_packages!22
hostgroup_name all
max_check_attempts 1
contact_groups admins
}