what do i need to do to monitor the network traffic of a windows 2008 server network addapter?
i'm sure that the zabbix_agentd is running and snmp (snmp.exe and snmptrap.exe) are running too but when i try to make a graphic there's not even the opition to do so. I tried the command: zabbix_get -s <HOST IP> -k net.if.list
and received this response: ZBX_NOTSUPPORTED
and one more thing, just now i noticed that in the Dashboard appears that the server is not running but look at this:
also i have this on server side:
and client side:
and now? what can i do?
i'm sure that the zabbix_agentd is running and snmp (snmp.exe and snmptrap.exe) are running too but when i try to make a graphic there's not even the opition to do so. I tried the command: zabbix_get -s <HOST IP> -k net.if.list
and received this response: ZBX_NOTSUPPORTED
and one more thing, just now i noticed that in the Dashboard appears that the server is not running but look at this:
Code:
# ps aux | grep zabbix zabbix 8974 0.0 0.0 11564 528 ? SN May03 0:00 /usr/local/sbin/zabbix_agentd zabbix 8975 0.2 0.0 11564 844 ? SN May03 21:16 /usr/local/sbin/zabbix_agentd zabbix 8976 0.0 0.0 11584 788 ? SN May03 3:52 /usr/local/sbin/zabbix_agentd zabbix 8977 0.0 0.0 11584 788 ? SN May03 3:52 /usr/local/sbin/zabbix_agentd zabbix 8978 0.0 0.0 11584 788 ? SN May03 3:52 /usr/local/sbin/zabbix_agentd zabbix 8979 0.0 0.0 11576 596 ? SN May03 0:02 /usr/local/sbin/zabbix_agentd zabbix 9218 0.0 0.1 93300 1620 ? SN May03 0:00 zabbix_server zabbix 9220 0.0 0.2 93364 2200 ? SN May03 0:14 zabbix_server zabbix 9222 0.4 1.2 149580 12652 ? SN May03 37:16 zabbix_server zabbix 9223 0.4 1.2 149580 12604 ? SN May03 36:35 zabbix_server zabbix 9224 0.3 1.2 149580 12596 ? SN May03 30:44 zabbix_server zabbix 9225 0.4 1.2 149580 12572 ? SN May03 34:01 zabbix_server zabbix 9226 0.4 1.2 149580 12660 ? SN May03 38:26 zabbix_server zabbix 9227 0.0 0.1 93380 1400 ? SN May03 0:11 zabbix_server zabbix 9229 0.0 0.1 93380 1400 ? SN May03 0:11 zabbix_server zabbix 9231 0.0 0.1 93380 1428 ? SN May03 0:11 zabbix_server zabbix 9233 0.0 0.1 93380 1400 ? SN May03 0:11 zabbix_server zabbix 9235 0.0 0.1 93380 1424 ? SN May03 0:11 zabbix_server zabbix 9237 0.0 0.2 93936 2172 ? SN May03 0:00 zabbix_server zabbix 9239 0.0 0.1 93300 1200 ? SN May03 0:00 zabbix_server zabbix 9241 0.0 0.1 93364 1364 ? SN May03 1:21 zabbix_server zabbix 9243 0.0 0.1 93300 1204 ? SN May03 0:00 zabbix_server zabbix 9245 0.0 1.1 149552 11512 ? SN May03 0:23 zabbix_server zabbix 9246 0.0 0.1 93300 1184 ? SN May03 0:01 zabbix_server zabbix 9248 0.0 0.1 93300 1204 ? SN May03 0:01 zabbix_server zabbix 9250 0.0 0.4 151412 4216 ? SN May03 1:31 zabbix_server zabbix 9251 0.0 1.0 93436 10596 ? SN May03 3:21 zabbix_server zabbix 9253 0.0 0.1 93300 1276 ? SN May03 0:01 zabbix_server root 28501 0.0 0.0 63304 800 pts/0 R+ 16:01 0:00 grep zabbix
Code:
# zabbix_get -s 172.24.12.14 -k "net.if.list" ZBX_NOTSUPPORTED
Code:
c:\Zabbix>zabbix_agentd.exe --test net.if.list net.if.list [m|ZBX_NOTSUPPORTED]
Comment