The most recent content from our members.
If ServiceNow is used for the alert integration, the Assigned To column in the All Active Alerts page only displays one data: either the ServiceNow assignment group, or the member of the said assignment group - NOT BOTH ON SEPARATE COLUMNS. Also, the ServiceNow incident number state is not displayed as well (New, In…
In Solarwinds, custom property can be defined for alarms, but there is no such feature for active alarms. Could there be a development on this subject? We have integration with Solarwinds with another ITSM tool and we need to add the ticket numbers we have opened on this ITSM tool to a column in the alert active table on…
it would be great if an export option is available in All Active Alerts page. It makes easier to export the active alerts. Thanks, DN
Hello, I was attempting to create a new view for a NOC time. Within this view, I wanted to include an "Active Alerts" view, but I wanted the view to only show alerts with a severity of critical. Is there any way to filter the alerts down to only critical alerts? Thanks
This is a query that I use to replicate the Active Alerts resource in a NOC view. (The original resource limits results to 5 rows by default) Example Output: Please vote on this Feature Request to have this functionality added to the native Active Alerts resource: Enjoy!
If one node gets an alert, later on changes hostname, then gets another alert. The first name is shown on all alert-pages. Why (I think): Because the db-value [orionDB].[dbo].[AlertObjects].[EntityCaption] (and potentially [RelatedNodeCaption]) is not updated when the nodes caption is changed. Caption should not be stored…
Hi all. I'm having a problem with alerts. alerts can be triggered when there's an event., but in the "All active alerts" window I don't see anything, its blank. in the Home window under all active alerts, it says: An error has occurred. Thanks
The default report "All Active Alerts" is pretty good but I need to show the IP address for the nodes as well but I can't get it to work. Here is the SWQL: SELECT DISTINCT AlertActive.AlertActiveID, AlertObjects.AlertObjectID, AlertConfigurations.Name, AlertConfigurations.Severity, AlertConfigurations.ObjectType,…
Has anyone taken the time to put together a SQL query that returns the exact same information that I can see on the "All Active Alerts" page? I've managed to get this far select * from (select aa.AlertActiveID, n.IP_Address, n.Caption, n.DeviceType, n.EntityType, n.NodeID, n.Application_Name, n.Application_Code,…
Please amend the 'Active Alerts' resource to add the following functionality: * Add the 'Acknowledge' button * Allow the user to set the number of rows, or have an option to "show all" and have it stick (currently the resource resets to 5 rows upon a page refresh, which makes it very weak as a NOC resource) * Allow…
It looks like you're new here. Sign in or register to get started.