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.