mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
Nagios: Change new services to paging mode.
(imported from commit 4406485179224287f4b7dfbaaa8ed4f97e6debbc)
This commit is contained in:
@@ -178,11 +178,10 @@ define service {
|
|||||||
hostgroup_name frontends
|
hostgroup_name frontends
|
||||||
# Activity isn't lost if this isn't running, but it is
|
# Activity isn't lost if this isn't running, but it is
|
||||||
# critical that it arrive to avoid falsely telling MIT folks
|
# critical that it arrive to avoid falsely telling MIT folks
|
||||||
# their mirrors are down, so this should be changed to
|
# their mirrors are down.
|
||||||
# page_admins sometime after a week of no false alerts
|
|
||||||
# This service is also responsible for active/idle
|
# This service is also responsible for active/idle
|
||||||
# status.
|
# status.
|
||||||
contact_groups admins
|
contact_groups paging_admins
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
@@ -190,8 +189,7 @@ define service {
|
|||||||
service_description zmirror subscriptons syncing
|
service_description zmirror subscriptons syncing
|
||||||
check_command check_sync_public_streams!22
|
check_command check_sync_public_streams!22
|
||||||
hostgroup_name zmirror
|
hostgroup_name zmirror
|
||||||
# Change this to page_admins after a week
|
contact_groups paging_admins
|
||||||
contact_groups admins
|
|
||||||
}
|
}
|
||||||
|
|
||||||
define service {
|
define service {
|
||||||
|
|||||||
Reference in New Issue
Block a user