From 5397a476aa685b442ddcce3a03d8fd90aee1fbcc Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Mon, 5 Aug 2013 22:33:55 +0200 Subject: [PATCH] sigrok: Update docs to reflect config keyword change --- src/collectd.conf.in | 2 +- src/collectd.conf.pod | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 542be674..294aa518 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -895,7 +895,7 @@ # LogLevel 3 # # Driver "fluke-dmm" -# Interval 10 +# MinimumInterval 10 # Conn "/dev/ttyUSB2" # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index fe92aac8..a673a584 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -5159,7 +5159,7 @@ B LogLevel 3 Driver "fluke-dmm" - Interval 10 + MinimumInterval 10 Conn "/dev/ttyUSB2" @@ -5202,15 +5202,16 @@ For serial devices with non-standard port settings, this option can be used to specify them in the form I<9600/8n1>. This should not be necessary; drivers know how to communicate with devices they support. -=item B +=item B Specifies the minimum time between measurement dispatches to collectd, in seconds. Since some sigrok-supported devices can acquire measurements many times per second, it may be necessary to throttle these. For example, the RRD plugin cannot process writes more than once per second. -The default (and minimum) interval is 1 second. Unused measurements are -discarded. +The default MinimumInterval is 0, meaning measurements received from the +device are always dispatched to collectd. When throttled, unused measurements +are discarded. =back -- 2.30.2