I am attempting to get a perf counter working on a teamed interface
i have done the following
Run
./zabbix_agentd.exe -c c:\zabbix\conf\zabbix_agentd.win.conf -t net.if.discovery
in here i have an interface called vlan356
i have placed the following within the conf file
PerfCounter= lanin,"\Network Interface(VLAN659)\Bytes Received/sec",60
and then used the key of lanin
i am getting not data back with a not supported on the host
i have also tried setting this key directly as follows
perf_counter[\Network Interface(VLAN659)\Bytes Received/sec]
with the same result
Any help on what i need to do here is much appreciated
i have done the following
Run
./zabbix_agentd.exe -c c:\zabbix\conf\zabbix_agentd.win.conf -t net.if.discovery
in here i have an interface called vlan356
i have placed the following within the conf file
PerfCounter= lanin,"\Network Interface(VLAN659)\Bytes Received/sec",60
and then used the key of lanin
i am getting not data back with a not supported on the host
i have also tried setting this key directly as follows
perf_counter[\Network Interface(VLAN659)\Bytes Received/sec]
with the same result
Any help on what i need to do here is much appreciated
Comment