Comments
-
not yet but get a feature request added and we can start upvoting. https://thwack.solarwinds.com/product-forums/web-performance-monitor-wpm/i/feature-requests
-
Would you not just get them to hit the rediscover in SolarWinds when they increase the volume? https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-unscheduled-device-polling-and-rediscovery-sw2246.htm or you could reduce the global rediscover settings from the default 30mins to say 5 mins…
-
This option pulls from windows, so which ever account you used to login is passed to SolarWinds
-
Hi, you need to look outside of alerts and investigate manage dependencies. documentation.solarwinds.com/.../orionwpmagusingmanagedependencies.htm
-
I think if you use the like, you need to use the % so like ‘%a’ if there are characters before but not after or like ‘a%’ if there are no characters before but after or like ‘%a%’ if there are characters before and after
-
documentation.solarwinds.com/.../core-creating-a-new-dependency-sw1316.htm
-
No need take a look at dependencies. Create groups of nodes set the parent node then if the parent nodes goes down the rest become unreachable
-
SCP is SolarWinds Certified Professional this is achieved when you complete one or more exams. NPM is Network Performance Monitor, is one of the many modules Solarwinds make. And there is an exam for that module like SAM, NCM & ARM. support.solarwinds.com/solarwinds-certified-professional-program
-
This should do it. it was an issue with the type of ' used when typing in this forum. SELECT n.DisplayName, case when n.OperationalState = 0 then 'Disabled' when n.OperationalState = 1 then 'Restricted' ELSE 'Enabled' end as [Operational State], n.Status FROM Orion.ESI.IncidentService n
-
Adjusted query above apologies
-
SELECT TOP 10 n.DisplayName, case when n.OperationalState = 0 then ‘Disabled’ when n.OperationalState = 1 then ‘Restricted’ else ‘Enabled’ end as [Operational State] ,n.Status FROM Orion.ESI.IncidentService n
-
You will have to do a join and match it on caption or ip addresss. You can do a join with any table not limited to the built in links. iPam is still a separate module but you can still do a load of interesting stuff with it.
-
Here is some further help https://support.solarwinds.com/SuccessCenter/s/article/Difference-in-Hardware-Health-by-manufacturer-and-polling-method-for-servers?language=en_US
-
@"SaraClark" Hi, my badges for the scps have gone through great do you know if there is a task to move partner sales badges across?
-
I think you may be limited to using numbers in the KPI widget on modern dashboard I assume your query works as expected in the SWQL Studio, may need to be a feature request or use the table widget but obviously wont look as nice.
-
In your installation folder on the server there is a folder called reports cut or delete the contents when you upgrade this will resolve the error. Or follow this https://support.solarwinds.com/SuccessCenter/s/article/Delete-legacy-reports-when-report-migration-tool-can-not?language=en_US
-
Hi, No worries that is actually from performance analysis you create and save what you want then select it from the list.
-
You will need to bring the vendor icon field in if you want to use the watermark option
-
Have to re-take them, you used to have to wait till they expire as well this has been recently adjusted but it’s a full exam every 3 years
-
support.solarwinds.com/solarwinds-certified-professional-program
-
You complete 1 exam you get 1 certificate and you become scp certified. I currently have 4 certificates as i have taken 4 exams.
-
Sorry do you mean show more connections on the map as in it only shows 1 line instead of say 4 lines even though when you click it shows 4 on the right.
-
Each exam results in one certificate
-
There are exams per module and more broader ones like diagnostics if you complete one of the exams you will hat a scp certificate
-
you wont need the "custompollerassignmentid = 'c2cf3bc6-b81e-4e94-9af4-21e166fd2511' and " in each subquery was just so i could make sense of my data
-
i dont have the same undps but this may help Select distinct n.caption, Status1.status as Firstmetric, Status2.status as SecondMetric FROM Orion.nodes n JOIN orion.npm.CustomPollerAssignment A on n.nodeid = a.NodeID Join Orion.npm.CustomPollerStatus S on a.CustomPollerAssignmentID = s.CustomPollerAssignmentID join (SELECT…
-
and the groupsegmentid will just be a reference in the table so you can change names etc without breaking things and will be able to use to link tables in swql
-
Have you tried changing this 'and' to an 'or'?
-
It doesn't matter from SolarWinds point of view its how you want to license your databases. https://documentation.solarwinds.com/en/success_center/orionplatform/content/system_requirements/solarwinds_platform_2023-1_system_requirements.htm
-
Hi, Im not seeing duplication there it looks like you are gathering multiple undp metrics from each interface?