mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
nagios: Update monitoring to use only the .zulip.net hostnames.
(imported from commit fc1a91546d39f4915ee9b9b63dad284b2cd54443)
This commit is contained in:
@@ -26,7 +26,7 @@ define host{
|
||||
use generic-host
|
||||
host_name git
|
||||
alias git
|
||||
address git.humbughq.com
|
||||
address git.zulip.net
|
||||
hostgroups all,web,not_pageable_servers
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ define host{
|
||||
use generic-host
|
||||
host_name zmirror
|
||||
alias zmirror
|
||||
address zmirror.humbughq.com
|
||||
address zmirror.zulip.net
|
||||
hostgroups all,zmirror,pageable_servers
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ define host{
|
||||
use generic-host
|
||||
host_name bots
|
||||
alias bots
|
||||
address bots.humbughq.com
|
||||
address bots.zulip.net
|
||||
hostgroups all,not_pageable_servers
|
||||
}
|
||||
|
||||
@@ -58,7 +58,7 @@ define host{
|
||||
use generic-host
|
||||
host_name postgres0
|
||||
alias postgres0
|
||||
address postgres0.humbughq.com
|
||||
address postgres0.zulip.net
|
||||
hostgroups all,postgres,pageable_servers
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ define host{
|
||||
use generic-host
|
||||
host_name postgres1
|
||||
alias postgres1
|
||||
address postgres1.humbughq.com
|
||||
address postgres1.zulip.net
|
||||
hostgroups all,postgres,pageable_servers
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user