Just a quick question, how do you use zabbix_get?
I'm basically trying to test the result of one of my pre-defined commands, but when I run it in zabbix_get, the output is empty, yet Zabbix is getting the result back fine.
What's the idea of zabbix_get if it doesn't show the result on the command-line?
Thanks,
Andy
I'm basically trying to test the result of one of my pre-defined commands, but when I run it in zabbix_get, the output is empty, yet Zabbix is getting the result back fine.
Code:
root zabbix (networkmail): ./sbin/zabbix_get -s127.0.0.1 -p10050 -k"agent.version" root zabbix (networkmail):
Thanks,
Andy
Comment