From: Benoit Plessis Date: Fri, 4 Oct 2019 09:07:34 +0000 (+0200) Subject: Fix typo and add a new 'highend switch' example that support bulk X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=84411c4504824f0506654d7f573b443df6ab4307;hp=68f5ffca7b4dd1f3039404c8381e22e057a7bde7;p=collectd.git Fix typo and add a new 'highend switch' example that support bulk --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 180903ba..136681d8 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1402,7 +1402,7 @@ # Version 2 # Community "another_string" # Collect "std_traffic" "hr_users" -# Bulk_Size 100 +# BulkSize 0 # # # Address "192.168.0.3" @@ -1413,6 +1413,15 @@ # Timeout 5 # Retries 5 # +# +# Address "192.168.0.3" +# Version 2 +# Community "another_string" +# Collect "std_traffic" +# Interval 10 +# Timeout 10 +# BulkSize 100 +# # #