I am writing an active agent and I am trying to get the Zabbix server (current 2.x appliance) to send me the discovery rules for a given host. Is this possible ?
I tried spoofing a proxy and sending a JSON request like this:
...but the server did not care for it and wrote an error in the log:
proxy [NicholasActive]not found.
Thanks.
I tried spoofing a proxy and sending a JSON request like this:
Code:
{"host":"NicholasActive","request":"discovery data"}
proxy [NicholasActive]not found.
Thanks.