Fix typo and add a new 'highend switch' example that support bulk
authorBenoit Plessis <benoit.plessis@powerboutique.com>
Fri, 4 Oct 2019 09:07:34 +0000 (11:07 +0200)
committerBenoit Plessis <benoit.plessis@powerboutique.com>
Fri, 4 Oct 2019 09:07:34 +0000 (11:07 +0200)
src/collectd.conf.in

index 180903b..136681d 100644 (file)
 #       Version 2
 #       Community "another_string"
 #       Collect "std_traffic" "hr_users"
-#       Bulk_Size 100
+#       BulkSize 0
 #   </Host>
 #   <Host "some.ups.mydomain.org">
 #       Address "192.168.0.3"
 #      Timeout 5
 #      Retries 5
 #   </Host>
+#   <Host "highend.switch.example.org">
+#       Address "192.168.0.3"
+#       Version 2
+#       Community "another_string"
+#       Collect "std_traffic"
+#       Interval 10
+#       Timeout 10
+#       BulkSize 100
+#   </Host>
 #</Plugin>
 
 #<Plugin snmp_agent>