<div dir="ltr">What you could do is send a status message always with "green" but when you want to change to a non-green colour, send a "modify" message to change to a different colour.  The man page for xymon has details on the "modify" message.<div>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 14 August 2013 14:38, Bryan Levin <span dir="ltr"><<a href="mailto:blevin@seven.com" target="_blank">blevin@seven.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yes, in fact, I can get the current color status and then resend it back; but its wasteful and I'd prefer not to have to make 2 trips when only 1 is needed.<br>


<br>
what I am hoping for is a 'no-op' color.  a color you could use which does not change colors but only serves to preserve the parameter ordering and does the rrd data-throw, only.<br>
<br>
if there is not an already-solved way to do this, I will consider editing the source to create such a no-op color.<br>
<br>
<br>
________________________________<br>
Subject: RE: [Xymon] using the status message to update colors and/or rrd values<br>
<div class="im"><br>
Why not use xymondboard to get the current color of the test and then echo it back with the new text?<br>
<br>
</div><div class="im">Subject: Re: [Xymon] using the status message to update colors and/or rrd values<br>
<br>
I think you can do this with a data message.  But it goes into the "heynow" RRD file, and won't show the value on the "heynow" page.  However you can have the graph displayed on the page.<br>
<br>
<br>
<br>
</div><div class="im">On 14 August 2013 08:42, Bryan Levin <<a href="mailto:blevin@seven.com">blevin@seven.com</a><mailto:<a href="mailto:blevin@seven.com">blevin@seven.com</a>>> wrote:<br>
hi,<br>
<br>
we're using xymon at our company and we have our own data poller which sends updated colors and numerical values to the various objects on the xymon 'map'.<br>
<br>
as is typical, our script runs as:<br>
<br>
/usr/local/xymon/server/bin/xymon localhost 'status+1w 1.2.3.4_abc.heynow yellow `date`<br>
<br>
heynow : 3.14<br>
'<br>
<br>
and this works great when I want to send BOTH a color AND a value to this object.<br>
<br>
if I want to send just a new color to this object, the short form also works great:<br>
<br>
/usr/local/xymon/server/bin/xymon localhost 'status+1w 1.2.3.4_abc.heynow yellow'<br>
<br>
but is there any way to send JUST the value update and leave the color unchanged?<br>
<br>
sometimes we have a trap coming in and that might want to update just the color.  other times, we have a poller (of our own) that does not want to disturb any already-set colors but wants to just throw another sample at the rrd graph that is controlled by this object.<br>


<br>
before I dive into the source code, I wonder if this is already supported somehow.<br>
<br>
TIA,<br>
<br>
.bl<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Xymon mailing list<br>
</div><a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><mailto:<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>
<div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>