<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(166, 166, 166) solid;font-family:"Segoe UI","Segoe WP","Segoe UI WPC",Tahoma,Arial,sans-serif;font-size:10pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(205, 230, 247);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 0px 6px 0px 6px;vertical-align:middle!important;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(205, 230, 247) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}.wf {speak:none; font-weight:normal; font-variant:normal; text-transform:none; -webkit-font-smoothing:antialiased; vertical-align:middle; display:inline-block;}.wf-family-owa {font-family:'o365Icons'}@font-face {  font-family:'o365IconsIE8';  src:url('prem/15.0.995.34/resources/styles/office365icons.ie8.eot?#iefix') format('embedded-opentype'),         url('prem/15.0.995.34/resources/styles/office365icons.ie8.woff') format('woff'),         url('prem/15.0.995.34/resources/styles/office365icons.ie8.ttf') format('truetype');  font-weight:normal;  font-style:normal;}@font-face {  font-family:'o365IconsMouse';  src:url('prem/15.0.995.34/resources/styles/office365icons.mouse.eot?#iefix') format('embedded-opentype'),         url('prem/15.0.995.34/resources/styles/office365icons.mouse.woff') format('woff'),         url('prem/15.0.995.34/resources/styles/office365icons.mouse.ttf') format('truetype');  font-weight:normal;  font-style:normal;}.wf-family-owa {font-family:'o365IconsMouse'}.ie8 .wf-family-owa {font-family:'o365IconsIE8'}.ie8 .wf-owa-play-large:before {content:'\e254';}.notIE8 .wf-owa-play-large:before {content:'\e054';}.ie8 .wf-owa-play-large {color:#FFFFFF/*$WFWhiteColor*/;}.notIE8 .wf-owa-play-large {border-color:#FFFFFF/*$WFWhiteColor*/; width:1.4em; height:1.4em; border-width:.1em; border-style:solid; border-radius:.8em; text-align:center; box-sizing:border-box; -moz-box-sizing:border-box; padding:0.1em; color:#FFFFFF/*$WFWhiteColor*/;}.ie8 .wf-size-play-large {width:40px; height:40px; font-size:30px}.notIE8 .wf-size-play-large {width:40px; height:40px; font-size:30px}.notIE8 .wf-owa-triangle-down-small:before {content:'\e052';}.ie8 .wf-owa-triangle-down-small:before { content:'\e052';}.ie8 .wf-owa-triangle-down-small {color:#666666/*$WFGreyColor*/;}.wf-size-x20 {font-size: 20px!important;}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Ah, understand now. Have a look at the host.cfg man page:</p>
<p><br>
</p>
<dl compact="compact"><dt>delayred=STATUSCOLUMN:DELAY[,STATUSCOLUMN:DELAY...]</dt><dd>Usually, status changes happen immediately. This tag is used to defer an update to red for the STATUSCOLUMN status for DELAY minutes. E.g. with
<strong>delayred=disk:10,cpu:30</strong>, a red disk-status will not appear on the Xymon webpages until it has been red for at least 10 minutes. Note: Since most tests only execute once every 5 minutes, it will usually not make sense to set N to anything but
 a multiple of 5. The exception is network tests, since <em><a href="https://www.xymon.com/help/manpages/man1/xymonnet-again.sh.1.html">xymonnet-again.sh</a>(1)</em> will re-run failed network tests once a minute for up to 30 minutes.
</dd></dl>
<p>However, this probably isn't what you want either as I assume you are querying the status directly via xymon. Your script can use the xymon xymondlog message (see the man page on xymon), the first line returned has the status times in Unix seconds:</p>
<p><br>
</p>
<p># xymon 127.0.0.1 "xymondlog hostname.com.cpu"<br>
hostname.com|cpu|green||1428554585|1428561954|1428563754|0|0|10.9.8.7||||Y|<br>
<br>
</p>
<p>You can pick out the lastchange column and calculate if it has been 15 mins.</p>
<p><br>
</p>
<p>cheers, Phil<font face="Times New Roman,serif" size="3"><span style="font-size:12pt"><a href="mailto:FirstName.LastName@orix.com.au" target="_blank"><font face="Tahoma,sans-serif" size="2"><span style="font-size:10pt"></span></font></a></span></font></p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt"><span lang="en-AU"></span></div>
</div>
<div style="color: rgb(33, 33, 33);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Eli <eliap09@yahoo.com><br>
<b>Sent:</b> Thursday, 9 April 2015 1:31 PM<br>
<b>To:</b> Phil Crooker<br>
<b>Cc:</b> xymon@xymon.com<br>
<b>Subject:</b> Re: [Xymon] Red alert delay.</font>
<div> </div>
</div>
<div>
<div>
<div>Thanks Phil, I am looking delay on color change not on alarm. I have script monitoring the color change and act on it.
</div>
<div><br>
</div>
<div><font style="color:#333333"><i>Sent from my Verizon Wireless 4G LTE DROID</i></font></div>
</div>
<br>
<br>
Phil Crooker <Phil.Crooker@orix.com.au> wrote:<br>
<br>
<br>
>Hi all,<br>
>I do want to delay CPU load red alert. As you know the default yellow or red based on the >threshold number but I want that include time delay. If the CPU load 9 and stay like that for 15 >min the color to change red instead of turn red immidiatly reach 8.<br>
><br>
>Current setup<br>
><br>
>Load. 6.0 9.0<br>
><br>
>For idle<br>
><br>
>DS CPU vmstat.rrd:CPU_IDL <10 color=red "TEXT=CPU usage critical"<br>
><br>
>Thanks<br>
>---------------------------------------<br>
<br>
Have a look at the help text in alerts.cfg. You can use the DURATION flag:<br>
<br>
# A sample rule:<br>
#<br>
# HOST=www.foo.com SERVICE=http<br>
#      MAIL webadmin@foo.com REPEAT=20 RECOVERED<br>
#      MAIL cio@foo.com DURATION>60 COLOR=red<br>
#      SCRIPT /usr/local/bin/sendsms 1234567890 FORMAT=SMS<br>
<br>
cheers.<br>
-- <br>
<br>
This message from ORIX Australia might contain confidential and/or<br>
privileged information. If you are not the intended recipient, any use,<br>
disclosure or copying of this message (or of any attachments to it) is<br>
not authorised.<br>
<br>
If you have received this message in error, please notify the sender<br>
immediately and delete the message and any attachments from your<br>
system. Please inform the sender if you do not wish to receive future<br>
communications by email.<br>
<br>
ORIX handles personal information according to a Privacy Policy that is<br>
consistent with the National Privacy Principles. Please let us know if<br>
you would like a copy. It is also available at http://www.orix.com.au .<br>
<br>
<br>
</div>
</div>
</body>
</html>