Comments
-
I'm trying to display about a thousand components. I calculated the availability by aggregating the PercentAvailability on Orion.APM.ComponentStatus by date. Hmm not sure about the SQL database, what do you mean?
-
I don't think this is feasible at the moment. Microsoft teams work per chat/post basis. Editing existing post needs to have an identifier as @HerrDoktor mentioned.
-
This was confirmed bug by support and will be fixed on 2026.1
-
I did update last week and the flows are working just fine.
-
This doesn't work.…
-
We tried the process monitor component but it can't detect the process. I tried to check via RTPE and we cannot find the process as well. But using the script, it was able to detect the process.
-
Update: I discovered that having the script output is necessary, or else it will remain stuck in the initial "poll in progress" status. It's definitely a frustrating issue on our end as we have hundreds of components to modify.
-
try this SELECT Count(*) as TOTAL FROM Orion.Nodes AS N INNER JOIN Orion.NodesCustomProperties AS CP ON CP.NodeID = N.NodeID WHERE CP.CoreProductionSystem = 'YES'
-
yes that is correct.
-
Hi, I've had the same issue. I want to convert all my ICMP device to WMI. Unfortunately, unticking the 'Include devices/nodes that respond to ICMP' doesn't help. Even if I manually import all the results, they are getting skipped.
-
Hi @"chad.every" , thank you so much for testing. Might be an issue with my current version 2024.4 as it is working in 2025.1
-
@"chad.every" were you able to make it work?
-
I tried it, same issue. format should be SeverityColorValue right?
-
Here's for your reference. SELECT a.Node.Caption AS [Polling Engine], a.Name AS [Orion Services], a.DetailsUrl AS [_LinkFor_Orion Services], a.Status AS [ApplicationStatus], n.DetailsUrl AS [_LinkFor_Polling Engine], n.Status, e.IP AS [IP Address], e.ServerType AS [Server Type], e.EngineVersion AS [Engine Version],…
-
Hi @"chad.every" , appreciate the help. Unfortunately, it didn't work on my end. I tried changing the values from 1 to 5 but the color is not changing.
-
Hi Bourlis, appreciate the response. Unfortunately, there's no corresponding action type for this.
-
On the content type, use application/json might want to check this out too Microsoft Retiring Office365 Connectors to move to Power Automate Workflows - has anyone done anything with this yet? - Forum - Network Performance Monitor (NPM) - THWACK
-
Hi @"dgsmith80" , were you able to test it out? I tried different SWQL variable which is way shorter and added it on the subject. It works perfectly, so I guess there's a limitation on the subject field and SolarWinds does not process the variable before sending the email.
-
Thanks @"dgsmith80"
-
shouldn't this be evaluated by SolarWinds alerting service first before sending the actual email so the whole query will be limited to whatever the value is? In this case the value is just an IP address so it will be less than 988 characters.
-
Found the answer. It is stored in APM_ExternalSetting. Unfortunately, SWQL does not allow modification to this table. Had to use SQL UPDATE function to programmatically update the fields.
-
Discover your network for the SolarWinds Platform with the Discovery Wizard
-
@"isaacs" you may refer to OrionSDK/Samples/PowerShell/SAM.Application.ps1 at master · solarwinds/OrionSDK · GitHub. You'll need to create a query on the node based on the custom property you have and then use the assign template function.
-
I encountered the same problem recently, and we ended up disabling the user in Active Directory. I explored all possible methods to disable the user in SolarWinds, including using the API, SDK, and manually editing the database, but the 'enabled' status always reverted, even when I set it to 'N' or 'False.'
-
It didn't work :(
-
Just found out it was fixed in 2024.4 version released today. SolarWinds Platform 2024.4 release notes
-
I tried adding 'Planned Alert Suppression' and it also broke the search function. But I didn't get any error. I just can't search anything. Tested on 2024.2.1 version. Best to log a case to SolarWinds.
-
all good here. I didn't do truncate. Just DELETE all same notificationTypeID
-
How do you truncate it? I'm unable to truncate due to constraints and I don't see any notifications in the notification bar to clear them out.