Comments
-
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 :-)
-
I think the change was good. Previously the issue was just hidden. Now it's visible. I always have a report available, that showed all nodes with polling issues, keeping a healthy monitoring environment. Now, it will be very clear where there are polling issues that need to be dealt with.
-
From Monitor Aruba Central wireless infrastructure
-
Hi @Craghuwanshi I think below SWQL query includes all you asked for. SELECT ISNULL(ToString(AA.Acknowledged),'No') AS [Acknowledged] ,AA.TriggeredDateTime ,CASE AA.AlertObjects.AlertConfigurations.Severity WHEN 0 THEN 'Informational' WHEN 1 THEN 'Warning' WHEN 2 THEN 'Critical' WHEN 3 THEN 'Serious' WHEN 4 THEN 'Notice'…
-
SolarWinds have a separate tool for that, Patch manager. It's just not built into DPA.
-
Hi No DPA does not contain that type of feature out of the box. Potentially, you can create something yourself as you can build custom metrics. Where you can ask any queries against the db instances. But how you can get information about latest versions available into that query I don't know.
-
Use "manage nodes" On the left, group by "polling engine" Check all the nodes you want to move, probably all on the old engine Go to menu "more actions" and then "Change polling engine" Choose the new polling engine and all nodes will be moved
-
If you can't ping them from the polling engine AND you monitor status with ICMP (default), then yes they will show as down. On the DEV vm, you don't have agent on that? Another Polling engine? Status from SNMP? Sounds like a network issue… 😜
-
Hi If it's in the database, you can add it! Can vary how complicated it is. For routing neighbor variables, there are a few out of the box. If you click on "Insert variable" you get a windows like this. In the drop downs in the upper left corner, choose your entity type and if you want, group by variable category (that's…