Hi Florian,<br><br>I patched the plugin.c and then I can see the notifications in the logfile. But the notificationexec file isn&#39; t run when come a notification. <br><pre class="code">LoadPlugin exec<br>&lt;Plugin exec&gt;<br>
  NotificationExec &quot;nobody&quot; &quot;/usr/local/bin/handle_notification.pl&quot;<br>&lt;/Plugin&gt;</pre>Have you got any idea?<br><br>Thank you in advance.<br><br>Regards,<br>Janos Prepuk<br><br><br><div class="gmail_quote">
2009/5/18 Florian Forster <span dir="ltr">&lt;<a href="mailto:octo@verplant.org">octo@verplant.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Andrés,<br>
<br>
On Mon, May 04, 2009 at 01:10:06PM +0200, Andrés J. Díaz wrote:<br>
&gt; --- /tmp/collectd-4.6.2/src/plugin.c  2009-03-18 11:55:39.000000000 +0100<br>
&gt; +++ src/plugin.c      2009-05-04 12:41:06.000000000 +0200<br>
&gt; @@ -959,6 +959,7 @@<br>
&gt;<br>
&gt;       /* Update the value cache */<br>
&gt;       uc_update (ds, vl);<br>
&gt; +     ut_check_threshold (ds, vl);<br>
&gt;<br>
&gt;       if (post_cache_chain != NULL)<br>
&gt;       {<br>
<br>
oh, this is indeed a bug.. Thanks for the patch, I&#39;ll apply it and pack<br>
a new release shortly.<br>
<br>
Regards,<br>
-octo<br>
<font color="#888888">--<br>
Florian octo Forster<br>
Hacker in training<br>
GnuPG: 0x91523C3D<br>
<a href="http://verplant.org/" target="_blank">http://verplant.org/</a><br>
</font><br>-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1.4.6 (GNU/Linux)<br>
<br>
iD8DBQFKEU+XHdggu3Q05IYRAmumAJ0SUDzkgTkDci7Qzchv8TtMQFk65ACeIiI9<br>
7NkD80YNXEBARVqhv3g16bU=<br>
=mf+N<br>
-----END PGP SIGNATURE-----<br>
<br>_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
<br></blockquote></div><br>