Comments
-
NOC
-
Will this ever get enough attention for SolarWinds to do something? Negative conditions along with AND/OR blocks already exist in alerting, why can't it be implemented inside dynamic queries as well?
-
My solution (using PowerShell) was to retrieve the resource results via GetListResourcesResult and run it through a custom transform script that contains an exception list of items I don't want to monitor (ie Windows Scheduled Tasks, certain ports, etc) by setting their IsSelected value to false. Anything not on my…
-
Are you using the ServiceNow integration to create incidents from your alerts? If so, are you auto-resolving by setting the State Management: Reset State = Resolved? You may need to set the state to Closed. I believe that'll generate a new incident the next time the alert triggers.…
-
Hopefully I've setup my conditions to avoid spamming the user. My reset condition for both alerts is another custom SWQL query. It looks for all components to be back UP. I figured it might be a bit misleading to clear the lower level ticket whenever it's crossed from 2 down to 3 or more down. The default condition was to…
-
Thanks for the suggestion. I only have a single instance of my application monitor so I'm not sure how I can utilize it as part of a group. I'm leaning towards a custom SWQL query as my alert condition. That seems to give me the ability to alert on the number of down components in the application monitor. I also need to…