From: hadaq Date: Thu, 21 Feb 2013 12:16:11 +0000 (+0000) Subject: JAM: added lxhadeb06 and 07 to icinga configuration X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=403b90ee328bcf3f8a5263d34657952c9bc204f5;p=hadesicinga.git JAM: added lxhadeb06 and 07 to icinga configuration some services reorganization --- diff --git a/icinga/objects/contacts.cfg b/icinga/objects/contacts.cfg index 3c78558..1a984bd 100644 --- a/icinga/objects/contacts.cfg +++ b/icinga/objects/contacts.cfg @@ -84,5 +84,7 @@ define contact{ define contactgroup{ contactgroup_name admins alias Icinga Administrators - members joern,michael,ludwig,jan,ingo + members icingaadmin } + +# members joern,michael,ludwig,jan,ingo diff --git a/icinga/objects/hosts_eb_servers.cfg b/icinga/objects/hosts_eb_servers.cfg index 71ce124..788b446 100644 --- a/icinga/objects/hosts_eb_servers.cfg +++ b/icinga/objects/hosts_eb_servers.cfg @@ -47,6 +47,13 @@ define host{ } #TODO: plug in second network connection for lxhadeb06 192.168.100.16 +define host{ + use eb-server ; Name of host template to use + host_name lxhadeb07 + alias lxhadeb07 + address 140.181.80.125 +} + define host{ use eb-server ; Name of host template to use @@ -65,7 +72,7 @@ define host{ define hostgroup{ hostgroup_name eb-servers alias EB Servers - members lxhadeb01,lxhadeb02,lxhadeb03,lxhadeb04,lxhadeb05,lxhadeb06 + members lxhadeb01,lxhadeb02,lxhadeb03,lxhadeb04,lxhadeb05,lxhadeb06,lxhadeb07 } # Eventbuilder servers in use for eventbuilding @@ -220,7 +227,8 @@ define service{ # remote cpu load define service{ use generic-service - hostgroup_name eb-servers + hostgroup_name eb-servers-active + host_name lxhadeb06, lxhadeb07 service_description CPU LOAD normal_check_interval 5 retry_check_interval 1 @@ -256,7 +264,8 @@ define service{ define service{ use remote-service - hostgroup_name eb-servers + hostgroup_name eb-servers-active + host_name lxhadeb01, lxhadeb06 service_description adaptec normal_check_interval 10 retry_check_interval 1 diff --git a/icinga/objects/hosts_hades.cfg b/icinga/objects/hosts_hades.cfg index 6968444..f9437d5 100644 --- a/icinga/objects/hosts_hades.cfg +++ b/icinga/objects/hosts_hades.cfg @@ -108,6 +108,16 @@ define host{ register 1 } +define host{ + name e7had2 + use hades-host ; Name of host template to use + host_name e7had2 + alias MDC slow control (e7had2) + address 140.181.98.161 + register 1 + } + + #kp1pc105 # define host{ @@ -221,6 +231,7 @@ define hostgroup{ define service{ use remote-service hostgroup_name hades-pcs, EPICS-archivers + host_name e7had2 service_description PING check_command check-host-alive }