mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
nagios: Add a fullstack hostgroup.
This will be used to apply checks only to czo.
This commit is contained in:
committed by
Alex Vandiver
parent
b5ecfc327f
commit
2a14aa5180
@@ -29,6 +29,11 @@ define hostgroup {
|
|||||||
alias Servers for whom we do not page, and have flakier net
|
alias Servers for whom we do not page, and have flakier net
|
||||||
}
|
}
|
||||||
|
|
||||||
|
define hostgroup {
|
||||||
|
hostgroup_name fullstack
|
||||||
|
alias Fullstack hosts
|
||||||
|
}
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name frontends
|
hostgroup_name frontends
|
||||||
alias Frontend web servers
|
alias Frontend web servers
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ define host{
|
|||||||
host_name <%= host %>
|
host_name <%= host %>
|
||||||
alias <%= host %>
|
alias <%= host %>
|
||||||
address <%= host %>
|
address <%= host %>
|
||||||
hostgroups all,non_aws_host,frontends,not_pageable_servers,postgresql_primary
|
hostgroups all,fullstack,non_aws_host,frontends,not_pageable_servers,postgresql_primary
|
||||||
}
|
}
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user