Code

collectd.conf: Fixed a wrong type used in the "tail" plugin example. lenny collectd-4.4.2-3
authorSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 15:54:05 +0000 (16:54 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 6 Dec 2008 15:54:05 +0000 (16:54 +0100)
debian/changelog
debian/collectd.conf

index 6c1f2609afb0149229afa137b29d64ff798d1d75..3ff669955b1af30770057a2328a38ff4a0e0bfaa 100644 (file)
@@ -8,8 +8,10 @@ collectd (4.4.2-3) unstable; urgency=low
   * debian/rules:
     - Remove generated manpages in the clean target to avoid cluttering the
       source diff with the rebuilt manpages.
+  * debian/collectd.conf:
+    - Fixed a wrong type used in the "tail" plugin example.
 
- -- Sebastian Harl <sh@tokkee.org>  Mon, 01 Dec 2008 19:28:41 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Sat, 06 Dec 2008 16:53:25 +0100
 
 collectd (4.4.2-2) unstable; urgency=low
 
index 72bb2e8303d5f052658cb5be46013b3f31639f52..9728208aa459a4cda1e9f32468bcd7751549b192 100644 (file)
@@ -331,7 +331,7 @@ LoadPlugin users
 #              <Match>
 #                      Regex "\\<R=local_user\\>"
 #                      DSType "CounterInc"
-#                      Type "email_count"
+#                      Type "counter"
 #                      Instance "local_user"
 #              </Match>
 #      </File>