I copied most of this query from thwack and made a few changes. I haven't found a way to correct how the time is displayed. It's currently showing 4 hours ahead. SELECT DISTINCT [ActiveAlerts].TriggeredMessage AS [Alert] ,CASE [ActiveAlerts].AlertObjects.AlertConfigurations.Severity WHEN 0 THEN…
We get lots of false positives if there's a blip in network, or when a server is rebooted. We have the polling rate at 1 minute. We've just change one of our alerts to have the "Condition must exist for more than 3 minutes", and once a server has been down for that length of time, it correctly alerts, as it should. But if…
Hey, I have a lot of monitors to set up since I'm migrating everything from old software to Solarwinds and I'd like to know if it's possible to automate this with a PS script that would retrieve the old monitors to create and set them up in Solarwinds. I watched the orion API videos on YT but it's talk about the SWQL…
I have alerts setup to trigger on syslogs and I do not know how to remove the extra space at the end of a variable I have inserted into the body of my JSON POST. It's from the variable (I believe), so I don't know how to parse it python or what I am doing wrong. Here is the body: { "sylog":…
Hello, everybody good day, We implemented a new Solarwinds environment, but also have my old environement runnning, and I need to compare the Alerts for the old enviromento to new enviroment. do you know if there is a report or anohter solutions for do this activity. Thanks in advance. Kind Regards.
Can we do certificate monitoring on Linux servers? if yes please share method or script also let me know do we required SNMP or ICMP can work?
Fun thing I just discovered after almost a month of running update 2023.3.0 - it only updated my MPE and not my APE. I did the update on 9/12 and it seemed to run perfectly fine. What was odd when I did the update was there were 5 agents that were happy on version 2023.2.1. I just figured out today that those Agents did…
Hello Everyone, I've been working on sending alerts from SolarWinds to Teams webhook. CPU, Memory and Volumes on Linux nodes are working fine and receiving alerts in MS Teams but having issues with Windows Volumes I used this format for some alerts { "title": "ALERT Triggered - Volume - ${N=Alerting;M=Severity}", "text":…
I've been working on sending alerts from Solarwinds to Teams webhook. I used this format for some alerts based on application/json: { "title": "ALERT TRIGGER: ${N=SwisEntity;M=Caption} Memory Utilization", "text": "DEVICE: [${N=SwisEntity;M=Caption}](${N=SwisEntity;M=DetailsUrl}) \n\r IP ADDRESS:…
https://ibb.co/LpRpsqz Hi All, I'm looking for the entry of Virtual memory ( Volume utilization) in SWQL. I would like to enable it during importation with python orion sdk. If someone knows ? Many Thanks ************************************** Found it , just readable from SWQL so the same from orion sdk SELECT TOP 100…
It looks like you're new here. Sign in or register to get started.