How can I pass debug mode to level 4 on Zabbix ?
I've uncomment the line
and now this line is
but I don't know if I correctly apply your advice.
Then I check iptables and I found nothing strange, but I'm not an as with iptables
I've uncomment the line
Code:
# DebugLevel=3
Code:
DebugLevel=4
Then I check iptables and I found nothing strange, but I'm not an as with iptables

Code:
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
Comment