SWQL CPU average load for last hour for just production nodes So i have the following swql for average cpu load last 60 mins, how would the swql look just for production nodes - with custom property n.CustomProperties.CoreProductionSystem - thanks SELECT TOP 10 n.Caption ,aggSub1._avg AS Orion_CPULoad_AvgLoad_avg…
Hi - have looked around and cant seem to find any swql for memory usage - anyone out there able to help me with the swql - thanks
Hi, We have some custom syslog rules setup that enable and disable alerts for certain device(s). here is the path to these custom rules: Alerts & Activity > Syslogs > Settings (Gear on top right) On new window's left bar: Processing > Syslog > My Custom Rules Each rule has a Enabled (On/Off) toggle which I need to toggle…
hi all - need help on SWQL for KPI widget for hardware components in critical state - thanks
Need some swql for kpi widget for network interfaces that are down - i have tried the following but it gives me all the node details i just want the actual amount rather than the interfaces for each node etc, SELECT i.InterfaceName, i.Caption, i.Status, i.Node.Caption FROM Orion.NPM.Interfaces i Thanks
We're having an issue at the moment with false positives being generated for hardware sensors on interfaces that we're not monitoring. I want to write a python script that would check whether an interface is being monitored and, if not, disable the related hardware sensors on that interface. I've found the…
We wanted to generate API token in Solarwinds to create Maintenance
Pause actions of all alerts
The Orion.VIM.VirtualMachines table doesn't show the current VM status. For example, on the VIM main page /Orion/VIM/Summary.aspx?view=VIM+Summary, the machine is in Guest Status Critical, but in the cell Overallall Status, it's green. How can I get the current value?
This command returns no value for nodes configured with SNMPV3, unable to add missing nodes to solarwinds via automation command: swis.invoke("Orion.NPM.Interfaces", "DiscoverInterfacesOnNode", nodeid) returned data: {'DiscoveredInterfaces': [], 'Result': 0}
It looks like you're new here. Sign in or register to get started.