If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
I've missread your answer. you don't need zabbix agent on the appliance
But i don't know if you can do this with zabbix_get. Sorry
Edit 2 :
From the man page, you can't use zabbix_get without a zabbix-agent on the remote host :
zabbix_get is a command line utility for getting data from Zabbix agent.
And The documentation says :
Simple checks are normally used for remote agent-less checks of services.
Note that Zabbix agent is not needed for simple checks. Zabbix server/proxy is responsible for the processing of simple checks (making external connections, etc).
But Simple checks are not really complicated to test
icmpping : use ping command
net.tcp.service : use telnet command
net.udp.service : use netcat / nc command
Comment