collectd.conf.in: Fixed a wrong type used in the "tail" example.
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 15:41:04 +0000 (16:41 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 15:41:04 +0000 (16:41 +0100)
src/collectd.conf.in

index 829d3e5..7a7ef86 100644 (file)
@@ -316,7 +316,7 @@ FQDNLookup   true
 #    <Match>
 #      Regex "\\<R=local_user\\>"
 #      DSType "CounterInc"
-#      Type "email_count"
+#      Type "counter"
 #      Instance "local_user"
 #    </Match>
 #  </File>