SA plugin: Documentation updates
authorAlexander Wirt <formorer@formorer.de>
Sat, 9 Dec 2006 18:44:25 +0000 (19:44 +0100)
committerFlorian 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
contrib/SpamAssassin/example.cf

index 292d4d0..c76c44d 100644 (file)
@@ -32,6 +32,21 @@ If you have changed this setting please get it in sync with the SA Plugin
 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 fa0a1fe..0abfb49 100644 (file)
@@ -1,3 +1,5 @@
 collectd_buffersize 256
 collectd_socket /tmp/.collectd-email
 collectd_timeout 2
+collectd_retries 3 
+