summaryrefslogtreecommitdiffstats
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-09-09 19:11:06 +0000
committerKevin Fenzi <kevin@scrye.com>2017-09-09 19:11:06 +0000
commit8b5a273b108243ca9c6cd5bdd066db47c15148ee (patch)
treec585123efb6cf87b661af6ef44aad00ce64c708e /inventory/host_vars
parent0c321472811e5588d3b96135c8752a855ac07620 (diff)
downloadansible-8b5a273b108243ca9c6cd5bdd066db47c15148ee.tar.gz
ansible-8b5a273b108243ca9c6cd5bdd066db47c15148ee.tar.xz
ansible-8b5a273b108243ca9c6cd5bdd066db47c15148ee.zip
try and teach nagios about hosts we want to monitor swap on and ones we do not want to
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/mirrorlist-host1plus.fedoraproject.org8
-rw-r--r--inventory/host_vars/proxy05.fedoraproject.org8
2 files changed, 16 insertions, 0 deletions
diff --git a/inventory/host_vars/mirrorlist-host1plus.fedoraproject.org b/inventory/host_vars/mirrorlist-host1plus.fedoraproject.org
index ebd615121..c2e45320e 100644
--- a/inventory/host_vars/mirrorlist-host1plus.fedoraproject.org
+++ b/inventory/host_vars/mirrorlist-host1plus.fedoraproject.org
@@ -2,3 +2,11 @@
# This is now a cloud instance provided by host1plus
# vmhost: none
datacenter: host1plus
+
+nagios_Check_Services:
+ nrpe: true
+ sshd: true
+ named: false
+ dhcpd: false
+ httpd: true
+ swap: false
diff --git a/inventory/host_vars/proxy05.fedoraproject.org b/inventory/host_vars/proxy05.fedoraproject.org
index 8efd950c5..fae19fd7a 100644
--- a/inventory/host_vars/proxy05.fedoraproject.org
+++ b/inventory/host_vars/proxy05.fedoraproject.org
@@ -16,3 +16,11 @@ dns: 8.8.8.8
eth0_ip: 185.141.165.254
eth0_nm: 255.255.254.0
vpn: true
+
+nagios_Check_Services:
+ nrpe: true
+ sshd: true
+ named: false
+ dhcpd: false
+ httpd: true
+ swap: false