[collectd] notify_email no longer working...
Fabien Wernli
collectd at faxm0dem.org
Mon Oct 14 12:48:23 CEST 2013
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 "collectd at lug-erding.de"
> Subject "[collectd] %s on %s!"
> Recipient "dirk at 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 |
> | dirk at geschke-online.de / dirk at lug-erding.de / kontakt at lug-erding.de |
> +----------------------------------------------------------------------+
>
> _______________________________________________
> collectd mailing list
> collectd at verplant.org
> http://mailman.verplant.org/listinfo/collectd
More information about the collectd
mailing list