Hello there.
We have a custom LLD script running on Zabbix.3.2. Python script processes pre-generated CSV file, and prints out JSON for Zabbix LLD.
Everything works fine when it is running on a server.
However same script with same CSV fails on proxy.
Discovery rule fails with error "Value should be a JSON object" when being run on a proxy, i.e. assigned to proxy monitored host.
I can run it manually form proxy console, it prints out valid JSON (Validated on http://jsonlint.com).
What am I missing?
We have a custom LLD script running on Zabbix.3.2. Python script processes pre-generated CSV file, and prints out JSON for Zabbix LLD.
Everything works fine when it is running on a server.
However same script with same CSV fails on proxy.
Discovery rule fails with error "Value should be a JSON object" when being run on a proxy, i.e. assigned to proxy monitored host.
I can run it manually form proxy console, it prints out valid JSON (Validated on http://jsonlint.com).
What am I missing?
Comment