From b35d7d92e25a6889930e53c9664e9393a1ef07fb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 25 Apr 2023 15:58:23 +0200 Subject: [PATCH] nagios: disable checks for two non-existing hosts --- inventory/host_vars/copr-db-stg.aws.fedoraproject.org | 4 +++- inventory/host_vars/copr-pulp.aws.fedoraproject.org | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/copr-db-stg.aws.fedoraproject.org b/inventory/host_vars/copr-db-stg.aws.fedoraproject.org index 643fbbfd79..bf04a73168 100644 --- a/inventory/host_vars/copr-db-stg.aws.fedoraproject.org +++ b/inventory/host_vars/copr-db-stg.aws.fedoraproject.org @@ -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 diff --git a/inventory/host_vars/copr-pulp.aws.fedoraproject.org b/inventory/host_vars/copr-pulp.aws.fedoraproject.org index f164c6e569..68b99c170b 100644 --- a/inventory/host_vars/copr-pulp.aws.fedoraproject.org +++ b/inventory/host_vars/copr-pulp.aws.fedoraproject.org @@ -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