Hello.
My Zabbix does not recognized my User parameters.
It is on my zabbix_agent.conf:
UserParameter=verificar.ruta,route | grep $1 -q; echo $?
And the item in server:
verificar.ruta[X.X.X.X]
This checks that the IP X.X.X.X exists in the table route of the client and it returns 0 or 1. But it not works in Zabbix, the item appears "Not supported".
Of course, I restart as server as client.
The log in server:
1219:20130507:173738.816 item [Americana:verificar.ruta[X.X.X.X]] became not supported: Not supported by Zabbix Agent
My Zabbix does not recognized my User parameters.
It is on my zabbix_agent.conf:
UserParameter=verificar.ruta,route | grep $1 -q; echo $?
And the item in server:
verificar.ruta[X.X.X.X]
This checks that the IP X.X.X.X exists in the table route of the client and it returns 0 or 1. But it not works in Zabbix, the item appears "Not supported".
Of course, I restart as server as client.
The log in server:
1219:20130507:173738.816 item [Americana:verificar.ruta[X.X.X.X]] became not supported: Not supported by Zabbix Agent