Hi,
Im trying to configure my zabbixW32 agent on a windows 2000 machine.
The machine has two nics and refers to one of the NIC as
"BroadCom NetXtreme Gigabit Ethernet Driver#1" .. thus i would add
PerfCounter=NeTotal,"\Network Interface(BroadCom NetXtreme Gigabit Ethernet Driver#1)\Bytes Total/sec",10
The thing is im getting error when i do a zabbixw32.exe check-config
It says Invalid perfomance counter specifications... I tried removing the "#"
to check if it is causing the problem and it returned "OK"
It seems that i need to escape the "#" character so that it will not be
interpreted as a comment.
Thanks.
dm0nkz
Im trying to configure my zabbixW32 agent on a windows 2000 machine.
The machine has two nics and refers to one of the NIC as
"BroadCom NetXtreme Gigabit Ethernet Driver#1" .. thus i would add
PerfCounter=NeTotal,"\Network Interface(BroadCom NetXtreme Gigabit Ethernet Driver#1)\Bytes Total/sec",10
The thing is im getting error when i do a zabbixw32.exe check-config
It says Invalid perfomance counter specifications... I tried removing the "#"
to check if it is causing the problem and it returned "OK"
It seems that i need to escape the "#" character so that it will not be
interpreted as a comment.
Thanks.
dm0nkz
Comment