From a9edffed7fc29e5a083ccf743c65a3423dc7608d Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 3 May 2015 11:45:07 +0200 Subject: [PATCH] bmdb1 on jessie --- config/nagios-master.cfg | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 15b882a..6ce79d3 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -371,7 +371,7 @@ servers: bmdb1: address: 5.153.231.10 parents: gw-bytemark - hostgroups: computers, hassrvfs, kvmdomains, wheezy, postgres91-hosts + hostgroups: computers, hassrvfs, kvmdomains, jessie, postgres91-hosts, postgres94-hosts ganeti-bytemark: address: 82.195.75.111 parents: gw-bytemark @@ -1239,6 +1239,9 @@ hostgroups: postgres91-hosts: alias: hosts running postgres91 private: 1 + postgres94-hosts: + alias: hosts running postgres94 + private: 1 no-ulogd: alias: hosts not running ulogd private: 1 @@ -2378,7 +2381,7 @@ services: name: unwanted process - postgresql nrpe: "/usr/lib/nagios/plugins/check_procs -w 0 -C postgres" hostgroups: computers - excludehostgroups: postgres91-hosts + excludehostgroups: postgres91-hosts, postgres94-hosts - name: unwanted process - postgresql 9.0 nrpe: "/usr/lib/nagios/plugins/check_procs -w 0 -C postgres -a '9.0/bin/postgres'" @@ -2387,6 +2390,10 @@ services: name: process - postgresql91 - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/9.1/bin/postgres'" hostgroups: postgres91-hosts + - + name: process - postgresql94 - master + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u postgres -C postgres -a '/usr/lib/postgresql/9.4/bin/postgres'" + hostgroups: postgres94-hosts - name: postgresql backups nrpe: "/usr/bin/sudo -u debbackup /usr/lib/nagios/plugins/dsa-check-backuppg" -- 2.20.1