<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
 </head><body style="">
 
  <div>
   Hi,
  </div> 
  <div>
    
  </div> 
  <div>
   about 2 years ago I asked Henrik about the planned downtime behaviour that doesn't work for purple alerts and he told me that he wanted to change the behaviour in 4.3.12.
  </div> 
  <div>
   But since the nothing happened.
  </div> 
  <div>
   So I am posting the patch for 4.3.19 and hope this time it gets added.
  </div> 
  <div>
    
  </div> 
  <div> 
   <div>
     
   </div> 
   <div>
    --- xymond.c.orig       2015-02-20 01:38:25.000000000 +0100
    <br />+++ xymond.c    2015-04-13 11:29:25.563999251 +0200
    <br />@@ -1244,7 +1244,7 @@
    <br /> 
    <br /> done:
    <br />        if (colstr) {
    <br />-               if ((*color == COL_RED) || (*color == COL_YELLOW)) {
    <br />+               if ((*color == COL_RED) || (*color == COL_YELLOW) || (*color == COL_PURPLE)) {
    <br />                        char *cause;
    <br /> 
    <br />                        cause = check_downtime(hostname, testname);
    <br />
    <br />
   </div> 
   <div>
     
   </div> 
   <div>
    Thanks
   </div> 
   <div>
    Torsten
   </div> 
  </div>
 
</body></html>