From 16aef6569a52c8fe5a035c36e15e12e02bf50c02 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 21 Feb 2020 22:36:49 +0000 Subject: [PATCH] Revert "Revert "nagios: enable ping on aws instances. This is not really ping it is checking aliveness with ssh"" This reverts commit e3503bd863962f5e32e158b5de7ec4634f01e64c. --- inventory/host_vars/copr-dist-git-dev.aws.fedoraproject.org | 2 +- inventory/host_vars/copr-dist-git.aws.fedoraproject.org | 2 +- inventory/host_vars/copr-fe-dev.aws.fedoraproject.org | 2 +- inventory/host_vars/copr-fe.aws.fedoraproject.org | 2 +- inventory/host_vars/copr-keygen-dev.aws.fedoraproject.org | 2 +- inventory/host_vars/copr-keygen.aws.fedoraproject.org | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/host_vars/copr-dist-git-dev.aws.fedoraproject.org b/inventory/host_vars/copr-dist-git-dev.aws.fedoraproject.org index d884016f7d..7a87d696df 100644 --- a/inventory/host_vars/copr-dist-git-dev.aws.fedoraproject.org +++ b/inventory/host_vars/copr-dist-git-dev.aws.fedoraproject.org @@ -28,5 +28,5 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false diff --git a/inventory/host_vars/copr-dist-git.aws.fedoraproject.org b/inventory/host_vars/copr-dist-git.aws.fedoraproject.org index 542b6abd1b..57c365029f 100644 --- a/inventory/host_vars/copr-dist-git.aws.fedoraproject.org +++ b/inventory/host_vars/copr-dist-git.aws.fedoraproject.org @@ -28,5 +28,5 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false diff --git a/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org b/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org index c450ee12bf..81909e2dd3 100644 --- a/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org +++ b/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org @@ -22,5 +22,5 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false diff --git a/inventory/host_vars/copr-fe.aws.fedoraproject.org b/inventory/host_vars/copr-fe.aws.fedoraproject.org index f033a54263..9420e2825e 100644 --- a/inventory/host_vars/copr-fe.aws.fedoraproject.org +++ b/inventory/host_vars/copr-fe.aws.fedoraproject.org @@ -28,7 +28,7 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false # this overrides vars/Fedora.yml diff --git a/inventory/host_vars/copr-keygen-dev.aws.fedoraproject.org b/inventory/host_vars/copr-keygen-dev.aws.fedoraproject.org index 5102f5cc04..69dc481591 100644 --- a/inventory/host_vars/copr-keygen-dev.aws.fedoraproject.org +++ b/inventory/host_vars/copr-keygen-dev.aws.fedoraproject.org @@ -28,5 +28,5 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false diff --git a/inventory/host_vars/copr-keygen.aws.fedoraproject.org b/inventory/host_vars/copr-keygen.aws.fedoraproject.org index adbf6a8c91..845aca884a 100644 --- a/inventory/host_vars/copr-keygen.aws.fedoraproject.org +++ b/inventory/host_vars/copr-keygen.aws.fedoraproject.org @@ -27,5 +27,5 @@ nagios_Check_Services: dhcpd: false httpd: false swap: false - ping: false + ping: true raid: false