X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=nagios-master.cfg;h=9a5ccdce3a087b838509d049bb10321151c4e3f2;hb=9efeb7f5991ab9085175cc84161de7e7dc71720c;hp=694cebd660b99ce8db05677aa964cbcd449fcd60;hpb=8913ee7cc9c54ba791e8fff0cd872a83f3cf6310;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 694cebd..9a5ccdc 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -36,6 +36,7 @@ servers: master: address: 70.103.162.29 + parents: gw-brainfood hostgroups: computers, apache2-hosts, bind9-hosts ############################# @@ -276,17 +277,23 @@ services: - name: process - spamd - master nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C spamd -a '/usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir -d --pidfile=/var/run/spamd.pid'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts - name: process - spamd - child nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:6 -c 1: -C spamd -a 'spamd child'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts depends: process - spamd - master ### - name: process - greylistd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u greylist -C greylistd -a '/usr/bin/python /usr/sbin/greylistd'" - hosts: samosa + #hosts: samosa + hostgroups: computers + excludehostgroups: postfix-hosts ### -