Comments
-
How should we account for the hyphen in question 9? Do we input a hyphen, space, or put the hyphenated words together?
-
Thanks!
-
I am getting close here, but I would like to return 0 for each hour there is no alert...any ideas? SELECT top 8000 CASE when AlertHistory.AlertObjects.AlertConfigurations.Severity = 0 THEN 'Informational' when AlertHistory.AlertObjects.AlertConfigurations.Severity = 1 THEN 'Warning' when…
-
I was working towards this, but I kept getting errors. Any chance you could share the query for your Alerts Per Node report? Thanks!
-
This Group SLA report was helpful.
-
Yes
-
Both of those could be helpful. Last 'h' hours (hours -by-hours and total), last 'd' days (day-by-day and total), last 'w' weeks (week-by-week and total), and last 'm' months (month-by-month and total) would be insightful. It would be nice to report specific downtime periods captured between 2 time periods and calculate a…
-
That's where I need help. With SNMP polling we use Contact to write custom properties for assignment and impact.
-
I'm looking to write a node custom property for assignment and impact based on a configuration on the target WMI polled device.