mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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 {
|
define hostgroup {
|
||||||
hostgroup_name postgres
|
hostgroup_name postgres
|
||||||
alias PostgreSQL Servers
|
alias PostgreSQL Servers
|
||||||
hostgroup_members postgres_appdb, postgres_other
|
hostgroup_members postgres_appdb
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
@@ -78,11 +78,6 @@ define hostgroup {
|
|||||||
hostgroup_members postgres_appdb_primary
|
hostgroup_members postgres_appdb_primary
|
||||||
}
|
}
|
||||||
|
|
||||||
define hostgroup {
|
|
||||||
hostgroup_name postgres_other
|
|
||||||
alias PostgreSQL Servers for Misc Services
|
|
||||||
}
|
|
||||||
|
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name postgres_appdb_primary
|
hostgroup_name postgres_appdb_primary
|
||||||
alias Primary PostgreSQL App Servers
|
alias Primary PostgreSQL App Servers
|
||||||
|
|||||||
Reference in New Issue
Block a user