-
Nodes with Threshold and Custom Properties
Looking to create a report that will grab node information, cusom properties and threshold values; I've got this far; SELECT cp.Environment, n.Caption, n.Description, n.DetailsUrl, n.DisplayName, n.IP_Address FROM Orion.Nodes AS n JOIN Orion.NodesCustomProperties AS cp ON n.NodeID = cp.NodeID WHERE cp.Environment =…
-
Orion Platform Automation Made Easy: Session One
Let the Orion® Platform Do the Heavy Lifting Whether you know it or not, the Orion® Platform has some easy-to-use automation built right in. Automatically adding discovered devices, assigning custom properties, taking the toil out of building groups, and a plethora of other ways you can save precious time and reduce…
-
Integrating Custom Properties into ServiceNow
So we already have a Service Graph Connector that integrates with SolarWinds and this is working. I've tried to add the Custom Properties to the mix and the code comes back as success, but the field doesn't show after the Test, this is the code within ServiceNow; (function execute(inputs, outputs) { var limit =…
-
Custom Properties - The 2020 Edition
Custom properties continue to be one of the most powerful features in the Orion® Platform. But once you know them, you know them, right? Of course not! The bright minds at SolarWinds continue to expand, enhance, and improve the things custom properties can do for you. Join SolarWinds Head Geek™ Chrystal Taylor on a…
-
Custom Properties Revisited
Talk to any SolarWinds aficionado for more than five minutes and you're sure to hear how amazing custom properties are. If you're new to SolarWinds, you may be uncertain how to get started. In a fast-paced but comprehensive session, SolarWinds Head Geek™ Chrystal Taylor walks through everything you need to know about…
-
Interface Utilisation and Availability
So I'm trying to write a SWQL query that will display last months WAN Interface In and Out through put, show the interface Rx/Tx speeds, and filter custom property on the Node "NodeWANLink" to equal Yes. I've got this far with the query but it shows zero results. SELECT I.FullName, DateTrunc('Hour', NIT.DateTime) AS Date,…
-
Consistent Audit Logging for Custom Property Changes Across All Objects ( Including Custom Property Editor Changes )
Hello Solarwinds Team,Audit logs are a vital tool for our team, providing critical visibility into who is modifying objects, when these changes occur, and what specific updates are made — particularly for custom properties. This information is essential for accountability, troubleshooting, and maintaining the integrity of…
-
Granular Permissions for Node Deletion and Custom Property Editing
We would like to propose improvements to the permission model in SolarWinds, specifically related to node management and custom property editing. Currently, enabling "Allow Node Management Rights" grants full control over all node actions, including deletion, which poses a risk in production environments. Additionally, the…
-
THWACK Monthly Mission - February 2023
Occasionally, you feel inspired to go out and find a better answer to your IT woes. You look at all the options nearby and go back and forth on what you’re craving. Do you want something that fills one or two of those hankerings just to save a buck or a solution that hits the spot every time? You’re in luck because you…
-
Create SQL job on SolarWindsOrion SQL dB to update Thresholds based on Custom Properties
I have a number of automated tasks on nodes/interfaces/volumes that updates the Custom Property fields. Off the back of this Custom Property information, such as Environment and DeviceRole I'd like to specify a set range of thresholds Example LIVEDEVSQLWarningCriticalCRITERIAWarningCriticalCRITERIACPU9095> 2min9095>…