mirror of https://github.com/zulip/zulip.git
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:
parent
2c73fbdcb6
commit
ad2918ea51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue