Our company is moving from PagerDuty to Grafana OnCall, and we've run into a bit of a problem with Grafana pecking up control characters from the text that comes from the variables used in the HTTP POST/GET integration. The Grafana admins are reaching out to Grafana to see if it can be corrected on their end somehow, but…
Hello, Will you be able to tell me what we need to add to the below SWQL query alarm definition to monitor VMs with VMs with Production and Critical TAG in vcenter. SELECT VirtualMachines.Uri, VirtualMachines.DisplayName FROM Orion.VIM.VirtualMachines AS VirtualMachines where…
Do we have any unique identifier (key) in SolarWinds. We are integrating SolarWinds with Service Now. Need this unique key based on which I want to classify the alert as ‘new’ for which an incident has to be created or classify the alert as an ‘update’ so that the existing incident is updated(in case of auto resolved…
We have integrated Solarwinds alerting to Service Now platform successfully and tickets are getting created as per our config. Wanted to see if there is any option available to remediate the below, -When a site is down due to an internet/power outage , we get tickets for all the site nodes since Solarwinds alerts generate…
I have a scenario that I can't wrap my brain around how to set up alert wise. We have internet circuits that we monitor and alert on if they go down. The circuits are parent to primary firewall dependency. For "critical" locations, there are 3 circuits in a group (with a custom property GroupType = Critical Circuits). When…
I'm trying to send an email when two things are true. the Node.CPU Load is GTE95% AND Conponent.Processor Queue Length GTE 20. I cannot seem to get a value for the Processor Queue Length. What am I doing wrong? ${N=Alerting;M=AlertName} on ${N=SwisEntity;M=Caption} CPU Consumption: ${CPULoad} Processor Queue Length:…
I have a SQWL query in the body of my email alert. ${N=SWQL;M=SELECT OriginalName AS Tag FROM Orion.VIM.TagCustomPropertiesMapping WHERE Name LIKE '%ORION%' } In this case it returns 3 records when you run it in SWQL Studio, which is the expected result. orion1 orion2 orion3 In the email, however it only shows 1 record,…
I have created an event for old VM snapshots. I would like the notification to list in which DataCenter and Cluster the VM is located. I am seeing and inconsistency with which entities are available. I can use ${N=SwisEntity;M=Host.Cluster.Name} to get the Cluster Name, but ${N=SwisEntity;M=Host.DataCenter.Name} doesn't…
Hello, I need to check the age of the file but I don't know the exact name of the file because it has random numbers, and I'd like to use regex but I don't know if it's possible. Can someone please help me?
Hello, I would like to create a custom alert with SWQL request but I don't understand how it works. my request is this : Select Count(CA.ApplicationID) AS CountProcess From Orion.APM.ComponentAlert AS CA WHERE CA.ComponentName = 'Interface Backup Audit < 1' and CA.ComponentAvailability like '%up%' and…
It looks like you're new here. Sign in or register to get started.