<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<div>I'm looking for an easy way to list each non-green item and amount of time it has been that color. We have 50 different users and are looking for an easier way to track what servers need attention. The non-green view is massive for us and hovering over
 each icon to see the time it has been that color is a little tedious. </div>
<div><br>
</div>
<div>If there isn't a view I can run, is there a command I can run to query the status and time of a non-green so I can display it in a separate page?</div>
<div><br>
</div>
<div>Ideally it would look something like this:</div>
<div>ServerA    |      disk    |      red      |   43 days</div>
<div>
<div style="background-color: transparent; border-bottom-style: none; border-left-style: none; border-right-style: none; border-top-style: none; color: rgb(0, 0, 0); cursor: auto; display: block; font-family: Calibri,Helvetica,sans-serif,&quot;EmojiFont&quot;,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;,NotoColorEmoji,&quot;Segoe UI Symbol&quot;,&quot;Android Emoji&quot;,EmojiSymbols; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; height: 19.53px; letter-spacing: normal; -ms-user-select: text; orphans: 2; outline-color: transparent; outline-style: none; outline-width: 0px; overflow-x: visible; overflow-y: visible; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; width: 920px; word-spacing: 0px;">
ServerB    | memory |   yellow   |   10 days</div>
</div>
<div><br>
</div>
<div>Currently we're parsing the history log and displaying based on that but it leaves a lot to be desired. </div>
<div><br>
</div>
<div><br>
</div>
</div>
</body>
</html>