collectd.conf(5): Fix an example for the tail plugin.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 25 Aug 2008 18:49:19 +0000 (20:49 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 25 Aug 2008 18:49:19 +0000 (20:49 +0200)
Resolves: #27

src/collectd.conf.pod

index d398354..c02dfa8 100644 (file)
@@ -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>