Comments
-
As @"govitallen" mentioned it is often a firewall or Web-Proxy that is blocking. I found this happening frequently with ZScaler Proxy.
-
Those are probably tags in VMware, they are most likely synchronised by the VMAN integration
-
As long as your solution was getting you the desired result, all good. There are many ways to get to your destination
-
https://github.com/solarwinds/OrionSDK/wiki/SWQL-Functions there are DateTime functions, I usually was able to get everything I needed in SWQL
-
It’s not only limited to Antivirus scanning. In the case that I was thinking of, they had SPLUNK do all kinds of queries to the database server. So it was adding a lot of pressure with those non Solarwinds related queries
-
With enterprise customers I have encountered security solutions that were scanning the Database Server causing high load during the scans, leading to slowness in the GUI
-
Just throwing Ideas around: so you are creating a new "Config type" in NCM that has the "show system" command. Are you able to append a GREP after that to only have that Base Mac Address" you are looking for. It would make it a lot easier to just get the content of that specific config type. parsing the MAC out of the…
-
There is a way to automate the "list resources" process and add those resources found. ImportListResources.ps1 What are you expecting from the poller checker tool, I believe you are misunderstanding the functionality of that checker tool.
-
For the Scan interval, you are at the right place. What type of DHCP Server do you have? Is this Server added to IPAM?
-
I have not followed up in a while, but has this been implemented? thwack.solarwinds.com/.../make-vman-polling-for-hyperv-available-over-the-windows-agent
-
This should get you started https://documentation.solarwinds.com/en/success_center/ncm/content/ncm-defining-comparison-criteria.htm https://solarwindscore.my.site.com/SuccessCenter/s/article/How-to-ignore-lines-in-downloaded-configs-when-comparing-in-NCM?language=en_US
-
IPAM needs to have the DHCP servers and the scopes/subnets added. The scans are only happening every 4 hours by default (this could be lowered), so if you had configured IPAM you‘d still needed to wait up to 4 hours for the conflict to be visible in IPAM. also a conflict is only defined as one machine‘s IP via DHCP is the…
-
The underlying technology is WMI and DCOM, so whichever ports you have specified for WMI are the ones to open in your firewall. note that WMI is using random high ports of you did not configure fixed ports for it. so first of all, if you want to restrict Ports you need to specify a fixed WMI port range on your HyperV…
-
What are your SQL server specs? Any limitations on RAM usage for SQL? Have a look at iops with sp_who2 command
-
So summarized for me to understand the goal. You have some external system where you can "request" an alert in solarwinds being created. This tool/system has the option where you can request the alerting method being SNMP. Is this what you are looking for? in theory you should be able to use v3 as an alert action: My guess…
-
use the TOLOCAL() function to adjust to your timezone. usually timestamps are stored in UTC timezone in the database
-
From reading your Post I am not really understanding what you are trying to accomplish. I SWOSH/Orion SENDING Traps or is it RECEIVING traps? If it is receiving the traps, what are you trying to do with the Actions? Your REST Call is looking at the programmatic interface for this page here: So what exactly is the process…
-
There is no native S3 bucket connector in SAM. You need to build the template with Powershell. Familiarise yourself with how to utilize AWS S3 in Powershell https://docs.aws.amazon.com/powershell/v5/reference/items/Read-S3Object.html then you need to parse the file…
-
Are you coming from the essential tier? If so, GenAI is only available in the premier plan. You are getting a lot of other features with the other plan that you might not have considered yet. So the increase could be justified.
-
Hi Anupa I personally would use the Solarwinds Information Service SWIS to gather the data needed. You don't need to open access to the database directly but a web request to SWIS. I sent you a teams message to discuss your specific requirements. Cheers Holger
-
-
I have to admit, the AI summed it up quite well. Without knowing how NDFC exposes the data, these are pretty much your options. I am not aware of any out-of-the-box templates, so you need to first decide with which method you can get the data, and then which one you are more comfortable with. i personally like the SAM…
-
https://solarwindscore.my.site.com/SuccessCenter/s/article/Registering-SQL-Server-instance-for-monitoring-with-DPA-fails-with-the-message-TLS-handshake-failed?language=en_US did you see this article?
-
Thanks for sharing your solution.
-
check the device's variations under additional commands, if the backup command is the correct one as you would use when you directly ssh to the device and wanted to show the config in CLI
-
Most likely your SSH credentials are not working, if those are good, probably you are using the wrong device template.
-
Ok, then it's not the issue I was thinking of. TRIM on SQL has been introduced in 2017, before that the Trim Commands were differently.
-
Hi James, Are you running an SQL Version below SQL2017 as your ARM database server. it‘s been to long since I saw your system so I don’t recall the version any more. cheers, holger
-
It’s not how this widget works currently. The content is not clickable/linkable (yet?)