Hello,
I am new to zabbix and I could need some help on this documentation :
I am trying to get informations from a linux server (Debian 10) : All of the host's configured interfaces (name +IP).
As Zabbix retrieves the IP of each host, it is only the IP of which the agent is configured to listen on.
I am looking for a way to get the same result as "net.if.list" but this is only available for windows hosts.
I tried to make a new template in which I have only created a discovery rule. In this discovery rule I have set it up like this :
Type : Zabbix Agent
Key : zabbix[host,discovery,interfaces]
I have tried to test this discovery rule on a linux host with it's IP and the default zabbix agent port.
The result of the test is the following : Unsupported item key
The zabbix server version is 6.0, the targeted host is already monitored in Zabbix and by its default port.
Is it possible that something is missing on the server ?
If I cannot use that builtin zabbix discovery key, should scripting be involved for fetching a JSON ?
Thanks
Comment