From 53aaa05aca189b035d88e5e11cee90989486473d Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 24 Jul 2010 16:38:54 +0200 Subject: [PATCH] add firewall check --- config/nagios-master.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index df7ace6..9389c52 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1124,6 +1124,12 @@ services: nrpe: "/usr/lib/nagios/plugins/dsa-check-file_age -i 540 -f /var/lib/puppet/state/state.yaml" hostgroups: computers + #### + - + name: installed firewall + nrpe: "/usr/lib/nagios/plugins/dsa-check-file -w -f /etc/ferm/ferm.conf" + hostgroups: computers + #### - name: process - samhain -- 2.20.1