I monitor a node and I want to monitor the sizes of the files in a particular directory. The files have dynamic names. Sometimes the the file appears that is the size of a 1kB, which is bad. I would like to monitor that directory for such files (that are 1kB size) and alert me when they appear in the category. I know there…
Hello, the NOC at my work has asked if I can help with SWQL report creation as the DBA that cares for the SolarWinds database. I have the Orion SDK and SWQL Studio installed and can connect with the tool. It doesn't look wildly different for T-SQL, but I was wondering if there was a jump start guide and / or data…
I'm trying to create a Modern Dashboard widget that will give a snapshot of activity over the VLANS of a specific node. This is a Juniper device so the VLANS are .irb interfaces. I've been messing around with SWQL queries trying to stumble my way into the answer but I think this is a bit beyond me. Please share advice on…
I have been building my own collection of SWQL queries in GitHub. it occurred to me that many useful queries are spread across OrionSDK scripts and possibly shared reports, I have found that the SWQL queries themselves are exceptionally useful for running quick table creations in SWQL Studio, for sharing with the power…
I need to enable Asset Inventory on a number of servers. I am using the Node.Inventory.Enable.ps1 from OrionSDK/Samples/PowerShell/Node.Inventory.Enable.ps1 at master · solarwinds/OrionSDK · GitHub. Import-Module SwisPowerShell #Connect to SWIS Add-PSSnapin swissnapin $username = "" $SecurePassword = ConvertTo-SecureString…
Hi, I need to unmanage a volume for 9 hours on daily basis using Python. Please help me with below error. Python Script: Output:
I have created the clients 'Orion Home Summary' Dashboard (Modern), displaying some 'Node Status' widgets, one for each of their sites/studios in the US. All I'm looking for now is to have a simple Table Widget on the Home Summary Dashboard listing the 7 Studios from top-to-bottom in the table/left-hand column, and these…
Hello! I need help finding a table that would show all of the nodes that can have AppInsght for IIS applied to query from. The data has to be in database somewhere since it is in the list resources. SWQL or SQL would work, I will use the query for a script that will auto add a SAM application.
Hi Hi can I know which parameters are required when creating entity with "New-SwisObject" For example, how can I know this is fine: New-SwisObject $swis -EntityType 'IPAM.Subnet' -Properties @{Address="10.195.0.0"; CIDR="16";} And also this line is fine: New-SwisObject $swis -EntityType 'IPAM.Subnet' -Properties…
I'm trying to script an integration for adding various nodes to Orion using Python, swis and the python orion sdk. I've looked through all the code samples provided with the Powershell SDK and the Python SDK, and there seem to be bits missing. Ideally, I'd like to add all the nodes via one script, and then later in the…
It looks like you're new here. Sign in or register to get started.