<font color="#000066"><font face="verdana,sans-serif">Hi Niko,<br><br>I don&#39;t understand why the patch was not commited to the current version of smokeping ? <br>I&#39;m running the smokeping version 2.6.7 and i still not receive a 0 when the alarm is lowered and when i used the argument &quot;edgetrigger&quot;.<br>
It would be great if we can dissociate a alarm which is cleared if we use edgetrigger (6 args, last arg = 0) and a alarm which is raised if se don&#39;t use edgetrigger (5 args).<br><br>We will have 3 cases : <br><br>edgetrigger : <br>
6 args and last arg = 1 : Alarm is raised<br>6 args and last arg = 0 : Alarm is cleared<br><br>no edgetrigger <br>5 args : Alarm is always raised<br><br>BTW, i applied your patch and it works perfectly. <br><br>What do you think ?<br>
<br>Best Regards,<br></font></font><pre>This indeed seems to be a bug. Thanks for reporting it.

Looking at the code, the lower edge will call your script with six
arguments, but the last one is an empty string instead of zero. There is a
difference to the five argument case, and it should be possible to detect
this in your script (for Bourne shell scripts, looking at $# should do.)

That said, does this patch work for you? It should make the behaviour 
conform to the documentation.
-- 
Niko</pre><br clear="all"><br clear="all"><span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">
<span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - -   Nicolas KARP</span><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"><span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - -   Network and Security Engineer</span><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">
<span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - -    Email : <a href="mailto:nicolas@karp.fr" target="_blank">liste@karp.fr</a></span><span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"></span><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">
<span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - -    Linkedin :  <a href="http://www.linkedin.com/pub/nicolas-karp/39/60b/21a%20" target="_blank">http://www.linkedin.com/pub/nicolas-karp/39/60b/21a </a></span><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">
<span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - -    Viadeo : </span><a style="font-family:tahoma,sans-serif;color:rgb(0,0,102)" href="http://www.viadeo.com/fr/profile/nicolas.karp%20" target="_blank"><span>http://www.viadeo.com/fr/profile/</span><span>nicolas.karp</span> </a><br style="font-family:tahoma,sans-serif;color:rgb(0,0,102)">
<span style="font-family:tahoma,sans-serif;color:rgb(0,0,102)"># - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</span><br><br><br><br>