From e30beae11ae6d04b0e10042f0cdcab480e2ed14d Mon Sep 17 00:00:00 2001 From: managed by Chef via sys_accounts recipe Date: Mon, 9 Apr 2018 10:52:32 +0200 Subject: [PATCH] JAM: changed icinga channel access services --- icinga/objects/hosts_hades.cfg | 55 +++++++++++++++++----------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/icinga/objects/hosts_hades.cfg b/icinga/objects/hosts_hades.cfg index 7b55412..77a54cf 100644 --- a/icinga/objects/hosts_hades.cfg +++ b/icinga/objects/hosts_hades.cfg @@ -160,14 +160,14 @@ define host{ # } #lxg0441 preliminary other epics archiver host -define host{ - name lxg0441 - use hades-host ; Name of host template to use - host_name lxg0441 - alias EPICS archiver server (lxg0441) - address 140.181.92.222 - register 1 - } +#define host{ +# name lxg0441 +# use hades-host ; Name of host template to use +# host_name lxg0441 +# alias EPICS archiver server (lxg0441) +# address 140.181.92.222 +# register 1 +# } @@ -324,7 +324,7 @@ define hostgroup{ define service{ use remote-service hostgroup_name hades-pcs, EPICS-archivers - host_name e7had2, lxir043, lxg0441 + host_name e7had2, lxir043 service_description PING check_command check-host-alive } @@ -343,7 +343,7 @@ define service{ define service{ use remote-service ; Name of service template to use hostgroup_name hades-pcs, EPICS-archivers - host_name lxir043, lxg0441 + host_name lxir043 service_description SSH check_command check_ssh } @@ -351,26 +351,26 @@ define service{ define service{ use remote-service hostgroup_name EPICS-archivers - service_description CA archiver http 4812 + service_description CA archiver http 4912 notifications_enabled 1 ; Suppress direct notification by setting to 0 - check_command check_http!"-p 4812"! + check_command check_http!"-p 4912"! } -define service{ - use remote-service - hostgroup_name EPICS-archivers - service_description CA archive data server http 8086 - notifications_enabled 1 ; Suppress direct notification by setting to 0 - check_command check_http!-e 404 -p 8086! -} +#define service{ +# use remote-service +# hostgroup_name EPICS-archivers +# service_description CA archive data server http 8086 +# notifications_enabled 1 ; Suppress direct notification by setting to 0 +# check_command check_http!-e 404 -p 8086! +#} -define service{ - use remote-service - host_name lxg0441 - service_description CA archiver http 4912 - notifications_enabled 1 ; Suppress direct notification by setting to 0 - check_command check_http!"-p 4912"! -} +#define service{ +# use remote-service +# host_name lxg0441 +# service_description CA archiver http 4912 +# notifications_enabled 1 ; Suppress direct notification by setting to 0 +# check_command check_http!"-p 4912"! +#} define service{ @@ -406,7 +406,8 @@ define servicegroup{ define servicegroup{ servicegroup_name Epics CA alias Channel Access archiver and data server prozesses - members *,CA archiver http 4812,*,CA archiver http 4912,*,CA archive data server http 8086 +# members *,CA archiver http 4812,*,CA archiver http 4912,*,CA archive data server http 8086 + members *,CA archiver http 4912 } -- 2.43.0