PDA

View Full Version : Win32 agent version pre1.1beta3 results


bbrendon
12-11-2005, 19:55
So far so good. Though I did load it on one computer and I'm getting an error in the event log. The agent is listed in services as "Starting"

Event ID: 4
Description: Unable to add performance counter "\(_Total)\" to query: The specified object is not found on the system.

bbrendon
12-11-2005, 20:41
I resolved the problem. Though it would be nice if zabbix gave a better error, it wasn't too dificult.

1. I loaded perfmon.msc and noticed that the counter list was screwy. There were #'s listed instead of text/descriptions.

2. I followed this MS's KB (http://support.microsoft.com/default.aspx?scid=kb;en-us;300956) article and everything now works.

Hope this helps someone!

bbrendon
12-11-2005, 21:37
For system.uptime (i also tried system[uptime]), i'm getting ZBX_NOTSUPPORTED

I tried it on multiple hosts. Anyone have success with this?

bbrendon
12-11-2005, 22:51
This is the first time I've tried this, and I tried it on two servers. I'm fairly sure its not me and from reading forum posts, it appears I'm doing everything correctly.

Anyone having success with this agent collecting network stats?

PerfCounter=NetIn60,"\IBM Netfinity 10_100 Ethernet Adapter\Bytes Received/sec",60
PerfCounter=NetOut60,"\IBM Netfinity 10_100 Ethernet Adapter\Bytes Sent/sec",60
PerfCounter=NetIn300,"\IBM Netfinity 10_100 Ethernet Adapter\Bytes Received/sec",300
PerfCounter=NetOut300,"\IBM Netfinity 10_100 Ethernet Adapter\Bytes Sent/sec",300

I get a 0 back from the agent.

azilber
14-11-2005, 16:53
My post regarding this:
http://www.zabbix.com/forum/showthread.php?t=1643

Also, the specific bug I submitted. Feel free to post comments on the bug as well:

[ 1350346 ] v1.1b2 perf_counter inconsistent! (http://sourceforge.net/tracker/index.php?func=detail&aid=1350346&group_id=23494&atid=378683)

cameronsto
14-11-2005, 18:44
For system.uptime (i also tried system[uptime]), i'm getting ZBX_NOTSUPPORTED

I tried it on multiple hosts. Anyone have success with this?
I'm getting this as well with the latest win32 agent.

-cameron