Ok maybe I am getting closer to monitoring windows server network stats.
###Windows 2003 Server Tests:
typeperf -qx | find "Network Interface"
Many listed but tested these first
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec
###Tested with agentd.exe:
E:\win32>zabbix_agentd.exe -t perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec"]
perf_counter[\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec] [d|288.078026]
E:\win32>zabbix_agentd.exe -t perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec"]
perf_counter[\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec] [d|520.628808]
###Added to c:\zabbix_agentd.cond on Windows 2003 Server:
PerfCounter= NetOut,"\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec",5
PerfCounter= NetIn,"\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec",5
All I need to know now is the exact syntax I need to create the new item in the template_windows. Using "NetIn" or "NetOut" for the key does not work.
Any suggestions...please
###Windows 2003 Server Tests:
typeperf -qx | find "Network Interface"
Many listed but tested these first
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec
\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec
###Tested with agentd.exe:
E:\win32>zabbix_agentd.exe -t perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec"]
perf_counter[\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec] [d|288.078026]
E:\win32>zabbix_agentd.exe -t perf_counter["\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec"]
perf_counter[\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec] [d|520.628808]
###Added to c:\zabbix_agentd.cond on Windows 2003 Server:
PerfCounter= NetOut,"\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Sent/sec",5
PerfCounter= NetIn,"\Network Interface(Intel[R] PRO_1000 MT Desktop Adapter)\Bytes Received/sec",5
All I need to know now is the exact syntax I need to create the new item in the template_windows. Using "NetIn" or "NetOut" for the key does not work.
Any suggestions...please
Comment