Hello,
Sorry in advance for my english but google translate is my friend
I am currently on the configuration of my zabbix and I encounter a strange error.
Personally I set up a file in my UserParameter zabbix_agentd.conf
Here is the command :
The zabbix_agentd -p returns me good value (number of packets)
The agent service has been restarted.
In my configuration on the server no value to me was not returned.
Test with the command:
Thank you in advance for your help
Sorry in advance for my english but google translate is my friend
I am currently on the configuration of my zabbix and I encounter a strange error.
Personally I set up a file in my UserParameter zabbix_agentd.conf
Here is the command :
Code:
UserParameter = Iptables.Drop.Input, iptables -vxnL INPUT | grep Chain | cut -d "" -f5
Code:
Iptables.Drop.Input [t | 42082440]
The agent service has been restarted.
In my configuration on the server no value to me was not returned.
Test with the command:
Code:
-s zabbix_get XX.XX.XX.XX -k -p 10050 Iptables.Drop.Input
Comment