Would someone have any idea why I don't get an update from a Perfcounter on my windows machine.
I've set up 2 perfcounter for NetIn and NetOut on the windows side as described in some threads and this seems to work.
Here are the lines:
Perfcounter=NetIn,"\Network Interface(SysKonnect SK-9521 V2.0 10_100_1000Base-T Adapter, PCI 32bit, Copper RJ-45)\Bytes Received/sec",60
Perfcounter=NetOut,"\Network Interface(SysKonnect SK-9521 V2.0 10_100_1000Base-T Adapter, PCI 32bit, Copper RJ-45)\Bytes Sent/sec",60
I can telnet my remote host and get a result as this shows:
[root@fedora /etc/zabbix]# telnet 192.168.133.100 10050
Trying 192.168.133.100...
Connected to 192.168.133.100 (192.168.133.100).
Escape character is '^]'.
NetIn
16.908288Connection closed by foreign host.
I've also setup an Item for this Host as Numeric float
Units B,no multiplier,Update of 60,History of 7,Trends 365, Monitored, Stored as is. I'm not getting any Last value. Actually I'm getting a "-".
I've set up 2 perfcounter for NetIn and NetOut on the windows side as described in some threads and this seems to work.
Here are the lines:
Perfcounter=NetIn,"\Network Interface(SysKonnect SK-9521 V2.0 10_100_1000Base-T Adapter, PCI 32bit, Copper RJ-45)\Bytes Received/sec",60
Perfcounter=NetOut,"\Network Interface(SysKonnect SK-9521 V2.0 10_100_1000Base-T Adapter, PCI 32bit, Copper RJ-45)\Bytes Sent/sec",60
I can telnet my remote host and get a result as this shows:
[root@fedora /etc/zabbix]# telnet 192.168.133.100 10050
Trying 192.168.133.100...
Connected to 192.168.133.100 (192.168.133.100).
Escape character is '^]'.
NetIn
16.908288Connection closed by foreign host.
I've also setup an Item for this Host as Numeric float
Units B,no multiplier,Update of 60,History of 7,Trends 365, Monitored, Stored as is. I'm not getting any Last value. Actually I'm getting a "-".
Comment