<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>
    
<div>Hello</div><div><br></div><div>You can setup threshold based on rrd. Look into the doc.</div><div><br></div><div><br></div><div><br>DS - RRD based status override<br><br>DS column filename:dataset rules COLOR=colorname TEXT=explanation<br><br>"column" is the statuscolumn that will be modified. "filename" is the name of the RRD file holding the data you use for comparison. "dataset" is the name of the dataset in the RRD file - the "rrdtool info" command is useful when determining these. "rules" determine when to apply the override. You can use ">", ">=", "<" or "<=" to compare the current measurement value against one or more thresholds. "explanation" is a text that will be shown to explain the override - you can use some placeholders in the text: "&N" is replaced with the name of the dataset, "&V" is replaced with the current value, "&L" is replaced by the low threshold, "&U" is replaced with the upper threshold.<br><br>NOTE: This rule uses the raw data value from a client to examine the rules. So this type of test is only really suitable for datasets that are of the "GAUGE" type. It cannot be used meaningfully for datasets that use "COUNTER" or "DERIVE" - e.g. the datasets that are used to capture network packet traffic - because the data stored in the RRD for COUNTER-based datasets undergo a transformation (calculation) when going into the RRD. Xymon does not have direct access to the calculated data.<br><br>Example: Flag "conn" status a yellow if responsetime exceeds 100 msec.<br>       DS conn tcp.conn.rrd:sec >0.1 COLOR=yellow TEXT="Response time &V exceeds &U seconds"</div><div><br></div><div><br></div><div id="composer_signature"><div style="font-size:88%;color:#364f67" dir="auto">oau</div></div><br><br>-------- Message d'origine --------<br>De : deepak deore <deepakdeore2004@gmail.com> <br>Date : 16/08/2016  01:57  (GMT+01:00) <br>À : xymon@xymon.com <br>Objet : [Xymon] iowait monitoring <br><br><div dir="ltr">I want to generate alert if iowait increases beyond certain threshold. analysis.cfg doesn't have monitoring iowait options in UP, LOAD and CLOCK rules.<div><br></div><div>I have CPU utilization graph as below in hosts.cfg options which shows iowait</div><div><br></div><div>x.x.x.x  <a href="http://server1.example.com">server1.example.com</a>  # noconn nofiles nobbd conn TRENDS:*,vmstat:vmstat1|vmstat3|vmstat4|vmstat5<br></div><div><br></div><div>Could anyone guide me here?</div><div><br></div></div>
</body></html>