From 68d55e0bfb2ae7632eec7e8f98f6388e614eac1e Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 8 Oct 2014 19:37:25 +0000 Subject: [PATCH] adding resultsdb, taskotron-clients, qa09, taskotron group to nagios --- roles/nagios_server/files/nagios/hostgroups/kvmHosts.cfg | 2 +- roles/nagios_server/files/nagios/hostgroups/taskotron.cfg | 5 +++++ .../files/nagios/hosts/qa09.qa.fedoraproject.org.cfg | 7 +++++++ .../nagios/hosts/resultsdb01.qa.fedoraproject.org.cfg | 7 +++++++ .../hosts/taskotron-client22.qa.fedoraproject.org.cfg | 7 +++++++ .../hosts/taskotron-client23.qa.fedoraproject.org.cfg | 7 +++++++ .../hosts/taskotron-client24.qa.fedoraproject.org.cfg | 7 +++++++ .../hosts/taskotron-client25.qa.fedoraproject.org.cfg | 7 +++++++ 8 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 roles/nagios_server/files/nagios/hostgroups/taskotron.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/qa09.qa.fedoraproject.org.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/resultsdb01.qa.fedoraproject.org.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/taskotron-client22.qa.fedoraproject.org.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/taskotron-client23.qa.fedoraproject.org.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/taskotron-client24.qa.fedoraproject.org.cfg create mode 100644 roles/nagios_server/files/nagios/hosts/taskotron-client25.qa.fedoraproject.org.cfg diff --git a/roles/nagios_server/files/nagios/hostgroups/kvmHosts.cfg b/roles/nagios_server/files/nagios/hostgroups/kvmHosts.cfg index 49fb8da789..b595d1c6da 100644 --- a/roles/nagios_server/files/nagios/hostgroups/kvmHosts.cfg +++ b/roles/nagios_server/files/nagios/hostgroups/kvmHosts.cfg @@ -5,5 +5,5 @@ define hostgroup { hostgroup_name kvmServers alias kvmServers - members bvirthost04, bvirthost06, bvirthost07, bvirthost08, bvirthost09, bvirthost10, bvirthost11, virthost01, virthost03, virthost04, virthost05, virthost06, virthost07, virthost08, virthost09, virthost10, virthost12, virthost14, virthost15, virthost16, virthost17, virthost18, virthost-comm01, virthost-comm02, virthost-comm03, telia01, tummy01, bodhost01, osuosl01, osuosl02, osuosl03, ibiblio01, ibiblio02, ibiblio03, ibiblio04, coloamer01, internetx01, serverbeach06, serverbeach07, serverbeach08, serverbeach09, serverbeach10 + members bvirthost04, bvirthost06, bvirthost07, bvirthost08, bvirthost09, bvirthost10, bvirthost11, virthost01, virthost03, virthost04, virthost05, virthost06, virthost07, virthost08, virthost09, virthost10, virthost12, virthost14, virthost15, virthost16, virthost17, virthost18, virthost-comm01, virthost-comm02, virthost-comm03, telia01, tummy01, bodhost01, osuosl01, osuosl02, osuosl03, ibiblio01, ibiblio02, ibiblio03, ibiblio04, coloamer01, internetx01, serverbeach06, serverbeach07, serverbeach08, serverbeach09, serverbeach10, qa09.qa } diff --git a/roles/nagios_server/files/nagios/hostgroups/taskotron.cfg b/roles/nagios_server/files/nagios/hostgroups/taskotron.cfg new file mode 100644 index 0000000000..bd33609a84 --- /dev/null +++ b/roles/nagios_server/files/nagios/hostgroups/taskotron.cfg @@ -0,0 +1,5 @@ +define hostgroup { + hostgroup_name taskotron + alias Taskotron Hosts + members taskotron01.qa, resultsdb01.qa, taskotron-client22.qa, taskotron-client23.qa, taskotron-client24.qa, taskotron-client25.qa +} diff --git a/roles/nagios_server/files/nagios/hosts/qa09.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/qa09.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..34d68bce0d --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/qa09.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name qa09.qa + alias qa09.qa.fedoraproject.org + use defaulttemplate + address qa09.qa.fedoraproject.org + parents fwsm01-gw +} diff --git a/roles/nagios_server/files/nagios/hosts/resultsdb01.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/resultsdb01.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..b19e54ef32 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/resultsdb01.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name resultsdb01.qa + alias resultsdb01.qa.fedoraproject.org + use defaulttemplate + address resultsdb01.qa.fedoraproject.org + parents virthost-comm03 +} diff --git a/roles/nagios_server/files/nagios/hosts/taskotron-client22.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/taskotron-client22.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..fcf0545546 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/taskotron-client22.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name taskotron-client22.qa + alias taskotron-client22.qa.fedoraproject.org + use defaulttemplate + address taskotron-client22.qa.fedoraproject.org + parents qa09.qa +} diff --git a/roles/nagios_server/files/nagios/hosts/taskotron-client23.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/taskotron-client23.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..275753c32e --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/taskotron-client23.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name taskotron-client23.qa + alias taskotron-client23.qa.fedoraproject.org + use defaulttemplate + address taskotron-client23.qa.fedoraproject.org + parents qa09.qa +} diff --git a/roles/nagios_server/files/nagios/hosts/taskotron-client24.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/taskotron-client24.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..f512f2c235 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/taskotron-client24.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name taskotron-client24.qa + alias taskotron-client24.qa.fedoraproject.org + use defaulttemplate + address taskotron-client24.qa.fedoraproject.org + parents qa09.qa +} diff --git a/roles/nagios_server/files/nagios/hosts/taskotron-client25.qa.fedoraproject.org.cfg b/roles/nagios_server/files/nagios/hosts/taskotron-client25.qa.fedoraproject.org.cfg new file mode 100644 index 0000000000..e33869a518 --- /dev/null +++ b/roles/nagios_server/files/nagios/hosts/taskotron-client25.qa.fedoraproject.org.cfg @@ -0,0 +1,7 @@ +define host { + host_name taskotron-client25.qa + alias taskotron-client25.qa.fedoraproject.org + use defaulttemplate + address taskotron-client25.qa.fedoraproject.org + parents qa09.qa +}