SWQL Needed for Hardware health & Application Health overviews please - thanks
Hi all I'm using a very useful SAM monitor that uses a powershell script to provide metrics on filecount, folder size etc. I would like the output on the right hand side (bytes) to match the statistic on the left (gigabytes)....however I'm not sure on the data transformation needed. I believe the relevant elements of the…
Hello Thwack community, Could someone please help me with what is probably a super simple request? I can't seem to find my Classic Dashboards anywhere in the database. Am I just missing the table name? Why wouldn't these be stored in Orion.Dashboards.Instances? I have only two "Modern" Dashboards, and these show up when…
Having trouble connecting to the EOC API after upgrading orionsdk package. upgrading API request are no longer working. Here’s the error returned Requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='eoc.solarwinds.nike.com', port=17774): Max retries exceeded with url: /SolarWinds/InformationService/v3/Json/Query…
Hello friends, I have recently tried to create a Custom SWQL Alert based on the following query with data about Interfaces and traffic. I have 2 queries in the alert 1. In trigger condition 2. In the Alert Message (trigger action) The Alerts works fine on some cases and in some cases it is not generated, instead- I see the…
Is it possible to assign custom properties during node creation? We have a strange case where the admin account we use to create the node has an account limitation based on a custom property, which causes the created node to be inaccessible after creation. I'd like to be able to do something like below but it looks like…
We would like to know when a VM monitored through VMAN is not accessible. Since we couldn't find a good metric for this via vCenter, we are going to setup all the nodes and poll them via ICMP. I have the PowerShell code to add the nodes from a CSV file. (I've still been doing this one at a time to troubleshoot.) After…
I've got an account used by an external automation tool to mute alerts/unmanage nodes via API. I'd like to extend its use to stop/start cloud instances via API. I can use the account to manage/unmanage the cloud instances, but when trying to stop/start instances I receive the error "Access to…
Looking for SWQL to see when ListResources was last run against a node
I have a script that checks and if missing adds Custom pollers to nodes. To add them it uses New-SwisObject $swis -EntityType 'Orion.NPM.CustomPollerAssignmentOnNode' -Properties $props where props is $props = @{ NodeID=$nodeid; CustomPollerID=$customPollerId; } with $nodeid and $customPollerId being variables. This has…
It looks like you're new here. Sign in or register to get started.