From: Martin Zobel-Helas Date: Fri, 30 Jul 2010 17:05:40 +0000 (+0200) Subject: check if the firewall rules are generated from puppet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9f9893610a5b95edc903d03a1c76ce0c9674f996;hp=-c;p=mirror%2Fdsa-nagios.git check if the firewall rules are generated from puppet --- 9f9893610a5b95edc903d03a1c76ce0c9674f996 diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index dfb9c2b..f4c1eb5 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1166,6 +1166,11 @@ services: nrpe: "/usr/lib/nagios/plugins/dsa-check-file -w -f /etc/ferm/ferm.conf" hostgroups: computers excludehostgroups: freebsd + - + name: puppetized firewall + nrpe: "/usr/lib/nagios/plugins/dsa-check-file -w -f /etc/ferm/conf.d/defs.conf" + hostgroups: computers + excludehostgroups: freebsd #### -