From 5da41550a7696df81a2b2fb53c6088287e49cbd4 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Thu, 19 Sep 2013 21:31:11 +0200 Subject: [PATCH] no more postgresql84 hosts --- config/nagios-master.cfg | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 46243dd..8ce3aba 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1067,9 +1067,6 @@ hostgroups: #postgres81-hosts: # alias: hosts running postgres81 # private: 1 - postgres84-hosts: - alias: hosts running postgres84 - private: 1 postgres91-hosts: alias: hosts running postgres91 private: 1 @@ -2390,7 +2387,7 @@ services: name: unwanted process - postgresql nrpe: "/usr/lib/nagios/plugins/check_procs -w 0 -C postgres" hostgroups: computers - excludehostgroups: postgres84-hosts, postgres91-hosts, deadslow + excludehostgroups: postgres91-hosts, deadslow - name: unwanted process - postgresql 9.0 nrpe: "/usr/lib/nagios/plugins/check_procs -w 0 -C postgres -a '9.0/bin/postgres'" @@ -2399,10 +2396,6 @@ services: name: process - postgresql91 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:4 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/9.1/bin/postgres'" hostgroups: postgres91-hosts - - - name: process - postgresql84 - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:4 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/8.4/bin/postgres'" - hostgroups: postgres84-hosts - name: postgresql backups nrpe: "/usr/bin/sudo -u debbackup /usr/lib/nagios/plugins/dsa-check-backuppg" -- 2.20.1