From: Bert Vermeulen Date: Mon, 5 Aug 2013 20:33:55 +0000 (+0200) Subject: sigrok: Update docs to reflect config keyword change X-Git-Tag: collectd-5.4.0~14^2~3 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=5397a476aa685b442ddcce3a03d8fd90aee1fbcc sigrok: Update docs to reflect config keyword change --- 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