Comments
-
Hi @lloyd267 , I suggest you check with support on this one. So they can get a deeper look into all the moving parts here.
-
As Vinay.By says, that version is not available anymore and not supported. If you are under an active support contract you could reach out to support to either get a download link or discuss what versions that you might be able to upgrade to.
-
The only certificate that you can do anything about in the config wizard is the certificate for the website. And the APE does not have a website. SolarWinds do have certificates for internal communication, but those you should never need to adjust. Then there might be that you have a certificate on the SQL server, can it…
-
Hi @vandu Not sure I understand exactly what you mean. I guess you can use the query as a base if you want to calculate errors in relation to bandwidth also.
-
Not sure if this is new in 2026.1, but here you can set your own colors of the "blocks" in the donat bar. I have for the "Color mapping" field, a hex value for the color I want. I get them here from color column in Orion.StatusInfo
-
Hi Not sure it will look that good if you add trigger- and reset condition. They are in xml. A simple node down trigger looks like this: (Added field is "ac.trigger") <ArrayOfAlertConditionShelve xmlns="http://schemas.datacontract.org/2004/07/SolarWinds.Orion.Core.Models.Alerting"…
-
The account SolarWinds platform is using to connect to it's own databases, only need to be db_owner on the solarwinds databases.
-
Hi The variables depends on what you alert on. On below examples I have assumed that your trigger condition is set on "Hardware sensor (node)". IP-address - ${N=SwisEntity;M=HardwareInfo.Node.IP_Address} Node name - ${N=SwisEntity;M=HardwareInfo.Node.Caption} Manufacturer - ${N=SwisEntity;M=HardwareInfo.Manufacturer} Model…
-
Number of logs are easy (as I already had that query….) Below shows number of logs per day, per type. Use it as a baseline: SELECT COUNT(L.LogEntryID) AS NrOfMessages ,DATETRUNC('day',L.DateTime) as Day ,l.LogType.DisplayName FROM Orion.OLM.LogEntry AS L GROUP BY DATETRUNC('day',L.DateTime),l.LogType.DisplayName ORDER BY…
-
Hi Can this query work for you? It is not using NTA as you only want to know the amount of traffic, not the type. It's looking at the interfaces connected to each VRF. SELECT I.node.Caption as [NodeName] ,i.Caption AS [IntName] ,VRF.Name , RouteDistinguisher ,T.Mbytes FROM Orion.Routing.VRF AS VRF INNER JOIN…
-
Hi Are we talking about the certificate for the website here? If so, you don't have to bother about that on the APE's. The other types of certificates are handled within solarwinds and there should not be a need to move them around.
-
How about setting up a new discovery job on those 200 nodes, and set up automatic monitor for these interfaces. Like this:
-
Hi @dibdob NPM alone can monitor a limited set of Azure and AWS features. AWS Direct Connect is not one of them. For that you need Observability Self Hosted Essentials. See here: Monitor cloud instances and VMs Feel free to ping me directly to know more.
-
Hi @NightAngel007 , if it's CPU or memory you want to show, and it's not supported out of the box. I suggest you create another type of poller. Under "All settings" you find them under "Manage Pollers". They are called Device Studio Poller. See also here:…
-
Hi If you create a report with a custom table, then build a report on all nodes. You will find device name / Caption and IP address right away. To see model and serial/Service tag, change the upper left down down in the "add column" dialog to "Overall hardware statuses" and you will find those values. See below picture.…
-
Hi @NightAngel007 You can do as romea-donca said, just use the built in widgets if you want. If you want to go for the Custom Widget approach, I'd go with Custom Query Widget. Note that SWQL and UnDP's are not the beginners class…. UnDP's come in two ways: single value or tables. The SWQL query, and the built in widgets,…
-
Have you tried to add it from the UnDP tool on the server? This method should be the easiest way. And yes, all assigned UnDP's should be listed under orion.NPM.CustomPollerAssignment
-
Hi there What Alert Type are we talking about here? And I guess there is a variable that give you the lines you want to modify, what is that? Have you found out?
-
I would go for new servers, both for the application and sql parts. Migrate the database is easy. Just shutdown solarwinds services, copy over the database and run config wizard on all solarwinds servers. Move the application takes a bit more thinking. Look at this guide: Migrate SolarWinds Platform products to a new…
-
Looks like there is some custom components used in that legacy view. One option you can use in the built in modern dashboards is the Proportional widget. Then it can look something like this: SWQL Query used for this looks likt this: SELECT Count(N.nodeid) as QTY ,S.StatusName ,n.Status ,s.Color FROM Orion.Nodes as N INNER…
-
The account have the same rights in the GUI as in the API. If the account has access to NCM in the webconsole, it will have access to NCM via the API. But as @cnorborg said, do you have any nodes in NCM? Does the query work in SWQL studio?
-
Great to hear you made some progress! UDP app, I am assuming you mean the UDT app in solarwinds, user device tracker. It can give those messages, but that is for a completely other thing. See here for one example on how to add the widgets: View Universal Device Poller statistics
-
If you go to your customer portal, you will find training materials and video classes. In the class called "Configuring Self-Hosted Platform Users and Entity Monitoring" there is one section about dashboards. Network atlas is depricated and should not be used. It was only for creating maps, and map building is now built in…
-
Here you have a page with several links to pages on how to create dashboards, both classic and modern dashboards: https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-customizing-the-orion-web-console-sw1367.htm
-
From the demo page: https://hco.demo.solarwinds.com/apps/platform/dashboard/SecObs-Summary I can see that SWOSH have some ARM data that is close to what you want. Do you see the information you are after there in your SWOSH? If so, we can create an alert on it. Not sure what data ARM is pushing to SWOSH.
-
Am I right in that you have created a new "Switch Summery-Switch Details page" and you want that view to show up in the left-side-navigation? That will not happen unless you go and edit the node details page and add another tab, as you did with the UPS tab. If it's a completely new node details page, for switches, with…
-
Looks good! About the views, are we talking about "Summary Views", with information from several devices, or "Node details views", with data from a single device? You are talking about "left nav of switches", so I am assuming you mean node details pages. There is one "default node details view" and several "device type…
-
Hi Can it be that you are creating a poller from the web-gui? A "Custom Poller"? You need to create a "Universal Device Poller", UnDP, here. (yes, the names are a bit confusing). The tool to create these are available if you log in to one of your pollers. Can it be that you have four disks there? So you get one row per…
-
Hi, if I'm not mistaking, the policy is checked each night at 23.55 (default) and upon manual och triggered updates. See more here: Find and remediate policy violations
-
Hi @jasonford1971 Depends on where the custom property is placed. Is it on the alert rule? In that case the Query could look like this: SELECT COUNT (A.AlertObjectID) AS Quantity FROM Orion.AlertActive AS A WHERE IsNull (A.Acknowledged, 0) = 0 AND A.AlertObjects.AlertConfigurations.CustomProperties.ResponsibleTeam LIKE…