As someone that has come from using Nagios, BigBrother and Hyperic I am very excited about what Zabbix might bring to the table. I have been evaluating various new solutions and would love to settle on one to promote and even contribute to. It seems that windows support is a little weak at this point and I cant seem to get any windows servers network interface monitoring. The lack of a pre-configured item for Windows nics (and many other services) is really disapointing. Anyway, I tried to follow some instructions on a forum post to get the nic monitored and I followed the steps below.....but not getting any data?
How can I monitor network traffic on Windows Servers?
###Windows 2003 Server:
typeperf -qx | find "Network Interface"
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Total/sec
\Network Interface(MS TCP Loopback interface)\Bytes Total/sec
Many more but will use this to start with the "Bytes Total" above.
Zabbix Server (RHEL4):
###Created a new item for the existing Windows 2003 server
Type: ZABBIX agent
Key: perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Total/sec"]
Type of Information: Numeric (integer 64 bit)
Units: bps
Use Multiplier Custom Multiplier
Custom Multiplier: 8
How can I monitor network traffic on Windows Servers?
###Windows 2003 Server:
typeperf -qx | find "Network Interface"
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Total/sec
\Network Interface(MS TCP Loopback interface)\Bytes Total/sec
Many more but will use this to start with the "Bytes Total" above.
Zabbix Server (RHEL4):
###Created a new item for the existing Windows 2003 server
Type: ZABBIX agent
Key: perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Total/sec"]
Type of Information: Numeric (integer 64 bit)
Units: bps
Use Multiplier Custom Multiplier
Custom Multiplier: 8
Comment