From: Martin Zobel-Helas Date: Thu, 19 Sep 2013 19:31:11 +0000 (+0200) Subject: no more postgresql84 hosts X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=5da41550a7696df81a2b2fb53c6088287e49cbd4;p=mirror%2Fdsa-nagios.git no more postgresql84 hosts --- 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"