summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3c27e24)
raw | patch | inline | side by side (parent: 3c27e24)
author | Alexander Wirt <formorer@formorer.de> | |
Sat, 9 Dec 2006 18:44:25 +0000 (19:44 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sun, 10 Dec 2006 11:11:16 +0000 (12:11 +0100) |
Signed-off-by: Alexander Wirt <formorer@formorer.de>
contrib/SpamAssassin/Collectd.pm | patch | blob | history | |
contrib/SpamAssassin/example.cf | patch | blob | history |
index 292d4d0a83efa45602d221341aab89c4c26460d6..c76c44da593994dbb42ffc28450474b302106bf0 100644 (file)
config.
=cut
+
+=item collectd_timeout [ sec ] (default: 2)
+
+if sending data to to collectd takes too long the connection will be aborted.
+
+=cut
+
+=item 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.
+
+=cut
+
=head1 DESCRIPTION
This modules uses the email plugin of collectd from Sebastian Harl to
index fa0a1fe7b9e1c566e225761698d46909b4e7b7a7..0abfb494bb05fb7a8c8bf58832893293f1fc9193 100644 (file)
collectd_buffersize 256
collectd_socket /tmp/.collectd-email
collectd_timeout 2
+collectd_retries 3
+