mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
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:
@@ -16,9 +16,9 @@ define service{
|
|||||||
notification_interval 0 ; Only send notifications on status change by default.
|
notification_interval 0 ; Only send notifications on status change by default.
|
||||||
is_volatile 0
|
is_volatile 0
|
||||||
check_period 24x7
|
check_period 24x7
|
||||||
normal_check_interval 5
|
normal_check_interval 1
|
||||||
retry_check_interval 1
|
retry_check_interval 1
|
||||||
max_check_attempts 4
|
max_check_attempts 2
|
||||||
notification_period 24x7
|
notification_period 24x7
|
||||||
notification_options w,u,c,r
|
notification_options w,u,c,r
|
||||||
contact_groups admins
|
contact_groups admins
|
||||||
|
|||||||
@@ -48,9 +48,6 @@ define service {
|
|||||||
service_description user zephyr mirror liveness
|
service_description user zephyr mirror liveness
|
||||||
check_command check_user_zephyr_mirror_liveness!22
|
check_command check_user_zephyr_mirror_liveness!22
|
||||||
host app
|
host app
|
||||||
normal_check_interval 2
|
|
||||||
retry_check_interval 1
|
|
||||||
max_check_attempts 2
|
|
||||||
contact_groups admins
|
contact_groups admins
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -59,7 +56,6 @@ define service {
|
|||||||
service_description Debian update availability
|
service_description Debian update availability
|
||||||
check_command check_debian_packages!22
|
check_command check_debian_packages!22
|
||||||
hostgroup_name all
|
hostgroup_name all
|
||||||
max_check_attempts 1
|
|
||||||
contact_groups admins
|
contact_groups admins
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user