mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
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
|
||||
|
||||
Reference in New Issue
Block a user