From 38423e963b0352afd82162291f9b393d790e2a75 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 5 Aug 2010 18:53:22 +0200 Subject: [PATCH] sibelius does have a pg, and postgres84 hosts often run more than one cluster, such as franck --- config/nagios-master.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 92e0062..28889d9 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -408,7 +408,7 @@ servers: sibelius: address: 193.62.202.28 parents: gw-sanger - hostgroups: computers, acpid-hosts, megaraid + hostgroups: computers, acpid-hosts, megaraid, postgres84-hosts contacts: tjrc1 smetana: address: 193.62.202.29 @@ -1966,9 +1966,8 @@ services: #### - name: process - postresql84 - master - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/8.4/bin/postgres'" + 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 - excludehosts: franck - name: process - postresql83 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/8.3/bin/postgres -D /var/lib/postgresql/8.3/main -c config_file=/etc/postgresql/8.3/main/postgresql.conf'" -- 2.20.1