Better check for iptables.

This commit is contained in:
Benoît S. 2014-10-08 15:46:36 +02:00
parent 32dd21ae20
commit 1927448149

View file

@ -227,7 +227,7 @@ if [ -e /etc/debian_version ]; then
fi
if [ "$IS_ALERT5MINIFW" = 1 ] && [ "$IS_MINIFW" = 1 ]; then
/sbin/iptables -L | grep -q -E "^ACCEPT\s*all\s*--\s*monitoring\.evolix\.net\s*anywhere\s*$" || echo 'IS_MINIFW FAILED!'
/sbin/iptables -L -n | grep -q -E "^ACCEPT\s*all\s*--\s*31\.170\.8\.4\s*0\.0\.0\.0/0\s*$" || echo 'IS_MINIFW FAILED!'
fi
if [ "$IS_NRPEPERMS" = 1 ]; then