From 58f57c61912a2317782e4be69ea215834b13b46d Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 22 Dec 2009 01:33:23 +0100 Subject: [PATCH] collectd.conf: Documented sample network client and server configurations. --- debian/collectd.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index 6cf0cdd..e0346ee 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -405,20 +405,25 @@ LoadPlugin users # # +# # client setup: # Server "ff18::efc0:4a42" "25826" # # SecurityLevel Encrypt # Username "user" # Password "secret" # +# TimeToLive "128" +# +# # server setup: # Listen "ff18::efc0:4a42" "25826" # # SecurityLevel Sign # AuthFile "/etc/collectd/passwd" # -# TimeToLive "128" -# Forward false # MaxPacketSize 1024 +# +# # proxy setup (client and server as above): +# Forward false # # -- 2.30.2