nagios: Reformat hostgroups.

This commit is contained in:
Alex Vandiver 2022-06-13 16:05:53 -07:00 committed by Alex Vandiver
parent 93bcb86345
commit 7b584401ac
1 changed files with 85 additions and 85 deletions

View File

@ -1,88 +1,88 @@
# A simple wildcard hostgroup # A simple wildcard hostgroup
define hostgroup { define hostgroup {
hostgroup_name all hostgroup_name all
alias All servers alias All servers
members * members *
} }
define hostgroup { define hostgroup {
hostgroup_name aws_host hostgroup_name aws_host
alias Hosts in AWS alias Hosts in AWS
} }
define hostgroup { define hostgroup {
hostgroup_name non_aws_host hostgroup_name non_aws_host
alias Hosts not in AWS alias Hosts not in AWS
} }
define hostgroup { define hostgroup {
hostgroup_name pageable_servers hostgroup_name pageable_servers
alias Servers for whom we want to page alias Servers for whom we want to page
} }
define hostgroup { define hostgroup {
hostgroup_name not_pageable_servers hostgroup_name not_pageable_servers
alias Servers for whom we do not want to page alias Servers for whom we do not want to page
} }
define hostgroup { define hostgroup {
hostgroup_name flaky_servers hostgroup_name flaky_servers
alias Servers for whom we do not page, and have flakier net alias Servers for whom we do not page, and have flakier net
} }
define hostgroup { define hostgroup {
hostgroup_name web hostgroup_name web
alias Web servers alias Web servers
} }
define hostgroup { define hostgroup {
hostgroup_name frontends hostgroup_name frontends
alias Frontend web servers alias Frontend web servers
} }
define hostgroup { define hostgroup {
hostgroup_name staging_frontends hostgroup_name staging_frontends
alias Staging frontend web servers alias Staging frontend web servers
} }
define hostgroup { define hostgroup {
hostgroup_name prod_frontends hostgroup_name prod_frontends
alias Production frontend web servers alias Production frontend web servers
} }
define hostgroup { define hostgroup {
hostgroup_name redis hostgroup_name redis
alias Redis servers alias Redis servers
hostgroup_members frontends hostgroup_members frontends
} }
define hostgroup { define hostgroup {
hostgroup_name zmirror hostgroup_name zmirror
alias Zephyr mirror servers alias Zephyr mirror servers
} }
define hostgroup { define hostgroup {
hostgroup_name zmirrorp hostgroup_name zmirrorp
alias Zephyr mirror personals servers alias Zephyr mirror personals servers
} }
define hostgroup { define hostgroup {
hostgroup_name zmirror_main hostgroup_name zmirror_main
alias Zephyr mirror main servers alias Zephyr mirror main servers
} }
define hostgroup { define hostgroup {
hostgroup_name postgresql hostgroup_name postgresql
alias PostgreSQL app servers alias PostgreSQL app servers
hostgroup_members postgresql_primary hostgroup_members postgresql_primary
} }
define hostgroup { define hostgroup {
hostgroup_name postgresql_primary hostgroup_name postgresql_primary
alias Primary PostgreSQL app servers alias Primary PostgreSQL app servers
} }
define hostgroup { define hostgroup {
hostgroup_name smokescreen hostgroup_name smokescreen
alias Servers that run the Smokescreen HTTP proxy alias Servers that run the Smokescreen HTTP proxy
} }