From: dgalloway Date: Wed, 23 Dec 2015 23:01:23 +0000 (-0500) Subject: testnodes: Set OS-specific nrpe variables X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=100726f1c9220ddeab194845d3b36de31d80ecb9;p=ceph-cm-ansible.git testnodes: Set OS-specific nrpe variables Signed-off-by: David Galloway --- diff --git a/roles/testnode/vars/apt_systems.yml b/roles/testnode/vars/apt_systems.yml index 95866a5f..8cfc59db 100644 --- a/roles/testnode/vars/apt_systems.yml +++ b/roles/testnode/vars/apt_systems.yml @@ -2,6 +2,8 @@ ntp_service_name: ntp ssh_service_name: ssh nfs_service: nfs-kernel-server +nrpe_service_name: nagios-nrpe-server +nagios_plugins_directory: /usr/lib/nagios/plugins ceph_packages_to_remove: - ceph diff --git a/roles/testnode/vars/yum_systems.yml b/roles/testnode/vars/yum_systems.yml index c8fba089..dbb6227e 100644 --- a/roles/testnode/vars/yum_systems.yml +++ b/roles/testnode/vars/yum_systems.yml @@ -1,6 +1,8 @@ --- ntp_service_name: ntpd ssh_service_name: sshd +nrpe_service_name: nrpe +nagios_plugins_directory: /usr/lib64/nagios/plugins # ceph packages that we ensure do not exist ceph_packages_to_remove: