table of contents
contrib::SpamAssassin::Collectd(3) | User Contributed Perl Documentation | contrib::SpamAssassin::Collectd(3) |
NAME¶
Collectd - plugin for filling collectd with stats
SYNOPSIS¶
loadplugin Mail::SpamAssassin::Plugin::Collectd
USER SETTINGS¶
- collectd_socket [ socket path ] (default: /var/run/collectd-email)
- Where the collectd socket is
- collectd_buffersize [ size ] (default: 256)
- the email plugin uses a fixed buffer, if a line exceeds this size it has to be continued in another line. (This is of course handled internally) If you have changed this setting please get it in sync with the SA Plugin config.
- collectd_timeout [ sec ] (default: 2)
- if sending data to to collectd takes too long the connection will be aborted.
- collectd_retries [ tries ] (default: 3)
- the collectd plugin uses a tread pool, if this is empty the connection fails, the SA Plugin then tries to reconnect. With this variable you can indicate how often it should try.
DESCRIPTION¶
This modules uses the email plugin of collectd from Sebastian Harl to collect statistical informations in rrd files to create some nice looking graphs with rrdtool. They communicate over a unix socket that the collectd plugin creates. The generated graphs will be placed in /var/lib/collectd/email
AUTHOR¶
Alexander Wirt <formorer@formorer.de>
COPYRIGHT¶
Copyright 2006 Alexander Wirt <formorer@formorer.de> This program is free software; you can redistribute it and/or modify it under the the terms of either: a) the Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0) or b) the GPL (http://www.gnu.org/copyleft/gpl.html) use whatever you like more.
2023-03-11 | perl v5.40.0 |