[collectd] Typo in collectd.conf snmp section

matthew sporleder msporleder at gmail.com
Tue Jul 7 21:23:06 CEST 2009


#   <Host "some.switch.mydomain.org">
#       Address "192.168.0.2"
#       Version 1
#       Community "community_string"
#       Collect "std_traffic"
#       Inverval 120
#   </Host>

Please notice the "Inverval" instead of "Interval".  I was using this
example to setup a bunch of stuff was bitten.

Matt
ps:
I tried registering for the bug tracker as 'msporleder' and got some
database errors.  Is anyone able to fix that?

pps (here's a diff):
--- collectd.conf.orig  2009-07-07 15:21:07.000000000 -0400
+++ collectd.conf       2009-07-07 15:21:41.000000000 -0400
@@ -567,7 +567,7 @@
 #       Version 1
 #       Community "community_string"
 #       Collect "std_traffic"
-#       Inverval 120
+#       Interval 120
 #   </Host>
 #   <Host "some.server.mydomain.org">
 #       Address "192.168.0.42"



More information about the collectd mailing list