I'm using Zabbix to monitor the network interfaces on Windows Server 2016. For this I'm using a discovery rule.
The problem is that only two of the 6 defined prototype items are actually being discovered and monitored:
net.if.out[{#IFNAME}]
net.if.in[{#IFNAME}]
The following items are not being monitored, although they do have a prototype:
net.if.out[{#IFNAME,packets}]
net.if.out[{#IFNAME,dropped}]
net.if.in[{#IFNAME,packets}]
net.if.int[{#IFNAME,dropped}]
According to https://www.zabbix.com/documentation...ed_by_platform these items should be supported on WIndows. Why is Zabbix not monitoring or discovering these items?
The problem is that only two of the 6 defined prototype items are actually being discovered and monitored:
net.if.out[{#IFNAME}]
net.if.in[{#IFNAME}]
The following items are not being monitored, although they do have a prototype:
net.if.out[{#IFNAME,packets}]
net.if.out[{#IFNAME,dropped}]
net.if.in[{#IFNAME,packets}]
net.if.int[{#IFNAME,dropped}]
According to https://www.zabbix.com/documentation...ed_by_platform these items should be supported on WIndows. Why is Zabbix not monitoring or discovering these items?
Comment