Comments
-
Take a look at: (+) Auto populating Virtual Machine Custom property - Mapped from groupings - Forum - SolarWinds Observability Self-Hosted (formerly known as Hybrid Cloud Observability) - THWACK
-
with your SWQL try: SELECT TOP 1000 ElementType, ElementCount, MaxCount, AvailableCount, Saturation FROM Orion.LicenseSaturation
-
Sorry (got pulled away) in my experience either the update didn't register something or there's a lot going on, and the queries are timing out so the menu bar doesn't load.
-
Re-run the configuration wizard
-
What application/service is receiving the Json post? The content you need changes based on what consumes it.
-
It can be a large increase in database size, but yes, extending out the RAW results might be needed
-
I'll get to code in a minute. But first, let's talk about your retention settings. If you have raw for 7 days and hourly for 35 that means the first week you have (I assume) polls every five minutes, so 12ish every hour. The 2-4 week of the month for hourly you will have 24 values which are the average of the twelve you…
-
security settings on the forum are blocking the post, I sent a friend request. However I uploaded a copy to github at: sampleSWQL/sampleSWQL.txt at main · jmsysadmin/sampleSWQL
-
@"KITGuy" I think I got this.
-
Yes, this is a much better version, nice work @"Lofstrand" !
-
If you can send a normal email, you should be able to send to the text address. I think the log you want is called ActionsExecution.log? If it does not send, it will be there.
-
First off, I cheated and ChatGPT wrote this since I didn't have time. Don't trust it, use it as inspiration. Feel Free to DM me if you have issues. Check out the SolarWinds SDK, it has PowerShell commands and the SWQL commands documented. I would pull the information from IPAM (I wasn't quite sure if you named the subnet,…
-
Big update! I can't wait to try these features out.
-
I have run tasks directly from Alerts for cleanup. Your idea works, you might need to pay attention to what rights the automation has when it executes. We have moved to calling external jobs to get the work done. Clean up task can tend to add a lot of work compared to normal alerts so be careful about that. In our…
-
It shouldn't, I'd open a ticket with support. There isn't a watchdog service like you describe.
-
I know they are looking at building this into the UI, but right now its not there. There are some PowerShell examples in the Orion SDK: OrionSDK/Samples/PowerShell/functions/func_ModernDashboards.ps1 at master · solarwinds/OrionSDK · GitHub But I would watch @"kpmarcin" (+) Import Modern Dashboard (Easy Way) - Scripts -…
-
Daily maintenance should not do that. I would open a ticket with Support and escalate if yours is still open
-
My HA does not have global domain rights. It can update DNS records. I followed: Set up a SolarWinds Platform High Availability pool What guide are you looking at?
-
I missed the link, sorry about that. Its odd that it works in one spot and not the next, and the custom query widget is what I would use too. I'll keep poking and see if anything jumps out at me.
-
It will, but I would either update the nodes IP when you are updating the device, or move it to resolve DNS withthe checkbox that says 'Dynamic IP Address (DHCP or BOOTP)' (you can always set it back later.
-
This makes the most sense to me, just keep everything organized
-
Then the alert action can call a get/post action to create the ticket, or you can script it
-
Where is the widget? on the app page for each assigned monitor or some summary page? Also, please provide the entire swql statement so I can test it here.
-
Your token comes from the API you connect to. It's going to be in the Telstra documentation. I would expect examples there too. Get the examples they provide working with the configuration they provided to you, and then start working how to bring it into Solarwinds. It looks like the documentation you need is out there:
-
I am going to assume this custom resource is one of the built-in types (since adding to what comes out of the box is both hard and not recommended.) There are 2 types of dashboards, 'Classic' still has a lot of miles, and has 'custom' as a widget type. Add widgets to SolarWinds Platform views, or classic dashboards and…
-
Just a waring, there are limits to how much you can use the free services of US providers, our organization ended up moving to a paid service (through Verizon) to better handle the volume to email to SMS texts.
-
I love that post. @"arijitnaha", you should be able to build headers with the oAuth data to post straight to Telstra. If you can post with Curl to make a connection to Telstra, you should be able to use that in the Alert action to get/Post to a url. If you have a sample script, it might be easier use the script action to…
-
Tell me what you are trying to achieve, 'custom' means different things to different people. What problem are you solving?
-
I would provide more details to your thwack post, maybe what you want to show, and the SWQL you have so far. Also, are you planning to us global filters? What version are you running?