<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I believe this was postefdhere awhile ago or I took something here and
modified<br>
Put in <a class="moz-txt-link-freetext" href="http://yourhobbit/hobbit-cgi/">http://yourhobbit/hobbit-cgi/</a><br>
showblue.sh<br>
#!/bin/sh<br>
. /usr/local/hobbit/server/etc/hobbitcgi.cfg<br>
<br>
(echo "<table border=1>"<br>
 /usr/local/hobbit/server/bin/hobbit-statusreport.cgi \<br>
        --filter="color=blue" --all \<br>
        --heading="Disabled systems" \<br>
        --show-column \<br>
        --show-summary \<br>
        --link \<br>
        --embedded<br>
 echo "</table>") | \<br>
/usr/local/hobbit/server/bin/bb-webpage --color=blue --hffile=bb<br>
<br>
exit 0<br>
<br>
<br>
Everett, Vernon wrote:
<blockquote
 cite="mid:A3D12FAD74FC8B46991703F40C182BAB01002318@permls102.wde.woodside.com.au"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
  <style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style><font
 face="Arial, sans-serif" size="2">
  <div>Hi all</div>
  <div> </div>
  <div>Is there a way (or has a report been written) to show what was
disabled over the last period (a month say).</div>
  <div>Ideally, I would like a list of disabled test, by whom, from,
to, reason.</div>
  <div> </div>
  <div>Does this report exist?</div>
  <div> </div>
  <div>Regards</div>
  <div>    Vernon</div>
  <div> </div>
  <div> </div>
  </font>
  <pre>NOTICE: This email and any attachments are confidential. 
They may contain legally privileged information or 
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an 
intended recipient, please contact us at once by return 
email and then delete both messages and all attachments.
  </pre>
</blockquote>
<br>
</body>
</html>