nagios: disable checks for two non-existing hosts

This commit is contained in:
Pavel Raiskup 2023-04-25 15:58:23 +02:00
parent 635f371575
commit b35d7d92e2
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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