src/collectd.conf.in: Fix the default class path of the java plugin.
[collectd.git] / src / collectd.conf.in
index 54afd0f..1ed9da6 100644 (file)
@@ -250,6 +250,7 @@ FQDNLookup   true
 #      MountPoint "/home"
 #      FSType "ext3"
 #      IgnoreSelected false
+#      ReportByDevice false
 #</Plugin>
 
 #<Plugin disk>
@@ -337,7 +338,7 @@ FQDNLookup   true
 
 #<Plugin "java">
 #      JVMArg "-verbose:jni"
-#      JVMArg "-Djava.class.path=/opt/collectd/lib/collectd/bindings/java"
+#      JVMArg "-Djava.class.path=@prefix@/share/collectd/java"
 #
 #      LoadPlugin "org.collectd.java.Foobar"
 #      <Plugin "org.collectd.java.Foobar">
@@ -609,7 +610,7 @@ FQDNLookup   true
 #       Version 1
 #       Community "community_string"
 #       Collect "std_traffic"
-#       Inverval 120
+#       Interval 120
 #   </Host>
 #   <Host "some.server.mydomain.org">
 #       Address "192.168.0.42"
@@ -688,7 +689,7 @@ FQDNLookup   true
 
 #<Plugin tokyotyrant>
 #      Host "localhost"
-#      Port 1978
+#      Port "1978"
 #</Plugin>
 
 #<Plugin unixsock>