Hi,

You should use

<Plugin threshold>

instead of

<Threshold>

There is a docbug which has been fixed
https://github.com/collectd/collectd/pull/443

Cheers

On Fri, Oct 11, 2013 at 11:02:59PM +0200, Dirk Geschke wrote:
> Hi all,
> 
> I have just noticed, that notify_email is no longer working. And
> it seems that it happened with the upgrade to wheezy, with squeeze
> it worked...
> 
> Now I noticed, that one has now to load the plugin "threshold"
> explicitly, but this seems not to help at all.
> 
> Probably it is only a configuration error, but I have no clue 
> what it might be. Has anyone an idea?
> 
> For example I have something like:
> 
> LoadPlugin "threshold"
> <Threshold>
>     <Type "load">
>          DataSource "midterm"
>          WarningMax 10
>          Hits 3
>          Hysteresis 3
>     </Type> 
> </Threshold>
> 
> and:
> 
> LoadPlugin notify_email
> <Plugin notify_email>
>         SMTPServer "127.0.0.1"
>         SMTPPort 25
>         From "colle...@lug-erding.de"
>         Subject "[collectd] %s on %s!"
>         Recipient "d...@lug-erding.de"
> </Plugin>
> 
> Has anyone an idea where I can locate the problem? I guess, it is a
> problem between version 4.10 (squeeze) and 5.1 (wheezy). But somehow
> I did not see it...
> 
> Best regards
> 
> Dirk
> 
> -- 
> +----------------------------------------------------------------------+
> | Dr. Dirk Geschke       / Plankensteinweg 61    / 85435 Erding        |
> | Telefon: 08122-559448  / Mobil: 0176-96906350 / Fax: 08122-9818106   |
> | d...@geschke-online.de / d...@lug-erding.de  / kont...@lug-erding.de |
> +----------------------------------------------------------------------+
> 
> _______________________________________________
> collectd mailing list
> collectd@verplant.org
> http://mailman.verplant.org/listinfo/collectd

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to