I am looking for a way to add nodes to an existing Maintenance Schedule based on a custom property. I plan to have a node custom property for PatchingGroup that will match one of several possible Maintenance Schedule DisplayNames. Since this will involve several hundred agent based nodes I was hoping to script it. Will the…
Hi All - i have tried searching on here but cant find it im after the Node status values i.e 1 =- up 2 = down 9 - Unmanaged etc can someone help - thanks
We are in the process of platform upgrade from 2024.1.0 to 2025.4.2. We have done some modification in out production environment for Log entry message customization in 2024.1.0 using swql. So here our query is now if we upgrade to the latest version 2025.4.2 does it will our production database schema. Also want to know…
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
Pause actions of all alerts
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…
It looks like you're new here. Sign in or register to get started.