X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=nagios-master.cfg;h=86c5c93066d5c8399be43547f9e1687ee01acc14;hb=366e83131195f29e0c0d678775a8d544ae38f7ec;hp=993f5bf5f3f4a88334f0d814ec1c02c52823f626;hpb=99ef89b7658066feefe4e2e074a8d687da28d700;p=mirror%2Fdsa-nagios.git diff --git a/nagios-master.cfg b/nagios-master.cfg index 993f5bf..86c5c93 100644 --- a/nagios-master.cfg +++ b/nagios-master.cfg @@ -8,17 +8,17 @@ # hosts ############################# servers: - manda-debian-gw: + gw-MAN-DA-debian: address: 82.195.75.126 hostgroups: routing-infrastructure bartok: address: 82.195.75.91 - parents: manda-debian-gw + parents: gw-MAN-DA-debian hostgroups: computers, syslog-ng-hosts, postfix-hosts, dl385 sperger: address: 82.195.75.98 - parents: manda-debian-gw + parents: gw-MAN-DA-debian hostgroups: computers, sw-raid ############################# @@ -208,9 +208,15 @@ services: ### - name: process - clamav - clamd - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u clamav -C clamd -a '/usr/sbin/clamd'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u clamav -C clamd -a '/usr/sbin/clamd'" hostgroups: computers excludehostgroups: postfix-hosts + - + name: service - clamav + nrpe: "/usr/lib/nagios/plugins/check_clamd -H /var/run/clamav/clamd.ctl" + hostgroups: computers + excludehostgroups: postfix-hosts + depends: process - clamav - clamd - name: process - clamav - freshclam nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u clamav -C freshclam -a '/usr/bin/freshclam -d --quiet'"