14 Mar
2012
14 Mar
'12
2:12 a.m.
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