projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522c9cb
)
collectd.conf: Added a sample config for the memcachec plugin.
author
Sebastian Harl
<sh@tokkee.org>
Mon, 11 May 2009 09:39:00 +0000
(11:39 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Mon, 11 May 2009 09:39:00 +0000
(11:39 +0200)
... copied from the manpage.
src/collectd.conf.in
patch
|
blob
|
history
diff --git
a/src/collectd.conf.in
b/src/collectd.conf.in
index
6c5bc1e
..
4cbaca8
100644
(file)
--- a/
src/collectd.conf.in
+++ b/
src/collectd.conf.in
@@
-317,6
+317,19
@@
FQDNLookup true
# Port "411"
#</Plugin>
+#<Plugin memcachec>
+# <Page "plugin_instance">
+# Server "localhost"
+# Key "page_key"
+# <Match>
+# Regex "(\\d+) bytes sent"
+# DSType CounterAdd
+# Type "ipt_octets"
+# Instance "type_instance"
+# </Match>
+# </Page>
+#</Plugin>
+
#<Plugin memcached>
# Host "127.0.0.1"
# Port "11211"