PDA

View Full Version : Reading windows network received bytes


freejack
23-03-2006, 01:41
Hi all,

I've been trying to understand why it does that for a couple days, I just can't figure out why...

I entered these lines in the zabbix_agend.conf for a windows agent:

PerfCounter=network_sent,"\Network Interface(Intel 8255x-based Integrated Fast Ethernet)\Bytes Sent/sec",60
PerfCounter=network_recv,"\Network Interface(Intel 8255x-based Integrated Fast Ethernet)\Bytes Received/sec",60

I do receive data from network_sent, but not from network_recv, it eventually writes 'Not Supported' in zabbix server and nothing in the agents logs.

I tried it on both 1.0 and 1.1b7. It is doing the exact same behavior on 3 seperate machines, all Windows 2000 Server and with different network cards on each.

Thank you in advance for any insight about this.

David

freejack
29-03-2006, 06:08
I feel stupid, because I didn't thought value had decimals, Item was configured as Integer.

Excuse me, now I will hide myself for a few days... :P

Thanks anyway!