Comments
-
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?
-
Yes, if there are no errors in those files, the actions was executed successfully
-
Agree with @stuartd here, check with support. I wonder though what version you are upgrading from? And have you opened the new port that is required towards the Main poller? TCP/17734
-
If you set this for a "specific date", you can have longer downtime: But do you want to unmanage nodes every weekend? Then maybe a script towards the API is better.
-
I would start by looking in these log files on the main polling engine: "C:\ProgramData\SolarWinds\Logs\Orion\ActionsExecutionAlert.log" "C:\ProgramData\SolarWinds\Logs\Orion\ActionsExecution.log" There you see details about all triggered alert actions and know if they left the solarwinds server or not.
-
Hi, sysname is updated by a rediscovery, that should be ran automatically every 30 min. Caption though is not updated by a pollNow or Rediscover. It's not a dynamic field but static. Make sure the right pollers are added when you add the nodes via the API. That can also create issues.
-
I think this is mainly a UDT/Meraki limitation rather than a config issue. UDT gets L3 by polling the device that holds the ARP/IP-to-MAC mapping, using ipNetToMediaTable / ipNetToPhysicalTable. If the actual L3 gateway no longer sits inline for UDT, or if that device does not expose those OIDs the way UDT needs, then UDT…
-
Hi, a stopped SEM Agent service that immediately stops again usually points to one of a few common causes: connectivity on ports 37890–37892, certificate/SAN mismatch, wrong manager hostname/IP in spop.conf, or a corrupted agent certificate/store. I would start by checking the spoplog.txt log file for any clues…
-
Public or private IP, DNS work the same way. Issue can be that many web hosts use the same IP for many CNAME's.
-
The official recommendation is to have the same OS on all SolarWinds servers. Will it work anyway? Yes, most likely. But there have been cases where for example different .net versions on different OS versions caused issues. This happens VERY seldom, but it can happen. Same time and timezone is more important, and that…
-
Hi Below is a SWQL query you can use to find out the credential ID and understand the relationship SELECT N.Caption ,n.SNMPVersion ,C.CredentialType ,C.ID AS CredentialID ,C.Name AS CredentialName FROM Orion.Nodes as N INNER JOIN Orion.NodeSettings AS NS on N.nodeid=NS.NodeID AND NS.SettingName LIKE '%SNMP%' INNER JOIN…
-
For IPAM, currently these DHCP server vendors are supported: Cisco, Infoblox, ISC, Kea and Microsoft. On the DNS side these are supported: BIND, Infoblox and Microsoft Suggest you add a feature request on EfficientIP support.
-
You can adjust these setting under "Netflow settings" to play around with DNS lookup and storing hostnames: See also this link: https://documentation.solarwinds.com/en/success_center/nta/content/nta-configuring-dns-and-netbios-resolution-sw353.htm?cshid=OrionNetFlowPHSettingsDNSNetBIOSResolution
-
Have you tried running those commands manually? To see if it is something with the distribution system or msi/mst-files? You can also try to enable verbose logging to see what is going wrong: msiexec /i "C:\Temp\SolarWinds-Agent.msi" TRANSFORMS="C:\Temp\SolarWinds-Agent.mst" /qn /L*V "C:\Temp\SWAgent_MST.log"
-
@vinay.by have patience about one more week and we will hopefully have it available in the OSH public demo. ;-)
-
There is nothing built in for WhatsApp in either SWO or OSH, but it's probably possible with any of the more generic notification/action methods.
-
Where you create and download the msi and mst-file, you can add the APE VIP address manually:
-
Very interesting, nice work! Will you be sharing the code behind this?
-
Hi For hostname you can use: graph.microsoft.com Port field is not used by the connector. The only fields that are required are: Client Secret Client id Tenant See also: How to configure SMTP using Microsoft Graph (OAuth 2.0) for email notifications in the SolarWinds Platform 2025.2 and above What kind of error do you get?…
-
Hi @techno-reseau Yes, in Log Analyzer, create a new trap rule that triggers each time the specific traps are recieved. On the Rule action part, choose to "send a Log Rule fired event to SolarWinds platform Alerting", check to create the new alert rule and configure the email sending action in that alert rule.
-
Hi @DaveW1501 I don't have any HA pools in my lab, but hopefully below SWQL will give you the info you need SELECT S.ServerType ,S.HostName ,S.Node.IP_Address ,S.PoolMember.PoolMemberType ,ISNULL(S.PoolMember.Pool.DisplayName,'-') AS [HA Pool] ,CASE WHEN S.PoolMember.Pool.PoolMasterMemberId = S.PoolMember.PoolMemberId THEN…
-
You are correct :-)