<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:Arial;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 107.65pt 72.0pt 107.65pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-GB link=blue vlink=purple>


<div class=Section1>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>We
are doing a similar thing for purple tests as we use the critical systems view
for our Ops set to red only. So that we are aware of purples we have a script
that checks for purple statuses and produces a red if they are found.<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>To
get the data we use something like this (I've changed it to blue as that's what
you need)<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>/xymon/server/bin/xymon
<i><span style='font-style:italic'>xymonserverhostname</span></i>
"xymondboard" | grep blue  | awk 'BEGIN { FS="|" } ; {
print $1, $2 }' > $xymon_tests                                                                                                                                                                      <o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>This
would give you a nice list showing hostname testname in the file defined in
variable $xymon_tests which is very easy to turn into a report with something like
this,<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'> 
while read server test<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>   
do<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>     
  echo "Xymon column $test on server $server is disabled"
>> $report<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>     
fi<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'> 
done < $xymon_tests<o:p></o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>-----Original Message-----</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>From: xymon-bounces@xymon.com
[mailto:xymon-bounces@xymon.com] On</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>Behalf Of Betsy Schwartz</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>Sent: 05 July 2012 15:44</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>To: xymon@xymon.com</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font><span lang=EN-US>Subject: [Xymon] Anyone got a nice blue report?
or blue view?</span></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
I'd like to send something around periodically showing a list of all</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
servers and services that are signed out, suitable for skimming to see</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
if they really should be signed out. The enable/disable page is a</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
little "busy" for this purpose. Anyone done anything like this?</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
thanks Betsy</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
_______________________________________________</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
Xymon mailing list</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
Xymon@xymon.com</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'>>
http://lists.xymon.com/mailman/listinfo/xymon</span></font></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:10.0pt'><o:p> </o:p></span></font></p>

</div>



<span style='mso-ascii-font-family:Calibri;mso-hansi-font-family:Calibri;mso-bidi-font-family:
Calibri;color:black'></span></p>

<p class=MsoNormal><span style='font-size:9.0pt'>Name & Registered Office:
EXPRESS GIFTS LIMITED, 2 GREGORY ST, HYDE, CHESHIRE, ENGLAND, SK14 4TH, Company
No. 00718151.</span></p>

<p class=MsoNormal style='border:none;mso-border-bottom-alt:solid windowtext 1.5pt;
padding:0cm;mso-padding-alt:0cm 0cm 1.0pt 0cm'><span style='font-size:9.0pt'>Express
Gifts Limited is authorised and regulated by the Financial Services Authority</span></p>
<hr width="100%">

<p class=MsoNormal><span style='font-size:9.0pt'>NOTE: This email and any
information contained within or attached in a separate file is confidential and
intended solely for the Individual to whom it is addressed. The information or
data included is solely for the purpose indicated or previously agreed. Any
information or data included with this e-mail remains the property of Findel
PLC and the recipient will refrain from utilising the information for any
purpose other than that indicated and upon request will destroy the information
and remove it from their records. Any views or opinions presented are solely
those of the author and do not necessarily represent those of Findel PLC. If
you are not the intended recipient, be advised that you have received this
email in error and that any use, dissemination, forwarding, printing, or
copying of this email is strictly prohibited. No warranties or assurances are
made in relation to the safety and content of this e-mail and any attachments.
No liability is accepted for any consequences arising from it. Findel Plc
reserves the right to monitor all e-mail communications through its internal
and external networks. If you have received this email in error please notify
our IT helpdesk on +44(0) 1254 303030<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:9.0pt'><o:p> </o:p></span></p>

</body>

</html>