monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iptables? bastille?


From: Kalmár Máté
Subject: iptables? bastille?
Date: Thu, 7 Apr 2016 10:00:00 +0200

Hello!

I would like to know, if is there any way to monitor iptables and or bastille-firewall.
I tried like like theese

#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.
Can you please help me?

Thanks:
Mate

reply via email to

[Prev in Thread] Current Thread [Next in Thread]