puppet: Remove `postgres_other` nagios hostgroup.

This no longer has any rules specific to it.  We leave the `postgres`
munin group (which now only contains `postgres_appdb`) as
future-proofing, and so that `postgres_appdb` matches to the puppet
manifest of the same name.
This commit is contained in:
Alex Vandiver 2020-05-28 15:12:18 -07:00 committed by Tim Abbott
parent 2c73fbdcb6
commit ad2918ea51
1 changed files with 1 additions and 6 deletions

View File

@ -69,7 +69,7 @@ define hostgroup {
define hostgroup {
hostgroup_name postgres
alias PostgreSQL Servers
hostgroup_members postgres_appdb, postgres_other
hostgroup_members postgres_appdb
}
define hostgroup {
@ -78,11 +78,6 @@ define hostgroup {
hostgroup_members postgres_appdb_primary
}
define hostgroup {
hostgroup_name postgres_other
alias PostgreSQL Servers for Misc Services
}
define hostgroup {
hostgroup_name postgres_appdb_primary
alias Primary PostgreSQL App Servers