I created following monitors and assigned them to a node.
1) ApplicationRestarts using "WMI Performance Counter Monitor" component type.
2) ASPNET Process that monitors w3wp.exe process using "Process Monitor - WMI" component type. (Never mind the thresholds on this)
Next I want to setup an alert with following condition:
If process with name "w3wp.exe" experiences application restarts > 10, then I want to be notified.
To set this condition, I went into "Solarwinds Orion/System Manager", clicked on "Configure Advanced Alerts" in Alerts menu. Clicked on New which brought me into Edit Advanced Alert dialog box. Clicked on "Trigger Condition" table and chose "APM: Condition" for Type of Property to Monitor. Then created following conditions:
1) ComponentName is equal to ApplicationRestarts
2) Process (Service) Name is equal to w3wp.exe
The only thing lacking is to inject the condition (ApplicationRestarts > 10) into the above mix.
Just don't know how to set this condition. If I am going the wrong way to set the alert based on my condition, please let me know.
Any help is appreciated.
Thanks.