nagios: Add a `fullstack` hostgroup.

This will be used to apply checks only to czo.
This commit is contained in:
Alex Vandiver 2022-06-13 16:44:32 -07:00 committed by Alex Vandiver
parent b5ecfc327f
commit 2a14aa5180
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 -%>