-
I am creating a new set of SNMP alerts to report when an interface goes down, but some of my interface indexes are not unique
I thought I could use the interface index as a way to identify them all and use that to report via email that the interface was down, but I have duplicates. Is there true variable or field I can use instead of the index? I have about 31 interfaces in our WAN I want to monitor, but 11 of them are not unique. can I change…
-
F5 Pool Details Problems
Greetings to the community I'm having a problem with f5 device monitoring. I have two F5 LTM virtualized computers, Same OS Version: * BIG-IP vCMP Guest: Linux 3.10.0-862.14.4.el7.x86_64 In HA. The Active device does not bring pool details information and does not load the Concurrent Connections by Pool Member widget,…
-
Does anyone have modern dashboards open automatically/kiosk mode?
Hello, We've built a few modern dashboards around our office and wanted to setup a kiosk to display them. So, I built a few devices, set them up how we needed. Figured I'd copy a shortcut of Edge with the correct URL and switches and put that in the start up folder. The devices reboot nightly, the user logs in and Edge…
-
BGP ASN report - SQL to SWQL conversion for use in modern dashboard
I have a working SQL query that is used in a report, it reports on established BGP neighbours, filtered by AS. This is useful to see what provider each of my routers is peering with. I'd like to have this in a modern dashboard, but not able to convert to SWQL. Can anyone help convert please? select DISTINCT Nodes.Caption,…
-
Modern Dashboard Report Help
Hello All, I'm trying to replicate the Widget from Legacy pages called "Custom List of Reports" This allows you to choose some reports for users to quick click on and load from the Legacy Pages. In Modern Dashboards I've been able to use the builder and some editing for this query. SELECT TOP 10 n.Name, n.Uri, n.Type,…
-
How to run scripts on Orion using Python
Dear Team, How to run scripts on Orion GUI using Python? I mean, How to install Python on Orion Server, and how to run these new created scripts then on Orion? - Is there an integrated way on Orion to write/run scripts and push them directly? My goal is to create an SSH script using python and then run this script on…
-
Renaming bulk nodes
Hi, I'm new at scripting for Solarwinds. I followed the script example Remove Domain and Capitalize Node Captions and modified for my needs. The script (below) works for a single node but doesn't for a bulk change. It is writing what it will be renaming and nothing happen. I don't know what could be wrong. Any help would…
-
Monitoring MegaRAID using StorCLI on Linux in an agentless environment
Hi, I am monitoring servers running Ubuntu systems using SNMPv3 with AVAGO 3108 MegaRAID cards in them, The systems are not running the Agent, their hardware management is also not accessible. They are not Out of the Box supported hardware for monitoring purposes (Cisco UCS C series in stand-alone mode and SuperMicro…
-
What are the user permission needed to view SWQL based report
Hello, We have a report that show the unmanaged and muted nodes. The report is working fine but some reason some user are not able to view the data and only have a message: "No activity to report" The report is a SWQL query as follow: SELECT 'Unmanaged' as [Maintenance] , n.Caption AS [Node], n.Status, n.ChildStatus ,…
-
Identifying a widget's default name
When I configure a widget, I put in the title and subtitle, configure my settings, etc., and save it. How do I know what the original or out-of-box name is of the widget? If for some reason I need to recreate it (e.g. it accidentally gets removed or it gets 'corrupted' or otherwise breaks without remedy), how do I know…