Comments
-
These are my goto links for that: SWQL Walkthrough Intro to API, SDK & SWQL Home · solarwinds/OrionSDK Wiki · GitHub
-
The commands in the Device Template should be 'By Reference only'. The order does not matter. To stitch a couple of things together with NCM that will hopefully make it easier to understand the entire process. In the example of downloading a device config. The main command is #1 in the below screenshot. <Command…
-
What is your goal with the datetime? It looks like you're trying to find "Last Month"? Or are you trying to look for something different? The query can be simplified to this. SELECT ADDMONTH(MONTHDIFF(0, GETDATE()) - 1, 0) AS Month, ApplicationStatus.Application.Node.Caption AS NodeName,…
-
sorry, you need to keep the statistic write-host line too, that is a required field. The other thing is SAM does not support a dynamic list of output. It supports up to 10 statistic/message pairs, but they have to be explicitly named. So you'll need to change your foreach loop to probably include a SWITCH statement to…
-
Your Write-Host lines for Statistic and Message need to match when you have named values. Write-Host "Statistic.FalhaMonitoramento: $StatValue" Write-Host "Message.FalhaMonitoramento: $MsgValue" You can add more into the Message output to make it more user friendly Write-Host "Message.FalhaMonitoramento: Message value =…
-
There are some custom application templates with powershell scripts that will do that. However, in 2025.2 we are updating the Certificate Monitor to be able to support your use case without having to use scripts. RC date is second half of April 2025 and GA date is first half of june 2025.
-
You can! There is a code option under insert when posting. You should be able to edit your post and update it.
-
I would recommend the Python section on our Orion SDK github site. GitHub - solarwinds/orionsdk-python: Python client for interacting with the SolarWinds Orion API
-
Duplicate post found here: SWQL needed for memory usage above 90%
-
duplicate post found here: SWQL needed for memory usage above 90%
-
duplicate post found here: SWQL needed for memory usage above 90%
-
See if any of the display transformations available in perfstack help outline those changes better. Hover over the metrics tile on the right and click on the three dots.
-
OTEL is on the roadmap for the self-hosted side. No definite dates to share yet but it'll be a 2026 initiative. We have items carved out in 2025 for research and architecture planning for it.
-
That level of conditional formatting isn't available. A work-around would be to break it out into multiple KPI widgets. Example from my lab
-
Can you post the three URL's you used for the menu items? Does the one opening in edit more have 'edit' in the URL?
-
Editing a URL is now available in Intelligent Maps in 2025.1 https://documentation.solarwinds.com/en/success_center/orionplatform/content/release_notes/solarwinds_platform_2025-1_release_notes.htm
-
There is a bug in NCM 2025.1 that surfaces if you have resized any columns in the table view. Doing so breaks the display. It can be fixed by removing all of the custom NCM column user settings in the database. There is a SQL query that can be run the in the Database Manager to resolve this. Official fix coming in 2025.1.1…
-
This is not available in SWQL today. We are tracking it internally under OO-37715, but it is not on an active roadmap.
-
+1 to opening a support ticket. When you do, post the case number back here so we can follow it internally.
-
Can you get there without SWQL? I don't have an SNMPv3 node in my lab to verify but I think a variation of this might work. You can try and key off of the snmpv3 username (or another property). Then have your action set to assign a custom property value. You might need two alerts to set it both ways.
-
You can navigate to Settings > Manage Agents. There is a Group By option on the left. Choose Connection Status and I believe there will be an option for reboot pending.
-
This is something I created because of the same thing. thwack.solarwinds.com/.../3732
-
There are some known issues with NCM in 2025.1. Take a look at the resolution in this article. It does require a query to be executed on the database to fix it. https://support.solarwinds.com/SuccessCenter/s/article/Configuration-Management-Page-Not-Displaying-NCM-Managed-Nodes-After-Upgrade-to-2025-1 Please reach out to…
-
Will you please create a support case so it can be investigated further? Please post your case number back here so we can track it internally. Thank you!
-
GIF support, added in 2024.4, is for the main background image only IIRC. Individual map objects have static images based on severity levels. @"jvb" can correct me if I'm wrong.
-
The SolarWinds Platform Agent (same one used to monitor performance metrics) would be the preferred method instead of the SolarWinds Event Log Forwarder for Windows. The latter doesn't normalize the events and collapses everything into a single message, which makes creating rules challenging. The former should retain key…
-
This is coming in version 2025.2. Expected to RC the second half of April 2025 and GA the first half of June 2025. It will be available in Server & Application Monitor and [mention:a84e186fd01942edab9c43c038b14c6c:23b05a61c3e5445190d9bfa00453bce4] . If you're needed something immediate, then it has to be done with a custom…
-
Edit your WAN interface for that MPLS link. 1. Check the Custom Bandwidth and update both boxes to 2000 (Assuming the connection is symmetrical) 2. In the Thresholds section, update the warning to 75% for both receive and transmit. 3. Make sure you have an alert that is looking for when an interface passes a defined…
-
I believe that correlates to VMware Tools being installed and running on the VM's. Not sure if the agent you checked is that or the SolarWinds agent.
-
@"DGNetops" , I could have been better with a date. My post was late Dec 2024, and I can see how that now sounds like 2026. The 2025.2 release will have these certificate enhancements. RC is the second half of April 2025 and GA is planned for the first half of June 2025.