From cf7cc5b142e2364c5e3550384031ff075dc460a8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 13 Nov 2010 09:51:36 +0100 Subject: [PATCH] More exim processes for our mail relays --- config/nagios-master.cfg | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index de02eba..48a19ad 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -286,7 +286,7 @@ servers: kokkonen: address: 82.195.75.97 parents: gw-man-da - hostgroups: computers, service, acpid-hosts, heavy-exim + hostgroups: computers, service, acpid-hosts, heavy-exim, mail-relay byrd: address: 82.195.75.92 parents: unger @@ -742,7 +742,7 @@ servers: merikanto: address: 86.59.118.147 parents: gw-sil - hostgroups: computers, dl360, acpid-hosts, spamd, heavy-exim, nfs-client, rsyncd-hosts, xinetd-hosts, service + hostgroups: computers, dl360, acpid-hosts, spamd, heavy-exim, nfs-client, rsyncd-hosts, xinetd-hosts, service, mail-relay merikanto2: address: 86.59.118.150 parents: merikanto @@ -881,6 +881,9 @@ hostgroups: heavy-exim: alias: "hosts running the full mail stuff, including clamav and postgrey" private: 1 + mail-relay: + alias: "relays usually are hosts with more exim processes" + private: 1 spamd: alias: "hosts running spamassassin as daemon" private: 1 @@ -1443,8 +1446,12 @@ services: name: process - exim nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u Debian-exim -C exim4 -a '/usr/sbin/exim4 -bd -q'" hostgroups: computers - excludehostgroups: postfix-hosts + excludehostgroups: postfix-hosts, mail-relay excludehosts: master, busoni, merkel, quantz + - + name: process - exim + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:25 -c 1: -u Debian-exim -C exim4 -a '/usr/sbin/exim4 -bd -q'" + hostgroups: mail-relay - name: process - exim - total nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:50 -c 1: -C exim4" -- 2.20.1