Hi, does anyone have a breakdown of the node status numbering and the corresponding condition. Thanks.
This link may be useful (Default Colors/Icons for Orion Statuses - Modern Dashboards - The Orion Platform - THWACK (solarwinds.com), but the data can all be looked at in SWQL Studio with the query below:
SELECT si.StatusName ,si.StatusIdFROM Orion.StatusInfo AS si
Thanks!!!