Monitoring IIS6

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

Moderators: Developers, Moderators

Post Reply
M@tth3w
Posts: 13
Joined: Tue Feb 10, 2009 4:22 am

Monitoring IIS6

Post by M@tth3w »

Hi All, I've identified the following OID's on my IIS6 server that could be useful, some for graphing within Cacti.


.1.3.6.1.4.1.311.1.7.3.1.1.0 totalBytesSentHighWord.0
.1.3.6.1.4.1.311.1.7.3.1.2.0 totalBytesSentLowWord.0
.1.3.6.1.4.1.311.1.7.3.1.3.0 totalBytesReceivedHighWord.0
.1.3.6.1.4.1.311.1.7.3.1.4.0 totalBytesReceivedLowWord.0
.1.3.6.1.4.1.311.1.7.3.1.5.0 totalFilesSent.0
.1.3.6.1.4.1.311.1.7.3.1.6.0 totalFilesReceived.0
.1.3.6.1.4.1.311.1.7.3.1.7.0 currentAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.8.0 currentNonAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.9.0 totalAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.10.0 totalNonAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.11.0 maxAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.12.0 maxNonAnonymousUsers.0
.1.3.6.1.4.1.311.1.7.3.1.13.0 currentConnections.0
.1.3.6.1.4.1.311.1.7.3.1.14.0 maxConnections.0
.1.3.6.1.4.1.311.1.7.3.1.15.0 connectionAttempts.0
.1.3.6.1.4.1.311.1.7.3.1.16.0 logonAttempts.0
.1.3.6.1.4.1.311.1.7.3.1.17.0 totalOptions.0
.1.3.6.1.4.1.311.1.7.3.1.18.0 totalGets.0
.1.3.6.1.4.1.311.1.7.3.1.19.0 totalPosts.0
.1.3.6.1.4.1.311.1.7.3.1.20.0 totalHeads.0
.1.3.6.1.4.1.311.1.7.3.1.21.0 totalPuts.0
.1.3.6.1.4.1.311.1.7.3.1.22.0 totalDeletes.0
.1.3.6.1.4.1.311.1.7.3.1.23.0 totalTraces.0
.1.3.6.1.4.1.311.1.7.3.1.24.0 totalMove.0
.1.3.6.1.4.1.311.1.7.3.1.25.0 totalCopy.0
.1.3.6.1.4.1.311.1.7.3.1.26.0 totalMkcol.0
.1.3.6.1.4.1.311.1.7.3.1.27.0 totalPropfind.0
.1.3.6.1.4.1.311.1.7.3.1.28.0 totalProppatch.0
.1.3.6.1.4.1.311.1.7.3.1.29.0 totalSearch.0
.1.3.6.1.4.1.311.1.7.3.1.30.0 totalLock.0
.1.3.6.1.4.1.311.1.7.3.1.31.0 totalUnlock.0
.1.3.6.1.4.1.311.1.7.3.1.32.0 totalOthers.0
.1.3.6.1.4.1.311.1.7.3.1.33.0 currentCGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.34.0 currentBGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.35.0 totalCGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.36.0 totalBGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.37.0 maxCGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.38.0 maxBGIRequests.0
.1.3.6.1.4.1.311.1.7.3.1.39.0 currentBlockedRequests.0
.1.3.6.1.4.1.311.1.7.3.1.40.0 totalBlockedRequests.0
.1.3.6.1.4.1.311.1.7.3.1.41.0 totalAllowedRequests.0
.1.3.6.1.4.1.311.1.7.3.1.42.0 totalRejectedRequests.0
.1.3.6.1.4.1.311.1.7.3.1.43.0 totalNotFoundErrors.0
.1.3.6.1.4.1.311.1.7.3.1.44.0 totalLockedErrors.0
.1.3.6.1.4.1.311.1.7.3.1.45.0 measuredBandwidth.0
.1.3.6.1.4.1.311.1.7.3.1.46.0 currentCALsforAuthenticatedUsers.0
.1.3.6.1.4.1.311.1.7.3.1.47.0 maxCALsforAuthenticatedUsers.0
.1.3.6.1.4.1.311.1.7.3.1.48.0 totalCALFailedAuthenticatedUser.0
.1.3.6.1.4.1.311.1.7.3.1.49.0 currentCALsforSecureConnections.0
.1.3.6.1.4.1.311.1.7.3.1.50.0 maxCALsforSecureConnections.0
.1.3.6.1.4.1.311.1.7.3.1.51.0 totalCALFailedSecureConnection.0


I've added two of these that have data in them as data sources to the relevant device, one of them creates a graph, the other is empty which is a bit confusing. I'd like to add a few of these (the ones that return statistics as some are empty). Am I best adding them one by one? Or creating a Data query? I did try making an xml file for that but failed miserably to get it working :oops: :lol:

I'd be grateful of any help.

Thank you.
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

1) search the script forum for others who have already made the scripts/templates.

2) learn how to make them yourself: http://docs.cacti.net/?q=node/499
M@tth3w
Posts: 13
Joined: Tue Feb 10, 2009 4:22 am

Post by M@tth3w »

I did have a look about the forum, all the templates I tried wouldn't import, is this due to them not being compatible between versions of cacti?

I did read that section of the documentation, it's a bit above me in terms of my ability in this sort of thing. I'll give it another try though :)
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

M@tth3w wrote:I did have a look about the forum, all the templates I tried wouldn't import, is this due to them not being compatible between versions of cacti?
Possibly. Older templates can import into newer cacti fine, but not the other way around. What cacti version you running? What error did you recieve?
M@tth3w
Posts: 13
Joined: Tue Feb 10, 2009 4:22 am

Post by M@tth3w »

I attempted to import the xml from the threads "Microsoft IIS current connection template" and "IIS - WWW Graph templates", each gave a "Error: XML parse error" :)

I'm running Version 0.8.7d of Cacti.
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

Hmm possibly 0.8.7d has a bug with importing templates... Well at the very least, since the scripts have already been created, it won't be all that hard to re-create the data/graph templates -- especially since you have the XML files. Follow the guides I linked before.

Just curious, are you able to import any templates?
M@tth3w
Posts: 13
Joined: Tue Feb 10, 2009 4:22 am

Post by M@tth3w »

I think I tried a few of these before I moved from 7c, they had the same issue. I just tried importing "Generic SNMPwalk to retrieve multiple values in one run" and it had the same parse error. I also tried the "SNMP Printer Template" this also returned a parse error.

Perhaps there is something a miss on my install? I probably need to sit down and give this more attention but I'm looking after three offices and Cacti is a side project :lol: I've not fully grasped the data queries yet, let alone how to make graphs :oops:
User avatar
BSOD2600
Cacti Moderator
Posts: 12171
Joined: Sat May 08, 2004 12:44 pm
Location: USA

Post by BSOD2600 »

M@tth3w wrote: I've not fully grasped the data queries yet, let alone how to make graphs :oops:
Have you read over cacti basics yet?
M@tth3w
Posts: 13
Joined: Tue Feb 10, 2009 4:22 am

Post by M@tth3w »

I have, and I've created single queries using the example in the manual which sort of work, I'm just a slow/poor learner if I'm honest! :lol:
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests