I'm trying to create an alert that is generated when the count of other active alerts reaches a certain number. I can get exactly what I need with this SWQL query, but the alert engine requires me to wrap it in a Nodes (or other) query. This then requires multiple joins with other tables, which I have yet to figure out.…
How can you configure the traps from DPA that are sent to Orion to create multiple Service Now incidents (one incident per trap) rather then it just reopening or updating previous incidents? If the source and alert name are the same?
I'm getting false positives using the out of box Palo Alto VPN Tunnel down alert. I'm looking for a way to alert on the IKE Phase instead of the IPSEC status.
Dear All, I would like to add the API Poller response information(e.g. "response status code", "response status", "Response Headers" or "Response Body" in the email alert when the API is abnormal/down, is it possible? Solarwinds variables seems cannot do that, SQL/SWQL query can do it? Thanks. My Solarwinds version:…
To try to minimise alerts on our core network, I would like to have only 1 alert per device for temperature I have built the below which alerts for 31 sensors, on 12 devices are running above 35degrees so I get 31 alerts, but only 12 devices are affected I have tried re-building the logic based on Nodes, but I cant find…
I want to use this query IF EXISTS(SELECT 1 FROM sys.dm_exec_sessions WHERE program_name = 'SQLAgent - Generic Refresher') SELECT 'TRUE' ELSE SELECT 'FALSE'
My environment has 250 firewalls segmenting the network and protecting all internal systems from north/south as well as east/west traversal. My management has asked me for a solution to monitor firewall policies to proactively monitor for anomalies. The main anomaly they asre asking to monitor is firewall policy bypass.…
I am trying to view the schedules that are applied to my alerts without clicking into each alert. Does anyone know how to retrieve this data via the API or DB query (SQL or SWQL)? I thought the Orion.AlertSchedules table was the answer, but no data in it.
Checking for this on agents seems ok, we are testing for 2x parts that occur when a reboot is required. I took the Windows Update Monitor and copied bits to meet our needs. 2 x SAM checks: $reg = test-path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending'; if ($reg) { write-host…
Hello, i need to configure some alert and notification when a routing table on a cisco router change. for example when an BGP/EIGRP/OSPF learned network became unreachable or a route (static, connected..) changes. Or even a when a tracked route change.. Is this possible ? Anyone has configured this kind of notification ?…
It looks like you're new here. Sign in or register to get started.