bmdb1 on jessie
authorJulien Cristau <jcristau@debian.org>
Sun, 3 May 2015 09:45:07 +0000 (11:45 +0200)
committerJulien Cristau <jcristau@debian.org>
Sun, 3 May 2015 09:45:07 +0000 (11:45 +0200)
config/nagios-master.cfg

index 15b882a..6ce79d3 100644 (file)
@@ -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"