[Xymon] Working example for DS-override
Jeremy Laidman
jlaidman at rebel-it.com.au
Wed Mar 14 03:12:44 CET 2012
On Tue, Mar 13, 2012 at 9:22 PM, Hermann-Josef Beckers
<hj.beckers at kreis-steinfurt.de> wrote:
> Example: Flag "conn" status a yellow if responsetime exceeds 100 msec.
> DS tcp.conn.rrd:sec >0.1 COLOR=yellow TEXT="Response time &V exceeds
> &U seconds"
>
>
> if I use: DS conn tcp.conn.rrd:sec > 0.035 color=red
You have a space between ">" and "0.035".
> xymon (4.3.5) shows
>
> (red symbol) sec=0.031800 (> 0.00)
Xymon appears to be comparing against zero. I suspect "> 0.035" is
being interpreted as ">" which is being treated as ">0.00".
J
More information about the Xymon
mailing list