Code

collectd.conf: Added a sample "Socket" option to the "memcached" plugin.
authorSebastian Harl <sh@tokkee.org>
Thu, 23 Jul 2009 20:44:06 +0000 (22:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 23 Jul 2009 20:44:59 +0000 (22:44 +0200)
debian/collectd.conf

index 4898a7b098022127499e17f980d76161595103ce..2c34b78edc6743f4542354886aeb2c43da7172ab 100644 (file)
@@ -305,6 +305,8 @@ LoadPlugin users
 #</Plugin>
 
 #<Plugin memcached>
+#      Socket "/var/run/memcached.sock"
+# or:
 #      Host "127.0.0.1"
 #      Port "11211"
 #</Plugin>