=encoding UTF-8 =head1 NAME gps - Documentation of collectd's C =head1 SYNOPSIS LoadPlugin gps # Connect to localhost on gpsd regular port: Host "127.0.0.1" Port "2947" # 15 seconds timeout Timeout 15 # Pause of 1 second between readings: Pause 1 =head1 DESCRIPTION The C connects to gpsd on the host machine. The host, port, timeout and pause are configurable. This is useful if you run an NTP server using a GPS for source and you want to monitor it. Mind your GPS must send $--GSA for having the data reported ! =head1 OPTIONS =over 4 =item B The host on which gpsd runs (default localhost). =item B Port to connect to gpsd on the host machine (with quotes), (default 2947). =item B Timeout in seconds (default 15 sec). =item B Pause to apply between readings in seconds (default 1 sec). =back =head1 NOTIFICATION DATA FORMAT =over 4 =item B Number of satellites in view. 0 means no GPS are visible. =item B Vertical or horizontal dilution. It should be between 0 and 3. Look at the documentaiton of your GPS to know more. =head1 SEE ALSO L, L, gpsd =head1 AUTHOR Nicolas JOURDEN Enicolas.jourden at laposte.netE =cut