mirror of https://github.com/zulip/zulip.git
nagios: Monitor bots.humbughq.com
(imported from commit 83cb5cc3c3c4bf54e1339d877bd60cd05586783b)
This commit is contained in:
parent
f8a065ed2c
commit
f761643724
|
@ -45,3 +45,11 @@ define host{
|
||||||
address zmirror.humbughq.com
|
address zmirror.humbughq.com
|
||||||
hostgroups all
|
hostgroups all
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define host{
|
||||||
|
use generic-host
|
||||||
|
host_name bots
|
||||||
|
alias bots
|
||||||
|
address bots.humbughq.com
|
||||||
|
hostgroups all
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue