From 5b7223f25451b47e2bb9eeb8788651e518262629 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 15 Jan 2009 22:53:00 +0000 Subject: [PATCH] [project @ peter@palfrader.org-20090115225300-hvhtboiya0qbn9oj] piatti has a non-default postgres cluster --- nagios-master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nagios-master.cfg b/nagios-master.cfg index 9a143f2..50191a7 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -1574,6 +1574,11 @@ services: 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'" hostgroups: postgres83-hosts + excludehosts: piatti + - + 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/udd -c config_file=/etc/postgresql/8.3/udd/postgresql.conf'" + hosts: piatti - name: process - postresql83 - writer nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u postgres -C postgres -a 'postgres: writer process'" -- 2.20.1