X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fnagios-master.cfg;h=c5017c0db2e48a3461854a602d15bfffddb57931;hb=0c089b00f7bd032d653469d5550fd1cf76ea2ea6;hp=15b882a4f634e5e3f587aa06431e3a012296b1f3;hpb=c68d385b9b625a64d7ee8456e4fe9120bfdd41de;p=mirror%2Fdsa-nagios.git diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 15b882a..c5017c0 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -179,7 +179,7 @@ servers: pkgmirror-1and1: address: 213.165.95.4 parents: powell - hostgroups: computers, service, kvmdomains, wheezy, apache2-hosts, no-bacula, apache-https + hostgroups: computers, service, kvmdomains, jessie, apache2-hosts, no-bacula, apache-https babin: address: 213.165.95.6 parents: powell @@ -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 @@ -383,7 +383,7 @@ servers: philp: address: 5.153.231.13 parents: ganeti-bytemark - hostgroups: computers, hassrvfs, kvmdomains, wheezy, apache2-hosts + hostgroups: computers, hassrvfs, kvmdomains, jessie, apache2-hosts couper: address: 5.153.231.14 parents: ganeti-bytemark @@ -729,7 +729,7 @@ servers: mailly: address: 82.195.75.114 parents: ganeti3 - hostgroups: computers, service, kvmdomains, wheezy, spamd, heavy-exim, mail-relay + hostgroups: computers, service, kvmdomains, jessie, spamd, heavy-exim, mail-relay denis: address: 82.195.75.91 parents: ganeti3 @@ -824,7 +824,7 @@ servers: lobos: address: 212.211.132.250 parents: gw-scanplus-lobos - hostgroups: computers, service, apache2-hosts, rsyncd-hosts, dl380, hasvarfs, hasusrfs, hasorgfs, xinetd-hosts, wheezy, security_mirror, no-bacula + hostgroups: computers, service, apache2-hosts, rsyncd-hosts, dl380, hasvarfs, hasusrfs, hassrvfs, xinetd-hosts, wheezy, security_mirror, no-bacula villa: address: 212.211.132.32 parents: gw-scanplus-villa @@ -1118,7 +1118,7 @@ servers: setoguchi: address: 133.242.99.74 parents: gw-sakura - hostgroups: computers, service, wheezy, no-bacula, hassrvfs, apache2-hosts, rsyncd-hosts, xinetd-hosts, security_mirror, acpid-hosts + hostgroups: computers, service, jessie, no-bacula, hassrvfs, apache2-hosts, rsyncd-hosts, xinetd-hosts, security_mirror, acpid-hosts # }}} # {{{ ############################# host groups ############################# @@ -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"