I want to monitor IIS using SNMP. I dont want to poll IIS continuously in my application, I want to register some threshold values in IIS, and when threshold is exceeded , my application should get notification from IIS. How can I achieve it. Same I want to do for Web Logic Server, Database

Let me explain more... I have to create one monitoring agent for IIS,Weblogic server and MySQL. But I dont want to poll them continuosly to get theri status. I want to register my application with them with my own threshold set. whenver my threshold is crossed, these servers should send notifictaion to my Application. Suppose I set threshold maximum user connection 5 with MySQL, so instead of monitoring it continuosly, I want my application to register for notification whenever user connection exceeds 5. My app should get the notification.

link|improve this question
That's called an SNMP trap, and unless you can be a bit more specific, we're going to be unable to help you. – Mark Henderson Feb 9 at 0:34
feedback

closed as not a real question by Mark Henderson Feb 9 at 0:34

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

As your question is very non specific, all I can suggest is you take a look at setting up traps on Windows.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.