mirror of https://github.com/zulip/zulip.git
nagios: Add a `fullstack` hostgroup.
This will be used to apply checks only to czo.
This commit is contained in:
parent
b5ecfc327f
commit
2a14aa5180
|
@ -29,6 +29,11 @@ define hostgroup {
|
|||
alias Servers for whom we do not page, and have flakier net
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name fullstack
|
||||
alias Fullstack hosts
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name frontends
|
||||
alias Frontend web servers
|
||||
|
|
|
@ -4,7 +4,7 @@ define host{
|
|||
host_name <%= host %>
|
||||
alias <%= 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 -%>
|
||||
|
||||
|
|
Loading…
Reference in New Issue