I have an agent 1.8x installed on one of unix machine.
For example
Userparamater=test,ps -ef | grep zabbix | tail -1 | awk '{print $9}'
When I test it with /usr/local/bin/zabbix_agentd -t test
it gives me ==> test [t|zabbix]
However in the audit reporting part, I encounter
items.error: Not supported by Zabbix Agent =>
No matter I change the item to text, character or anything else it is still not supported.
Any ideas?
For example
Userparamater=test,ps -ef | grep zabbix | tail -1 | awk '{print $9}'
When I test it with /usr/local/bin/zabbix_agentd -t test
it gives me ==> test [t|zabbix]
However in the audit reporting part, I encounter
items.error: Not supported by Zabbix Agent =>
No matter I change the item to text, character or anything else it is still not supported.
Any ideas?
Comment