Windows performance counters & VBS/WMI via SNMP

Post support questions that relate to the Windows 2003/2000/XP operating systems.

Moderators: Developers, Moderators

Post Reply
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Windows performance counters & VBS/WMI via SNMP

Post by erwan.l »

Hello there,

I have been using cacti in production environement for a while and the tool is great and has been very helpful in many situations.

Still, MS Windows does not always provide the right OID's, and particularly when it comes to retrieve performance counters.

This is why I have developped a snmp agent that is simply an interface between SNMP and the windows perf counters.

This way, any existing perf counters on my windows boxes can be retrieved via snmp and used from cacti running on my linux box.
The agent can also debug incoming snmp requests to a log file.

So the tool is there with a quick how to : http://erwan.labalec.fr/snmptools .
The tool is a freeware, provided as is, and is meant to eventually help sysadmins monitoring windows boxes.

Any feedback welcome.

Regards,
Erwan.

Added :
-An oid can now also point to an external executable (like a vbs / wmi script).
-SnmpTools now support 32 and 64 bits platforms.
-Snmptools also support snmp v2c, spine, and 64 bits counters.

Tested fine on w2k, w2k3, w2k8.

Current version : 2.0.0.16 history here http://erwan.labalec.fr/snmptools/history.txt
Download (binaries included in zip file) http://erwan.labalec.fr/snmptools/snmptools2.zip
Download (32bits installer) http://erwan.labalec.fr/snmptools/snmptools32.exe
Download (64bits installer) http://erwan.labalec.fr/snmptools/snmptools64.exe
Source Code (latest version minus 1) http://sourceforge.net/projects/snmptools/
Last edited by erwan.l on Wed Apr 11, 2012 10:56 am, edited 13 times in total.
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

hmm, very interesting. I'll have to give it a try this weekend.
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Fantastic tool and page/write up. Thanks!
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi,
Thanks for the feedback.

I am currently using this snmp agent to monitor the average disk queue length on a server where we suspect IO issues.

Here attached an example.

Regards,
Erwan.
Attachments
avg_disk_queue.jpg
avg_disk_queue.jpg (30.49 KiB) Viewed 74899 times
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Hey Erwan,

Feature request already =) Can this work with x64 versions of 2003?
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Erwan,

Maybe I spoke a bit too soon. I have this setup on a test box, dumped the .zip file contents into the system32 folder and then ran the registry edit successfully. I can browse all the normal SNMP OID's on windows, but get

enterprises.15 = No Such Object available on this agent at this OID

When checking 15
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi,
The oid is 1.3.6.1.4.1.15.
snmp get this oid and you should get snmptools.

merge the reg file :

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents]
"snmptools"="SOFTWARE\\snmptools\\CurrentVersion"

[HKEY_LOCAL_MACHINE\SOFTWARE\snmptools\currentversion]
"Pathname"="%systemroot%\\system32\\snmptools.dll"

Add debug="1" (string) under [HKEY_LOCAL_MACHINE\SOFTWARE\snmptools\currentversion] to debug to c:\log.txt.

Restart the snmp agent.

Let me know what you get in your log.txt so that I may be able to help you.

Regards,
Erwan.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Hi Malken00,
I will check this week end if I can run a windows64 bits in a VM and then should be able to compile a specific version of snmptools.

Regards,
Erwan.
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Hey Erwan,

Thanks for the quick support on it!

Here is the log.txt:

08:29:44:415,start
08:29:46:415,Error 170 : The requested resource is in use.
:Unable read MULTI_SZ value
08:29:46:415,PerformanceData1.ObjectCount <=0
08:29:46:415,DLL_PROCESS_DETACH
08:29:46:415,clean
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Uhm indeed, this is wierd.

The good news is that the agent is installed sucessfully and starts along with the snmp daemon.

The bad news is that it cannot retrieve the local perf counters and therefore terminates right away.

What kind of windows server is this?
I have tested snmptools ok with w2k and w2k3, standard and enterprise edition, 32 bits.

Regards,
Erwan.

PS :
to test perf counters, you can use iptools to list these.
download here : http://Erwan.l.free.fr/sniffer.zip, and goto tools\ms networks\perf counters and get a screen like the one below.

if you get a similar list as below, at least I know that the perf counters part is fine and I have to look on the snmp agent part.

if it is a perf issue, see MS KB there : http://support.microsoft.com/kb/300956/en-us (lodctr /R to rebuild counters list).
Attachments
perf.jpg
perf.jpg (61.56 KiB) Viewed 74827 times
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Erwan,

These are W2k3 boxes, SP2 on both.
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

I am able to use iptools, and bring up the counters without an issue, they show all of the local counters for all services.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

Oki very good.
So i will focus on the agent part.
Sounds easy but does restarting the service help?

Regards,
Erwan.
erwan.l
Cacti User
Posts: 138
Joined: Tue Jan 22, 2008 4:36 am
Contact:

Post by erwan.l »

working on the issue mentionned below.

regarding 64bits system, I dont know much yet but would putting the dll in SysWOW64 instead of system32 help?
I read here and there that 32bits dll's should not go in the system32 on 64 bits systems but in the syswow64.

/erwan
malken00
Posts: 34
Joined: Wed Jan 17, 2007 1:22 pm
Contact:

Post by malken00 »

Putting it in syswow allows me to register it, but doesn't appear to work/load the tool :(
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest