Hello,
We're currently facing an issue monitoring the discovered network interfaces for all of our hosts.
The discovery occurs without any issues and the items are added correctly, however, only eth0 is getting its data gathered, all other interfaces have the status "Not supported".
If I run zabbix agent to query the items on the hosts the information is returned correctly:
$ ./zabbix_agentd -t "net.if.out[eth0,bytes]"
net.if.out[eth0,bytes] [u|7003655083775]
$ ./zabbix_agentd -t "net.if.out[eth2,bytes]"
net.if.out[eth2,bytes] [u|2073033327226]
I'm currently running Zabbix Server 3.4.7 and the pre-compiled Zabbix Agent 3.2.7 for Linux 2.6.
Do any of you have any leads to what the problem might be?
Thanks in advance!
We're currently facing an issue monitoring the discovered network interfaces for all of our hosts.
The discovery occurs without any issues and the items are added correctly, however, only eth0 is getting its data gathered, all other interfaces have the status "Not supported".
If I run zabbix agent to query the items on the hosts the information is returned correctly:
$ ./zabbix_agentd -t "net.if.out[eth0,bytes]"
net.if.out[eth0,bytes] [u|7003655083775]
$ ./zabbix_agentd -t "net.if.out[eth2,bytes]"
net.if.out[eth2,bytes] [u|2073033327226]
I'm currently running Zabbix Server 3.4.7 and the pre-compiled Zabbix Agent 3.2.7 for Linux 2.6.
Do any of you have any leads to what the problem might be?
Thanks in advance!
Comment