From 406e198f5baa03d1351bb9c8b89561ddfe018f90 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 24 Sep 2019 12:31:57 +0200 Subject: [PATCH] klecker doesn't do http anymore, the services have been moved to new-klecker --- config/nagios-master.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 3f89435..0c10ad9 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1110,7 +1110,7 @@ servers: klecker: address: 130.89.148.10 parents: gw-utwente - hostgroups: computers, service, apache2-hosts, apache-https, rsyncd-hosts, dl380, stretch, incomingmailrelayed2025, hassrvfs, physical_x86_intel + hostgroups: computers, service, rsyncd-hosts, dl380, stretch, incomingmailrelayed2025, hassrvfs, physical_x86_intel klecker-ftp: address: 130.89.148.12 parents: new-klecker @@ -2379,11 +2379,11 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1:100 -u www-data -a /usr/sbin/apache2" hostgroups: apache2-hosts depends: process - apache2 - master - excludehosts: klecker + excludehosts: new-klecker - name: process - apache2 - worker nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:80 -c 1:150 -u www-data -a /usr/sbin/apache2" - hosts: klecker + hosts: new-klecker depends: process - apache2 - master - name: unwanted process - apache2 @@ -2395,7 +2395,7 @@ services: name: network service - http check: check_http hostgroups: apache2-hosts - excludehosts: klecker, casulana + excludehosts: casulana depends: process - apache2 - master - name: network service - http -- 2.20.1