Comments
-
Yeah, it is definitely in maintenance - got the same message. I would contact sales like it says and ask about it.
-
Just to be clear, when you edit that saved map, the lines show up again? What version of swosh are you running? If you make the widget larger do the lines show up? Hoping this is not a bug...
-
SAM can do this with the SQL Experience component. I think the table was system state or something. I created a template to look up the AG status's. This table logs the replication state, master, etc. Works like a charm. I do not have access to upload this, but here are the relevant links in microsoft. You will need to add…
-
My first thought is a custom query that looks at both OIDS and only reports on the one with a value. You would have to filter it by potentially using null and the node id variable to eliminate the empty value. Alternatively - create two widgets, one based on each value and set them to hidden if they are not used. This is…
-
Definitely raise this up to your account rep or customer success manager and explain the issue with the response and that you need it escalated. I know this was mentioned already, but I think this may be the best course of action at this point. You should be able to get a more solid answer, especially if it is a tracked…
-
Another tool to look at is DPA - you can run it on a trial basis to get information on that SQL instance. This is a bit of a heavy hitter, but if you are unable to find answers elsewhere, this one can often help. If you have SAM as part of your environment, it has several templates that can assist with finding information…
-
Hello @"ssams" in the Where statement, you tried where NcmRouteTable.destination not in ('10.%') or did you use NcmRouteTable.destination not like '10.%' I do not have access to a system for testing, but wonder if that might be the issue. The wildcard matching might throw that 10 in the second or even third octet also... I…
-
Here are some links to point you in the correct direction. Send a GET or POST request through HTTP or HTTPS in the SolarWinds Platform This will send a post request to the SDP instance. Fill out the body section with the appropriate information based on the SDP api fields that you need. To create or add a request in SDP -…
-
@"bobmarley" is spot on for easiest method. If you have SAM monitors where a WMI account is specified, then you would need to update those instances separately. It can still be done via the gui, but the SAM admin pages to update them. If your SAM monitors are defaulting to the node credential- they will be updated when you…
-
You may want to look at using a powershell component to specify which certificate to check or check them all. Otherwise, if the SSL certificate is tied to a specific URL - you can test that URL for cert expiration. There are several powershell template on thwack that did this or similar. One thing to check for any sort of…
-
Some of this is already provided via internal monitoring and templates (provided you are relatively current on your SolarWinds Self Hosted/HCO version). I have listed links to much of the azure monitoring information. This will help with setting up monitoring. The last group of links are related to azure metrics. There are…
-
Not sure if you tested it the share from your server itself - the report user may be fine, just accessing the share from the server may be the problem. I think there was some wonkiness with reports and file shares in the recent past too. Otherwise - look at the server and share, the usual windows stuff. The report account…
-
Check the logs on the target system and look for one of the failures - you can stop looking. If not you could create a failure (copy of the task to fail and generate that id, during maintenance window or some such to limit impact - be careful, I am not advocating breaking production systems!) and that should give you the…
-
I think the task scheduler has events in the event log under application - then something like micosoft - windows - task scheduler. If sooo, then a sam windows event component should be able to monitor that event id. Then it is just a component alert. All of this assumes I have the path to the event logs correct...
-
You can use the report scheduler. It works like a charm too. I do this several times a year for similar reasons. After your report is created in report manager, and you are in the manage reports dashboard, there is a tab called Schedule Manager. It is fairly simple. You do need to make sure you have reporting permissions…
-
I would start with an SNMP walk to see what values are getting pulled in. I have a weird feeling that you may need to transform the numbers or fiddle with the chart. -9 and -90 could be the same value, depending how it is presented/transformed. Example: I am thinking of converting bytes, kilobytes, megabyte values that…
-
Another thing to look at is creating dataflows to PBI from SolarWinds using SWQL report queries. The SWQL based api calls would be used to generate the data for those dataflows.
-
I agree with the weekly scans. Setup the Auto import feature and check just fixed disks, unless you need mount points. Otherwise it will classify things like memory as volumes by default. I don't and it personally gives me a headache... But the auto import works wonders otherwise and highly recommend it.
-
There are some oddities with the ms app stores that can allow users to install apps on their own. I would see if it shows up on your teams app list if you search on SolarWinds.
-
SWO Agent would point back to SWO or SWO NICO and the NPM agent would talk to NPM. * SWO Free Trial link: SolarWinds Observability | SolarWinds * Information on SWO Agents: Agents (solarwinds.com) * Here is a link to the NPM agent deployment information: Deploy agents to nodes (solarwinds.com)
-
I tend to agree. The only time I saw a discount was a couple of years ago, and it was explicitly stated as such.
-
Go to All settings - Manage Agents. If you scroll to the right, as it may be off screen, you will see the column called Mode. That will say agent initiated or server initiated. Also - how many agents are you moving? You may need to move agents in smaller groups, around 25 or so - unless that has change in 2024.2.x. There…
-
Ditto to what Adam said. Unfortunately the API poller does not react well to the undefined. Sam script monitor would be your best bet.
-
That title shows 15 alerts. Have you been able to display all the alerts? Hoping this is just a display issue.
-
I think this says it all... It is in the thwack store, if you can get items - this may ease the pain, briefly. DarkTheme is a LONG REQUESTED ITEM...
-
Just downloaded and scanned. Nothing came up. Your experience was very odd. I tend to be suspicious of cnet anymore but glad it worked out for you.
-
Have you enabled history on this map? That could help with isolating the issue. That will also give you time to compare the map against interface data to see if they match (as far as thresholds and the ugly red color).
-
If your situation is really bad -> Create your ticket, upload diags if possible, then CALL. If you call into support and have a ticket created, you typically get faster reaction. They have the drop down to suggest severity. If you are down and choose appropriately, the response is pretty good. And like everyone else has…
-
This script has some default settings that you will need to update for environment. Looking at the script and your error messages - that would be my guess.
-
This one in the SolarWinds Github? OrionSDK/Samples/PowerShell/CRUD.AddWMINode.ps1 at master · solarwinds/OrionSDK · GitHub