Comments
-
That is the one I am referring to. If you look in the account settings, you have the option to hide the menu for each module on a user/group basis except for the security menu (as shown in the screenshot above).
-
Adding the ability to set a modern dashboard as a home page for users in the account settings would be useful.
-
This would be big for us as well. We've ran into communication problems in NSX in the past that were not easily identified.
-
Having the option to reinstall the agent from the GUI would be nice. Deleting the agent also deletes the node, so you'd need to add back any special monitoring that you're doing, as well as adding it back to maps, etc. Changing the polling method clears the history, so still not a great option. The only real option I've…
-
I ran into this same issue today on a 12.1 system. After a little digging I found that the LicensingMainServerName in the WebSettings table was still set to the old server. I updated that to the new server, then it let me remove the pool.
-
Definitely need the flat file log ingestion for Linux
-
Yes, please
-
Looks like the URL for Friday the 11th is messed up. You have to remove /edit from the URL for it to work.
-
I did create a Universal Device Poller that can grab a fair amount of information directly from the iDRAC if it's useful for you. https://thwack.solarwinds.com/content-exchange/network-performance-monitor/m/universal-device-pollers/3303
-
This is something we need as well. Less than a year into AWS and we have over 80 accounts. MANY more to come. Support for rotating access keys would be good too.
-
Looks like the correct link is actually https://thwack.solarwinds.com/resources/thwack-command-center/b/polls/posts/may-2023-mission-day-5-poll
-
This can be extended by editing the settings table in the database. Below are a couple of queries to set both of those settings to 30 days. The top query is for tunnel statistics and the bottom query is for down tunnels. UPDATE dbo.Settings SET CurrentValue = 30 WHERE SettingID = 'NPM_Settings_ASA_RemoteAccess_Retain_Days'…
-
I think having a "fast polling" option would help with a lot of this. If my app could poll less frequently, unless an issue is detected, then poll more often. https://thwack.solarwinds.com/t5/SAM-Feature-Requests/Fast-Polling-for-SAM-Templates-Components-when-an-issue-is/idi-p/610981
-
With HCO going to a node based licensing, it would be even more advantageous today if it corelated all of the IPs on a node (like in Orion.NodeIPAddresses) to determine unique nodes for licensing purposes instead of charging you a node license for each IP you need to poll. It would seem that a pretty simple query could be…
-
Totally agree. It seems odd that you have to remove a schedule from a discovery so that you run it manually outside of a normal schedule.
-
This should really include alerts for everything related to the node (e.g. applications, interfaces, volumes, etc.)
-
Hmm, I must have missed when that became an option. Modern dashboards didn't use to show in there to select for the "Home Page View" or the "Default Summary View". It looks like they are options for both now. This is one of the big reasons I haven't been using them for team dashboards. That, and the inability to add…
-
@"mesverrum" Exactly! They already have the logic, just need to implement it in SAM as well.
-
This is a common request that I hear from many of my clients. Filtering by Machine Type would be most helpful to exclude things like workstations, printers, etc. from scheduled discoveries.
-
The "Scalability Engine Guidelines" is a good source for this information, especially being these limits have changed a few times. It will show you the limits for each element type, as well as the different in limits between the main poller and the APEs.…
-
I've done many of them over the years. It really depends on what the issue is. At the very least, you'll want to run the configuration wizard after the repair being that is what actually creates/rebuilds the website. It's not a bad idea to follow it as documented though as some of the other steps clear out your .Net cache,…
-
The ProgramData directory is more of a Microsoft thing being it is part of every Windows install and is always hidden by default.
-
It's a hidden folder. If you go to the "View" tab in file explorer and check the box for "hidden items", you should see it.
-
All of the MSI files should be under C:\ProgramData\SolarWinds\Installers. However, appwiz.cpl usually can't see this unless you modify the permissions of the directory. If you simply browse to the directory you'll likely get a UAC prompt to modify the permissions, after which you'll be able to run the repair.
-
I create a custom property, similar to to what @"mesverrum" does. I just update it through SWIS on a schedule using a PowerShell script. The main places that I pull serials/service tags from are listed below, with the exception of UnDPs which will likely be unique to your environment. * NCM.Nodes * NCM.CiscoChassis *…
-
In your CURL example, I don't believe you'll be able to call ./query without actually defining a query, otherwise you'll get a 400 error. However, if you add a simple query, you should be able to run it in CURL like you're attempting to. For example, Curl.EXE -k -u USERNAME:password…
-
Hi @"istefanos" , we aren't using the Service Graph Connector from ServiceNow, just the "SolarWinds Alert Integration". So, I'm not sure what the settings should be on that one. We wrote our own CMDB integration because the Service Graph Connector didn't really meet our needs. Did you already migrate SWIS to 17774? If so,…
-
I have integrated our SW HCO environment with SNow using the out-of-the-box plugins. That part is pretty straight forward if you walk through the documentation linked in the other comments. I also expanded the integration with some custom coding to: * Sync change windows from SNow into SolarWinds maintenance windows *…
-
It took a long time for me to get a straight answer on this. From what my rep says, it just requires some sort of an active subscription in SWO. It does NOT require you to license all of your nodes in SWO in addition to HCO. So conceivably, you should be able to just get a few DEM licenses or something like that and be…
-
We are scheduled to upgrade next week too. Fingers crossed!