Comments
-
INNER JOIN ( SELECT N.Uri FROM Orion.Nodes as N WHERE N.Vendor='Cisco' AND (N.Caption LIKE '%DC1-R0%' OR N.Caption LIKE '%DC2-R0%') AND N.NodeID NOT IN ( SELECT L.NodeID FROM Orion.OLM.LogEntry as L WHERE L.MessageDateTime>ADDHOUR(-1,GETUTCDATE()) GROUP BY L.NodeID ) ) AS T ON Nodes.uri=T.uri
-
Hi @Strux I have such an alert ready for you. You need to use a "Custom SWQL alert" for that. Looks like this: The code in be customizable part looks like this: INNER JOIN ( SELECT N.Uri FROM Orion.Nodes as N WHERE N.CustomProperties.City='Örebro' AND N.NodeID NOT IN ( SELECT L.NodeID FROM Orion.OLM.LogEntry as L WHERE…
-
If it's certificate information you want to get an output on, why don't try creating a SAM Powershell component. That powershell component can get out the certificate information and that can be parsed into a report or what you want.
-
If you send the windows events to OSH, you can see them under "My dashboards" / "Logs" / "Log Viewer". On the left hand side, filter on the type of logs you want to see.
-
Hi @quannm546 Try below SWQL query in a Custom Query Widget SELECT TOP 10 I.Node.Caption AS [Node] ,I.Caption AS [Interface] ,I.LastChange AS [Last Change] ,I.node.DetailsUrl AS [_LinkFor_Node] ,I.DetailsUrl AS [_LinkFor_Interface]…
-
Hi, I don't think it's possible to get out the actual content of the [content] column, as it's stored as binary. SWQL does not have that capability.
-
Try this to start with. It will replace the credentialID for nodes with a certain custom property value. Find the new credentialID number you want your node to have and add the Custom property value to search for (or add your own filter). This only updates SNMPv3 RO credentials. Can be that you have RW credentials. Then…
-
You can try running below SQL query against your database. Will check if where a username is used. Can be more places as @cnorborg says. Another place can be vmware/hyperv monitoring. SELECT c.ID AS CredentialID, c.Name AS CredentialName, c.CredentialOwner, c.CredentialType, cp.Value AS Username, -- Node usage n.NodeID,…
-
Try to use this in a custom query table widget. SELECT C.Application.Node.Caption AS [Node Name] ,C.Name AS [Component Name] ,C.DetailsUrl AS [_LinkFor_Component Name] ,C.MultipleStatisticData.Label ,C.MultipleStatisticData.StringData ,C.MultipleStatisticData.NumericData FROM Orion.APM.Component AS C WHERE C.Name='SSL Cert…
-
You can start troubleshooting at the following logs on the main server: C:\ProgramData\SolarWinds\Logs\Orion\ActionsExecution.log C:\ProgramData\SolarWinds\Logs\Orion\ActionsExecutionAlert.log They might be able to tell you if there is an issue on the solarwinds side.
-
Hi How do you access the API? What authentication method do you use? I doubt this is something with SolarWinds, can it be something with certificate chain/root trust or client-auth certificate binding after a Windows updates?
-
Depending on how the alerts are designed, there is no possibility to check this. Alerts are not bound or connected to entities, it's queries against the database towards all the entities. Different customers set up how they want alerts in different ways, so it's almost impossible to have such a generic alert.
-
I would create a custom property to manage the two groups, with Critical vs non-critical. Then I would create email distribution lists, that contains the required recipients, naming the DLs like "critical.alert@company.com" Then on the alert rules, configure the email action to send the emails to an address built up by the…
-
Have you filed a support case on this? I do see others having the same issue (or it's your case I see….) If not, I suggest you do, to create higher attention to this.
-
I guess it depends on how you customized it, but there are agents for Linux and Cent OS: More on the agent requirements here: https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-agent-requirements-sw476.htm
-
That is what archiving is for. Have a look at https://documentation.solarwinds.com/en/success_center/ncm/content/ncm-configuration-settings.htm?cshid=OrionNCMPHChangeArchive for more details.
-
Hi, there should not be any hard limits for that large config files to be downloaded. However, there might be performance issues when those files a viewed in the web browser, or compared with older versions of the files.
-
Is it just stuck at that page/picture? Nothing more happening? No error messages? You can check the log file, might give you more clues. C:\programdata\solarwinds\logs\orion\configurationwizard.log (hope I remember the path correct :-))
-
I have not heard or seen anything like that. Suggest you open a support case to dig further into that.
-
From the Active Directory Domain controller? Either use event log monitoring, or use the AppInsight for Active Directory. Both included with SAM and Observability Self-hosted
-
If you are using an http/https component, then it looks like this in perfstack. Doesn't say "responsetime" right out, but it is that: There you have response time in ms. Corresponds with this:
-
I suggest you add the charts you want to a PerfStack chart, save it and add it to Modern Dashboard as a Time series widget.
-
Yes, if you are using a 2026-version and have platform connect set up, you should have a API access token, not just an ingestion token.
-
On linux nodes that setting has no usage. It's only applicable when WMI is chosen as polling method. It's whether to poll WMI over DCOM/RPC or WinRM.
-
Two nodes are enough but you need a quorum for the cluster, a third vote. There are several methods to create that, including a shared folder somewhere. If you are talking about "Availability groups" that is included in the always on concept, I would not recommend it when the latency is over say 10-20 ms.
-
The token type changed with 2026.1. As Platform Connect has more features, it requires the API token. Are you choosing the right region?
-
Are you on the 2026.2 RC version or the GA version? There where an issue with http/https monitoring in the RC version, but that is fixed in the GA version.
-
Hi @jdbrp You could start with below SWQL query. (Not SQL, but SWQL) You can put the query in a report or use SWQL studio. Shows you where you are using saved credentials, not individual. But with the info in the query it can be adjusted to show each nodes settings. Passwords and such are not visible. SELECT distinct…
-
Hi, the configuration of the widget is stored in the [configuration] column of the [widget] table. I would suggest you use SWQL and not SQL in your widgets.
-
I have upgraded my lab and all modern dashboards look the same as far as I can see. Is it the same in other browsers?