Monitoring IIS with SNMP
Posted
by Shtong
on Server Fault
See other posts from Server Fault
or by Shtong
Published on 2010-05-19T13:23:44Z
Indexed on
2010/05/19
13:32 UTC
Read the original article
Hit count: 401
Hello,
I'm trying to monitor IIS using the Windows integrated SNMP service (for versions 2000, 2003 ans 2008 of Windows Server, but i'm doing my experiments on a 2008 R2 box). So far I was able to install the SNMP service, and query mib-2 values without problems.
Now, I'm having trouble to monitor IIS informations, as the SNMP service does not seem to know about the .iso.org.dod.internet.private.enterprises.microsoft.software.internetServer
OIDs. Walking the entire SNMP tree only gets the mib-2 stuff as well as the names of some services, but that's it.
I did't find anything interesting in the service configuration panel.
So how do I configure this service to get IIS information, or other WMI data for that matter (I installed the SNMP WMI Provider) ? I can't find any documentation about that !
© Server Fault or respective owner