copr: don't check copr-db-stg and copr-pulp in nagios yet
This commit is contained in:
parent
92cab5ca01
commit
6ca17906b7
3 changed files with 33 additions and 30 deletions
|
@ -22,16 +22,17 @@ description: copr database - staging instance
|
|||
hostbase: copr-db-stg-
|
||||
inventory_hostname: "copr-db-stg.aws.fedoraproject.org"
|
||||
inventory_instance_name: copr-db-stg
|
||||
nagios_Check_Services:
|
||||
dhcpd: false
|
||||
httpd: false
|
||||
mail: false
|
||||
named: false
|
||||
nrpe: false
|
||||
ping: false
|
||||
raid: false
|
||||
sshd: false
|
||||
swap: false
|
||||
# This instance is WIP and we don't want nagios alerts yet
|
||||
# nagios_Check_Services:
|
||||
# dhcpd: false
|
||||
# httpd: false
|
||||
# mail: false
|
||||
# named: false
|
||||
# nrpe: false
|
||||
# ping: false
|
||||
# raid: false
|
||||
# sshd: false
|
||||
# swap: false
|
||||
public_ip: 52.200.82.86
|
||||
swap_file_path: /swap
|
||||
swap_file_size_mb: 4096
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
hostbase: copr-pulp-dev-
|
||||
nagios_Check_Services:
|
||||
dhcpd: false
|
||||
httpd: true
|
||||
mail: false
|
||||
named: false
|
||||
nrpe: true
|
||||
ping: false
|
||||
raid: false
|
||||
sshd: false
|
||||
swap: false
|
||||
# This instance is WIP and we don't want nagios alerts yet
|
||||
# nagios_Check_Services:
|
||||
# dhcpd: false
|
||||
# httpd: true
|
||||
# mail: false
|
||||
# named: false
|
||||
# nrpe: true
|
||||
# ping: false
|
||||
# raid: false
|
||||
# sshd: false
|
||||
# swap: false
|
||||
public_ip: 44.206.10.188
|
||||
swap_file_path: /swap
|
||||
swap_file_size_mb: 16384
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
hostbase: copr-pulp-
|
||||
nagios_Check_Services:
|
||||
dhcpd: false
|
||||
httpd: true
|
||||
mail: false
|
||||
named: false
|
||||
nrpe: true
|
||||
ping: false
|
||||
raid: false
|
||||
sshd: false
|
||||
swap: false
|
||||
# This instance is WIP and we don't want nagios alerts yet
|
||||
# nagios_Check_Services:
|
||||
# dhcpd: false
|
||||
# httpd: true
|
||||
# mail: false
|
||||
# named: false
|
||||
# nrpe: true
|
||||
# ping: false
|
||||
# raid: false
|
||||
# sshd: false
|
||||
# swap: false
|
||||
public_ip: TODO
|
||||
swap_file_path: /swap
|
||||
swap_file_size_mb: 16384
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue