nagios: disable checks for two non-existing hosts
This commit is contained in:
parent
635f371575
commit
b35d7d92e2
2 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,9 @@ description: copr database - staging instance
|
|||
hostbase: copr-db-stg-
|
||||
inventory_hostname: "copr-db-stg.aws.fedoraproject.org"
|
||||
inventory_instance_name: copr-db-stg
|
||||
# This instance is WIP and we don't want nagios alerts yet
|
||||
|
||||
# This instance is stopped for now (not enough time to finish)
|
||||
nagios_Can_Connect: false
|
||||
# nagios_Check_Services:
|
||||
# dhcpd: false
|
||||
# httpd: false
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
hostbase: copr-pulp-
|
||||
# This instance is WIP and we don't want nagios alerts yet
|
||||
# This instance is not yet started
|
||||
nagios_Can_Connect: false
|
||||
# nagios_Check_Services:
|
||||
# dhcpd: false
|
||||
# httpd: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue