mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +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
|
||||
}
|
||||
|
||||
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 -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user