Code

control: Documented some B-Ds and collectd-core suggestions.
[pkg-collectd.git] / debian / collectd.conf
index 23eaa9de0d0d1a6044a9c3f33faa94a657f1876e..e0346ee90efbfeba255dac72cdbbc6723e8b4565 100644 (file)
@@ -3,8 +3,8 @@
 # Some plugins need additional configuration and are disabled by default.
 # Please read collectd.conf(5) for details.
 #
-# You should also read /usr/share/doc/collectd/README.Debian.plugins before
-# enabling any more plugins.
+# You should also read /usr/share/doc/collectd-core/README.Debian.plugins
+# before enabling any more plugins.
 
 #Hostname "localhost"
 FQDNLookup true
@@ -405,20 +405,25 @@ LoadPlugin users
 #</Plugin>
 
 #<Plugin network>
+#      # client setup:
 #      Server "ff18::efc0:4a42" "25826"
 #      <Server "239.192.74.66" "25826">
 #              SecurityLevel Encrypt
 #              Username "user"
 #              Password "secret"
 #      </Server>
+#      TimeToLive "128"
+#
+#      # server setup:
 #      Listen "ff18::efc0:4a42" "25826"
 #      <Listen "239.192.74.66" "25826">
 #              SecurityLevel Sign
 #              AuthFile "/etc/collectd/passwd"
 #      </Listen>
-#      TimeToLive "128"
-#      Forward false
 #      MaxPacketSize 1024
+#
+#      # proxy setup (client and server as above):
+#      Forward false
 #</Plugin>
 
 #<Plugin nginx>