mirror of https://github.com/zulip/zulip.git
nagios: Rename paging_admins to page_admins.
I think the name is a little clearer. (imported from commit cd707b76339cb85365f007701c6313aa6d65b4a3)
This commit is contained in:
parent
02ff5bc38d
commit
be834815aa
|
@ -64,7 +64,7 @@ define contactgroup{
|
|||
}
|
||||
|
||||
define contactgroup{
|
||||
contactgroup_name paging_admins
|
||||
contactgroup_name page_admins
|
||||
alias Nagios Administrators
|
||||
members monitoring,humbug,pagerduty
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
define service {
|
||||
use generic-service
|
||||
hostgroup_name web
|
||||
service_description HTTP
|
||||
check_command check_http
|
||||
contact_groups paging_admins
|
||||
use generic-service
|
||||
hostgroup_name web
|
||||
service_description HTTP
|
||||
check_command check_http
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -11,7 +11,7 @@ define service {
|
|||
hostgroup_name all
|
||||
service_description SSH
|
||||
check_command check_ssh
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -19,7 +19,7 @@ define service {
|
|||
hostgroup_name all
|
||||
service_description remote disk
|
||||
check_command check_remote_disk!22!20%!10%!/
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -27,7 +27,7 @@ define service {
|
|||
hostgroup_name all
|
||||
service_description remote load
|
||||
check_command check_remote_load!22!5.0,4.0,3.0!10.0,6.0,4.0
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -40,7 +40,7 @@ define service {
|
|||
# should always equal normal_check_interval.
|
||||
retry_check_interval 2
|
||||
max_check_attempts 2
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -181,7 +181,7 @@ define service {
|
|||
# their mirrors are down.
|
||||
# This service is also responsible for active/idle
|
||||
# status.
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
@ -189,7 +189,7 @@ define service {
|
|||
service_description zmirror subscriptons syncing
|
||||
check_command check_sync_public_streams!22
|
||||
hostgroup_name zmirror
|
||||
contact_groups paging_admins
|
||||
contact_groups page_admins
|
||||
}
|
||||
|
||||
define service {
|
||||
|
|
Loading…
Reference in New Issue