mirror of https://github.com/zulip/zulip.git
nagios: Reformat hostgroups.
This commit is contained in:
parent
93bcb86345
commit
7b584401ac
|
@ -1,88 +1,88 @@
|
|||
# A simple wildcard hostgroup
|
||||
define hostgroup {
|
||||
hostgroup_name all
|
||||
alias All servers
|
||||
members *
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name aws_host
|
||||
alias Hosts in AWS
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name non_aws_host
|
||||
alias Hosts not in AWS
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name pageable_servers
|
||||
alias Servers for whom we want to page
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name not_pageable_servers
|
||||
alias Servers for whom we do not want to page
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name flaky_servers
|
||||
alias Servers for whom we do not page, and have flakier net
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name web
|
||||
alias Web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name frontends
|
||||
alias Frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name staging_frontends
|
||||
alias Staging frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name prod_frontends
|
||||
alias Production frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name redis
|
||||
alias Redis servers
|
||||
hostgroup_members frontends
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirror
|
||||
alias Zephyr mirror servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirrorp
|
||||
alias Zephyr mirror personals servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirror_main
|
||||
alias Zephyr mirror main servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name postgresql
|
||||
alias PostgreSQL app servers
|
||||
hostgroup_members postgresql_primary
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name postgresql_primary
|
||||
alias Primary PostgreSQL app servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name smokescreen
|
||||
alias Servers that run the Smokescreen HTTP proxy
|
||||
hostgroup_name all
|
||||
alias All servers
|
||||
members *
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name aws_host
|
||||
alias Hosts in AWS
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name non_aws_host
|
||||
alias Hosts not in AWS
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name pageable_servers
|
||||
alias Servers for whom we want to page
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name not_pageable_servers
|
||||
alias Servers for whom we do not want to page
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name flaky_servers
|
||||
alias Servers for whom we do not page, and have flakier net
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name web
|
||||
alias Web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name frontends
|
||||
alias Frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name staging_frontends
|
||||
alias Staging frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name prod_frontends
|
||||
alias Production frontend web servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name redis
|
||||
alias Redis servers
|
||||
hostgroup_members frontends
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirror
|
||||
alias Zephyr mirror servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirrorp
|
||||
alias Zephyr mirror personals servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name zmirror_main
|
||||
alias Zephyr mirror main servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name postgresql
|
||||
alias PostgreSQL app servers
|
||||
hostgroup_members postgresql_primary
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name postgresql_primary
|
||||
alias Primary PostgreSQL app servers
|
||||
}
|
||||
|
||||
define hostgroup {
|
||||
hostgroup_name smokescreen
|
||||
alias Servers that run the Smokescreen HTTP proxy
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue