From 84411c4504824f0506654d7f573b443df6ab4307 Mon Sep 17 00:00:00 2001 From: Benoit Plessis Date: Fri, 4 Oct 2019 11:07:34 +0200 Subject: [PATCH] Fix typo and add a new 'highend switch' example that support bulk --- src/collectd.conf.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 +# # # -- 2.11.0