Hi All.
I want count traceroute hops. In zabbix_agent i created user parameter, like this:
UserParameter=traceroutehops[*],traceroute -I -n $1 | wc -l. And restart agent. But when i trying to verify is all correct, use zabbix_get utility.
zabbix_get -s 127.0.0.1 -p 10050 -k traceroutehops[google.com]
zabbix_get: No match.
What's wrong?
I want count traceroute hops. In zabbix_agent i created user parameter, like this:
UserParameter=traceroutehops[*],traceroute -I -n $1 | wc -l. And restart agent. But when i trying to verify is all correct, use zabbix_get utility.
zabbix_get -s 127.0.0.1 -p 10050 -k traceroutehops[google.com]
zabbix_get: No match.
What's wrong?
Comment