PDA

View Full Version : Network Statistics in Windows


mrmurdock
15-11-2009, 02:18
Apparently the net-if-in and out dont exist in the zabbix agent for Windows Clients/Servers? Can this be special ordered from SIA or has someone come up with a external script that they wouldnt mind passing along?

I know Windows (all versions) have the ability to have network statistics pulled out via their monitoring programs. Is SIA going to release a better agent for windows?

harmonica
16-11-2009, 12:02
Use perf_counter

Examples:
key: perf_counter[\Network Interface(VMware Accelerated AMD PCNet Adapter)\Bytes Sent/sec]
key: perf_counter[\Network Interface(VMware Accelerated AMD PCNet Adapter)\Bytes Received/sec]

mrmurdock
16-11-2009, 17:38
Is the perf_counter item key built-in, or does this have to be a custom script added to zabbix_agentd.conf?

tchjts1
18-11-2009, 04:40
See this post on using perfcounters... and try using the search function here for basic Zabbix functionality

http://www.zabbix.com/forum/showthread.php?t=14297