X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fnagios-master.cfg;h=9ca32f852609144d520c7a59192b82ea1c12994f;hb=2439481805151ab7cd33e668ae2b4efc931bb94a;hp=a677482996bbb5833cd26a2a729c1fda73ec32a8;hpb=ba85142ce642eba8866385c97bf50030c130b2c0;p=mirror%2Fdsa-nagios.git diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a677482..9ca32f8 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2062,6 +2062,15 @@ services: name: mail queue nrpe: "/usr/lib/nagios/plugins/check_mailq -M exim -w 1000 -c 2000" hostgroups: heavy-exim + - + name: process - fail2ban + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -C fail2ban-server" + hostgroups: heavy-exim + - + name: unwanted process - fail2ban + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C fail2ban-server" + hostgroups: computers + excludehostgroups: heavy-exim # }}} # {{{ clamav -