mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
nagios: Rename zmirror2 to zmirrorp in configuration.
The "p" stands for "personals", aka zephyr private messages, which is what this host manages.
This commit is contained in:
parent
062d280914
commit
f7d554d533
@ -111,7 +111,7 @@ define service {
|
||||
|
||||
define service {
|
||||
use generic-service
|
||||
host zmirror2
|
||||
host zmirrorp
|
||||
service_description Check personal zephyr mirrors
|
||||
check_command check_personal_zephyr_mirrors!22
|
||||
contact_groups admins
|
||||
|
||||
@ -32,9 +32,9 @@ define host{
|
||||
|
||||
define host{
|
||||
use generic-host
|
||||
host_name zmirror2
|
||||
alias zmirror2
|
||||
address zmirror2.zulip.net
|
||||
host_name zmirrorp
|
||||
alias zmirrorp
|
||||
address zmirrorp.zulip.net
|
||||
hostgroups all,zmirror
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user