Comments
-
Im assuming your doing something in SAM is it a PowerShell monitor or something else
-
how about dependencies? documentation.solarwinds.com/.../core-creating-a-new-dependency-sw1316.htm
-
this sounds like you would need to change group policy to allow it to be woken if not already over LAN
-
is there an alert or an external script adjusting back based on some filters.
-
think swug is changing - thwack.solarwinds.com/.../rock-with-us-at-the-2025-solarwinds-world-tour-in-houston-tx
-
are you wanting to monitor the integration between SolarWinds and ServiceNow or do you mean you just want to monitor ServiceNow as a website
-
add server https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-adding-devices-for-monitoring-in-the-web-console-sw851.htm to monitor the service it depends on what kind but SAM is a good start also if site is built on IIS you can use appinsight for…
-
article is here https://solarwindscore.my.site.com/SuccessCenter/s/article/Netpath-Endpoint-Latency-Thresholds?language=en_US
-
You have HCO installed this includes NPM and the other modules the only two not included is WPM and SRM so your platform from the screenshot is correct. Not clear from the second image i assume your trying to install NPM on top of HCO which I believe wont work or is needed.
-
Hi, just hit launch this will work as its pulling the url from the system. Do your alert urls do the same? if so you need to adjust it in settings > all settings > website
-
Maybe using SAM, PowerShell you need to get the data in the database before presenting on dashboards
-
Hi, Can you provide the SWQL query your having an issue with?
-
doesnt show which port you are using but was changed from 17777 to 17774 github.com/.../REST
-
No but you could schedule a report and use the URL and it will take a screenshot of the page and send it on a schedule
-
I believe they are still in the old structure under cirrus
-
it depends on how your application monitor has been setup i believe it would just be the status 'if the file exists then the status would be up'. 'if the file doesn't exist the status would be down'
-
are the servers still on the domain or have they dropped off or been moved elsewhere etc
-
I assume it is just because its a big jump, Im also assuming you have upgraded your platform and now cant use SWQL studio and run certain things etc. I would uninstall the old version and install the new. If your still not sure you could install it on your laptop and don't use it on the server, keeping your old version if…
-
https://documentation.solarwinds.com/en/success_center/npm/content/npm-viptela-sdwan.htm?cshid=orionnpmaddviptelafororchestrator#AddViptelaOrchestrator Supported edge devices must have the following SNMP SysObjectID: 1.3.6.1.4.1.41916 </code></p><p><code>in the requirements it suggests the nodes need the above SysObjectID…
-
this looks like it could help Users from a different domain...
-
Official help is using thwack, official documentation stored on the SolarWinds sites, Solarwinds YouTube videos or the training videos in the customer portal. These will all help you gain knowledge to help you pass the exams
-
they are separate parts of the system doing different things but swis will use the Rabbitmq to perform tasks SWIS - https://github.com/solarwinds/OrionSDK/wiki Rabbit mQ https://solarwindscore.my.site.com/SuccessCenter/s/article/RabbitMQ-troubleshooting-and-purging-SwisPubSub-Queue?language=en_US
-
determine which ports are user ports and monitor them using a filter in the network discovery tool. Set your history retention to 3 days unless you have a need to go further back in time. Would add in batches and determine the impact it causes rather than just adding everything. make sure your arp tables are updated about…
-
this may help, but think you should search for 'recommendation' SELECT TOP 1000 ActionID, Type, Action, RecommendationID, Primary, Description, Optional, Status, FailureMessage, DateStarted, DateFinished, BatchID FROM Orion.Recommendations.Actions
-
when you go to manage nodes > find the node > then list resources do the volumes show up there? if your wanting to get hardware health from it it depends on the model of the hardware and whether something extra needs installing.…
-
If its a users laptop connected by ethernet and the port goes down it wont be able to tell SolarWinds its down unless its connected to Wi-Fi also? Would you not monitor the switch port its connected into instead?
-
Yeah there is an extra comma before the 'FROM' so should be SELECT '' AS n, n.Caption as NODE, n.IPAddress as IP, n.MachineType As Type, HourDiff(ToLocal(n.UnManageFrom), GETDATE()) as [Hours], CASE WHEN (ToString(Year(n.UnManageUntil)) like '9999' ) Then 'No End Set' Else ToString(ToLocal(n.UnManageUntil)) END AS [End…
-
found this for the old one but assume its a similar process just different file location? Change the banner of Kiwi Syslog Web Access Console
-
should be below https://apidoc.samanage.com/
-
Reports are separate from dashboards, so if you want something of them you will need to recreate in a dashboard. Some are simple some are more complicated. If its a modern dashboard then this mainly using SWQL to gather the data then use the modern dashboard GUI to adjust, sort etc