projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9ba7e3
)
collectd.conf(5): Fix an example for the tail plugin.
author
Florian Forster
<octo@huhu.verplant.org>
Mon, 25 Aug 2008 18:49:19 +0000
(20:49 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Mon, 25 Aug 2008 18:49:19 +0000
(20:49 +0200)
Resolves: #27
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.pod
b/src/collectd.conf.pod
index
d398354
..
c02dfa8
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-1222,7
+1222,7
@@
user using (extended) regular expressions, as described in L<regex(7)>.
<Match>
Regex "\\<R=local_user\\>"
DSType "CounterInc"
- Type "
email_count
"
+ Type "
counter
"
Instance "local_user"
</Match>
</File>