I would like to know, if is there any way to monitor iptables and or bastille-firewall.
#BASTILLE
check process bastille-firewall
matching "bastille-firewall"
#start program = "/etc/init.d/bastille-firewall start"
start program = "/usr/sbin/service bastille-firewall start"
#stop program = "/etc/init.d/bastille-firewall stop"
stop program = "/usr/sbin/service bastille-firewall start"
#IPTABLES
check process iptables
matching "iptables"
#start program = "/etc/init.d/iptables start"
#start program = "/usr/sbin/service iptables start"
start program = "/sbin/iptables start"
#stop program = "/etc/init.d/iptables stop"
#stop program = "/usr/sbin/service iptables start"
stop program = "/sbin/iptables stop"
but i cannot figure out, what the problem is.