<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>What format is the date? Do I have to put quotes around something?<br><br>I can get the column name and the color, but that is all I think that is working.<br><br>At the moment -  it drops the word red - it's first on the line as suggested, but the rest just shows up in the display.  This makes me think it is not interpreting any of it, purely dumping it on the screen.<br><br>on display<br>25-07-2014 14:01:31 ( 60 ) <br><br>in file called evt (column name = evt ) <br>red 25-07-2014 14:01:31 ( 60 ) <br><br>I will happily read code if I could get my hands on it. I am too unix to know how to open/read a msi file. But c++ source I could probably read.<br><br>Thanks<br><br><div><hr id="stopSpelling">From: jlaidman@rebel-it.com.au<br>Date: Fri, 25 Jul 2014 10:23:22 +1000<br>Subject: Re: [Xymon] how to ext script with bbwin ?<br>To: bakgat8@hotmail.com<br>CC: xymon@xymon.com<br><br><div dir="ltr">From reading the source code of some of the externals, I think it works as follows.<div><br></div><div>The filename is the column name.  So if you want a column/page called "foobar" you would create a file called foobar.txt.<div>

<br></div><div>The first line needs to be in a specific format:</div><div><br></div><div><color> <date> <time> [( <delay> )]</div><div><br></div><div>The optional delay in parens tells Xymon how long the report is to be considered valid, before it goes purple (default is 30 minutes).</div>

<div><br></div><div>The line terminator is CRLF.</div><div><br></div><div>Subsequent lines contain the message to appear on the status page for the column.</div><div><br></div><div>J</div><div><br></div><div><br></div></div>

</div><div class="ecxgmail_extra"><br><br><div class="ecxgmail_quote">On 23 July 2014 22:14, Bakkies Gatvol <span dir="ltr"><<a href="mailto:bakgat8@hotmail.com" target="_blank">bakgat8@hotmail.com</a>></span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;">



<div><div dir="ltr">I don't usually do windows. <br><br>I have installed bbwin from here <a href="http://jmac-software.blogspot.com/2012/03/xymon-windows-client-set-up-guide.html" target="_blank">http://jmac-software.blogspot.com/2012/03/xymon-windows-client-set-up-guide.html</a><br>

<br>I found below post via google ... but there is still large gaps in my understanding. <br><br> What format do you <i>write a report in the bbwin tmp directory</i>? Can I specify a column name ?<br><br>
<div><i>Hi Ryan,</i><br>
<i>I didn't understand why you use bbwincmd. You could use the externals
 agent to run your program every 5 minutes and your agent would just has
 to write a report in the bbwin tmp directory. Then, BBWin would take 
care to read the file and send the status to the hobbit server.</i><br>
<i>That would be much easier for you.</i><br>
<i>Don't you think ?</i><br>
<i>Etienne.</i><br></div>
<br>Can somebody give me more info or point me to any docs online? <br><br>Thanks<span class="ecxHOEnZb"><font color="#888888"><br><br>Bakkies <br><br>                                         </font></span></div></div>
<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div></div>                                       </div></body>
</html>