I am working on testing sending Solarwinds Alerts to ServiceNow to generate incidents. I have this setup and working. I have a question about the trigger actions - do I have to manually go through each alert and add the ServiceNow trigger or is there some way to add this trigger to existing alerts a different way? Thanks…
Does anyone know if we need to have the ServiceNow Solarwinds module in ServiceNow to generate tickets? I have a few other apps that are configured to send an email to ServiceNow and gernate tickets and I am hoping Solarwinds can do the same without having to fork over a ton of money. Thanks!
Hey folks, just pulled together a small script that can be run as a scheduled task, to unmanage/remanage based on custom properties. Obviously, this can be done from the GUI, but in particular, this use case can be tailored for other examples (such as a recurring frequency, like every Friday at 7). While there is a legacy…
So, I have been working on several powershell scripts... Here is what i have. #Author: John Johnson #Last Modified: 3/8/22 #Summary: Set Node Custom Properties in SolarWinds # Be sure to install the SwisPowershell module on Powershell 5 or lower prior to use # Install-Module SwisPowershell #Designate Hostname $server =…
All, I am looking for some SWQL/SQL code that can pull out the following information from the database. Columns include: * Device Name * IP Address * Make * Model * Serial Number * IOS Version * End Of Software Maintenance * End of Life
Dear, A while ago I made a request here to add access points and down nodes into one widget with SWQL. This got fixed but now we also want to apply this to another widget down below: The SWQL querry is as follows for this: SELECT COUNT ([N].NodeID) AS Quanity , [N].Status AS [Node Status] FROM Orion.Nodes AS [N] GROUP BY…
Hello, I have 1 JSON dashboard, how can I add this dashboard to solarwinds? Can someone guide me on this?
Hello, I am trying to convert the following SQL query into SWQL. Any assistance would be appreciated. There should be 4 columns named Last Up, Node Name, Note Date, and Note. It should only show one line for each node with the most recent note. SELECT InterfaceLastChange as [Change Time], REPLACE(NODE.CAPTION, '-F', '') AS…
SELECT COUNT(1) AS KPI_Numbe from Orion.Groups WHERE Status= 2 Hi All, Some ideas needed , the above SQL has been used to created a KPI widget to list DOWN nodes within the full Orion.Groups set. I need too be able to change the SQL to not list KPI data for all GROUPS but for specific only GROUPS . For example based on…
Hi everyone, I came across a problem when trying to install Orion Platform evaluation products. Here are some of the details. --------------- Due to the invalid checksum: 8A06C517E14699C2EF08BECD6D66BFA4690B17949CE20C2379B06A528858D0D0 for file…
It looks like you're new here. Sign in or register to get started.