Hi there,
from the CLI, I can do successful:
GUI Template is OS Linux, with Network interface discovery rule. Any other stuff like CPU or Memory data are collected successful from this host, exept the network interfaces.
Starting the discovery with "Check now" from GUI, I get the response: Request sent successfully
But status stands at "not supported" and the red "i" with mouse over told: "cannot find the data array in the recives JSON object"
Where do I have to look deeper in the debugging?
Thanks for any hints, Frank
from the CLI, I can do successful:
Code:
# zabbix_get -s 192.168.130.204 -k net.if.discovery
[{"{#IFNAME}":"lo"},{"{#IFNAME}":"enp5s0"}]
Starting the discovery with "Check now" from GUI, I get the response: Request sent successfully
But status stands at "not supported" and the red "i" with mouse over told: "cannot find the data array in the recives JSON object"
Where do I have to look deeper in the debugging?
Thanks for any hints, Frank
Comment