Ask the Community
Groups
Traverse severity mappings - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong><br>What are the numeric/hex codes for Traverse severities?</p> <p><strong>RESOLUTION</strong><br>Traverse has a number of entities, such as as test, device, container, etc. depicted with severities with a specific numeric code and color.</p> <p>The numeric codes as stored in the database are as follows:</p> <p>* Means an account or device is not configured. Mainly used for status<br>UNCONFIGURED = 0x00000008;<br><br>* Suspended severity. 128 in decimal<br>SUSPENDED = 0x00000080;<br><br></p> <p>* OK is 2048 in decimal<br>OK = 0x00000800;<br><br></p> <p>* Transient severity. 16384 in decimal.<br>TRANSIENT = 0x00004000;<br><br></p> <p>* Unknown severity. 32768 in decimal.<br>UNKNOWN = 0x00008000; (in the Traverse web user interface, this will appears as -1)<br><br></p> <p>* Unreachable severity. 524288 in decimal.<br>UNREACHABLE = 0x00080000;<br><br>* WARNING is 8388608 in decimal.<br>WARNING = 0x00800000;<br><br>* CRITICAL is 134217728 in decimal.<br>CRITICAL = 0x08000000;<br><br>* FAIL is the state that occurs when the test failed and no test values was returned. 1073741824 in decimal.<br>FAIL = 0x40000000; (will appear as red in the Traverse web user interface)</p> <p> </p> <p><strong>Note:</strong><br>The Traverse web user interface raw data tabular view as also the result.list command will map the database values for UNKNOWN, etc. to -1, -2, etc.</p> <p> </p> <p><strong>APPLIES TO<br></strong>All Traverse versions<br><br></p> <p><strong>REFERENCE<br>-</strong></p> </article> </main>