I know that I can only expect so much support from a free, and open source solution with what appears to be a limited use base. But I would REALLY like to get up to speed on Zabbix especially for monitoring Windows servers. The support for Linux (and most other *nixes) seems great and I am only having trouble with Windows servers right now. I would love to be comfortable enough with Zabbix to recommend and deploy it on my clients sites, but at this point thats not possible until I can get some basic Windows Server monitoring active.
Here is what I tried so far, based some forum posts. But really, how is it possible that there is no adequate windows agent and templates to monitor a typical Windows server?
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
Here is what I tried so far, based some forum posts. But really, how is it possible that there is no adequate windows agent and templates to monitor a typical Windows server?
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