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.
How can I simulate an active agent connecting to zabbix and inputing some metrics?
I assume you mean to emulate a Zabbix Agent and want to send data to the Zabbix Server? If so, You can use the zabbix_sender command to actually send the data, or if you are troubleshooting and want to do telnet, it is something like <HostName> <ItemKey> <Value>. I would have to sniff the traffic again, or parse through the source code to confirm the format, but it is pretty easy to do.
Comment