Hi all,
I'm trying to monitor the ethernet traffic of my windows xp, 2000 and 2003 servers by the zabbix agent. It seems that it doesn't discover automatically the ethernets like in linux or Unix by the keys net.if.in[eth0,bytes] and so on. So I tried something i have found in the forum.
I've configure the following lines at zabbix_agentd.conf:
PerfCounter=NetIn1,"/Network Interface(00:30:6E:12:59:8C)\Bytes Received/sec",1
PerfCounter=NetOut1,"/Network Interface(00:30:6E:12:59:8C)\Bytes Received/sec",1
I've also create a item NetIn1 at zabbix web interface. When i do a console query from my linux server using the key I've created I always get the same value "-2.0000", see:
# zabbix_get -s 32.94.155.6 -p 10050 -k NetOut1
-2.000000
I get the same error for every interface i add by this line above. I've also tried to add it using it's name instead of its MAC ADDRESS but get the same problem everytime.
Need a hand!!
[]'s
Phil
I'm trying to monitor the ethernet traffic of my windows xp, 2000 and 2003 servers by the zabbix agent. It seems that it doesn't discover automatically the ethernets like in linux or Unix by the keys net.if.in[eth0,bytes] and so on. So I tried something i have found in the forum.
I've configure the following lines at zabbix_agentd.conf:
PerfCounter=NetIn1,"/Network Interface(00:30:6E:12:59:8C)\Bytes Received/sec",1
PerfCounter=NetOut1,"/Network Interface(00:30:6E:12:59:8C)\Bytes Received/sec",1
I've also create a item NetIn1 at zabbix web interface. When i do a console query from my linux server using the key I've created I always get the same value "-2.0000", see:
# zabbix_get -s 32.94.155.6 -p 10050 -k NetOut1
-2.000000
I get the same error for every interface i add by this line above. I've also tried to add it using it's name instead of its MAC ADDRESS but get the same problem everytime.
Need a hand!!
[]'s
Phil