Yes.  I watch NTP offsets from ntpstat.rrd with the following in analysis.cfg:<div><br></div><div>HOST=%^(host1|host2)</div><div><div>        # alert if NTP offset exceeds 10ms</div><div>        DS ntp ntpstat.rrd:offsetms >10 COLOR=red "TEXT=NTP offset &Vms is higher than &Ums"</div>

<div>        DS ntp ntpstat.rrd:offsetms >5 COLOR=yellow "TEXT=NTP offset &Vms is higher than &Ums"</div><div>        DS ntp ntpstat.rrd:offsetms <=5 COLOR=green "TEXT=NTP offset &Vms is within +/-&Ums"</div>

<div>        DS ntp ntpstat.rrd:offsetms <-10 COLOR=red "TEXT=NTP offset &Vms is lower than &Lms"</div><div>        DS ntp ntpstat.rrd:offsetms <-5 COLOR=yellow "TEXT=NTP offset &Vms is lower than &Lms"</div>

</div><div><br></div><div>Also, I do a similar thing for DNS latency, where the graphs are automatically generated when I add a "dns" test configuration to hosts.cfg:<br></div><div><br></div><div><div>        # alert if lookups take too long (200ms or 50ms)</div>

<div>        DS dns tcp.dns.rrd:sec >0.05 COLOR=yellow "TEXT=Response time &V exceeds &U seconds"</div><div>        DS dns tcp.dns.rrd:sec >0.2 COLOR=red "TEXT=Response time &V exceeds &U seconds"</div>

</div><div><br></div><div>These go into my SLA-type reports to management.</div><div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 December 2012 01:55, Kevin King <span dir="ltr"><<a href="mailto:kc6ovd@gmail.com" target="_blank">kc6ovd@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">Anyone doing any alerting on graphed rrd data?  Just looking for some sample of what you might be doing.<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p>

<span class="HOEnZb"><font color="#888888"><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">-Kevin<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p></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>