X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=bbee6b130e61f3010ef9ff9dd0d9b86c1d850536;hb=7c14b05db2cd7b17321f1e37bfb852c1a9a3832d;hp=ef8256bb80572872a16d85c54e198b0b8968618b;hpb=c61ec55cd5685ef5998e4f72dc88f62c6f5e5cfd;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index ef8256bb..bbee6b13 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2503,9 +2503,9 @@ instance "visible"). 0 means no GPS satellites are visible. =item B -Vertical and horizontal dilution. +Vertical and horizontal dilution (type instance "horizontal" or "vertical"). It should be between 0 and 3. -Look at the documentaiton of your GPS to know more. +Look at the documentation of your GPS to know more. =back @@ -2518,10 +2518,8 @@ Synopsis: Port "2947" # 15 ms timeout Timeout 0.015 - # PauseRead of 5 sec. between readings: - PauseRead 5 - # PauseConnect of 1 sec. between connection tentatives: - PauseConnect 1 + # PauseConnect of 5 sec. between connection attempts. + PauseConnect 5 Available configuration options: @@ -2530,7 +2528,7 @@ Available configuration options: =item B I -The host on which gpsd runs. Defaults to B. +The host on which gpsd daemon runs. Defaults to B. =item B I @@ -2540,13 +2538,19 @@ Port to connect to gpsd on the host machine. Defaults to B<2947>. Timeout in seconds (default 0.015 sec). -=item B I +The GPS data stream is fetch by the plugin form the daemon. +It waits for data to be available, if none arrives it times out +and loop for another reading. +Mind to put a low value gpsd expects value in the micro-seconds area +(recommended is 500 us) since the waiting function is blocking. +Value must be between 500 us and 5 sec., if outside that range the +default value is applied. -Pause to apply between readings in seconds (default 1 sec). +This only applies from gpsd release-2.95. =item B I -Pause to apply between tentative of connection in seconds (default 1 sec). +Pause to apply between attempts of connection to gpsd in seconds (default 5 sec). =back