From: Sebastian Harl Date: Tue, 22 Dec 2009 00:33:23 +0000 (+0100) Subject: collectd.conf: Documented sample network client and server configurations. X-Git-Tag: collectd-4.8.2-1~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58f57c61912a2317782e4be69ea215834b13b46d;p=pkg-collectd.git collectd.conf: Documented sample network client and server configurations. --- 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 # #