From 80f474a5b276591c8524acc2394a60f3a893cebb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 30 Sep 2015 19:28:07 +0000 Subject: [PATCH] Add autocloud host definitions. --- .../files/nagios/hosts/autocloud-backend01.cfg | 6 ++++++ .../files/nagios/hosts/autocloud-backend02.cfg | 6 ++++++ roles/nagios_server/files/nagios/hosts/autocloud-web01.cfg | 7 +++++++ roles/nagios_server/files/nagios/hosts/autocloud-web02.cfg | 7 +++++++ 4 files changed, 26 insertions(+) create mode 100644 roles/nagios_server/files/nagios/hosts/autocloud-backend01.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/autocloud-backend02.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/autocloud-web01.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/autocloud-web02.cfg diff --git a/roles/nagios_server/files/nagios/hosts/autocloud-backend01.cfg b/roles/nagios_server/files/nagios/hosts/autocloud-backend01.cfg new file mode 100644 index 0000000000..e0a0e034e8 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/autocloud-backend01.cfg @@ -0,0 +1,6 @@ +define host { + host_name autocloud-backend01 + alias autocloud-backend01.phx2.fedoraproject.org + use defaulttemplate + address autocloud-backend01.phx2.fedoraproject.org +} diff --git a/roles/nagios_server/files/nagios/hosts/autocloud-backend02.cfg b/roles/nagios_server/files/nagios/hosts/autocloud-backend02.cfg new file mode 100644 index 0000000000..7c56183f08 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/autocloud-backend02.cfg @@ -0,0 +1,6 @@ +define host { + host_name autocloud-backend02 + alias autocloud-backend02.phx2.fedoraproject.org + use defaulttemplate + address autocloud-backend02.phx2.fedoraproject.org +} diff --git a/roles/nagios_server/files/nagios/hosts/autocloud-web01.cfg b/roles/nagios_server/files/nagios/hosts/autocloud-web01.cfg new file mode 100644 index 0000000000..c2766f21e9 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/autocloud-web01.cfg @@ -0,0 +1,7 @@ +define host { + host_name autocloud-web01 + alias autocloud-web01.phx2.fedoraproject.org + use defaulttemplate + address autocloud-web01.phx2.fedoraproject.org + parents virthost22 +} diff --git a/roles/nagios_server/files/nagios/hosts/autocloud-web02.cfg b/roles/nagios_server/files/nagios/hosts/autocloud-web02.cfg new file mode 100644 index 0000000000..880db282e3 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/autocloud-web02.cfg @@ -0,0 +1,7 @@ +define host { + host_name autocloud-web02 + alias autocloud-web02.phx2.fedoraproject.org + use defaulttemplate + address autocloud-web02.phx2.fedoraproject.org + parents virthost19 +}