The most recent content from our members.
This is building off this article about Alert Automation - Alert Automation for Drive Space I have a little over 1000 Windows nodes and I am trying to figure out a way to separate production nodes/volumes from anything else that is not production. I have a node alert automation to set who is the node owner for alerting and…
We have never utilized interface custom properties. I was wondering how do you all utilize them? I was thinking of adding the below interface criticality interface type circuit type connection type internet carrier What are some great things you all have done with these properties?
Solarwinds version 2020.2.6 We prepared .csv file to bulk update custom properties for 300 nodes, and tested the file for 2 nodes. File upload succeeded and nodes were updated and nodes were moved according to its new floor grouping. Then we proceeded uploading rest, upload succeeded, but nodes were not updated value of…
Hi Thwack community, I'm attempting to use a SWQL query within JavaScript to perform some rather specific data manipulations and comparisons as a QOL for our monitoring team, in this case identifying the mismatch in a checksum for readability. Right now, the HTML code will produce a result when simulating the email action…
Hello , I have report for downtime servers with SQL and need to add more column table that display custom property device type SELECT * from ( SELECT StartTime.EventTime AS Down_Event_time, (SELECT TOP 1 EventTime FROM Events AS Endtime WHERE EndTime.EventTime >= StartTime.EventTime AND EndTime.EventType = 5 AND…
@yaquaholic in his Edit Custom Volume (etc) Property resource, similar to the 'Edit Custom Node Property' post many years back had requested the ability for staff to alter Custom Property (CP) values for Volumes. aLTeReGo had pointed him to the ability to use the 'Edit Custom Property Values' links that appear in various…
Good afternoon everyone! I am trying to modified the out-of-the-box neighbor down alert so that it only triggers for certain nodes based on a node custom property (CustomerName.) When I add it to the trigger logic, it has no effect. The alert triggers regardless of the CustomerName value. When I add it to the scope, the…
We run a multi-site instances of NPM and the Alerts page is too cluttered. It would be really beneficial to be able to filter, or at least group, the alerts by Site or any other Custom Properties.
I have a swql script that groups all the nodes by model type, and uses the machine type when model type is not found SELECT CASE WHEN (n.HardwareHealthInfos.Model IS NULL OR n.HardwareHealthInfos.Model = '') THEN n.MachineType ELSE n.HardwareHealthInfos.Model END AS HardwareHealthInfos_Model, COUNT(*) AS TotalCount FROM…
Hey All, We're looking to overhaul how we utilize custom properties for alerting but wanted to make sure any changes we intend to make won't negatively affect our alerts. Is there any way to create a report or DB query to identify any alerts that are using any custom properties as part of their trigger conditions etc?
It looks like you're new here. Sign in or register to get started.