GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GPSSNMP(1) GPSD Documentation GPSSNMP(1)

gpssnmp - SNMP helper client for gpsd

gpssnmp -h

gpssnmp -g OID

gpssnmp -V

gpssnmp is a gpsd client that works as an SNMP helper for MRTG.

gpssnmp does not require root privileges. It will also run fine as root.

-?, -h, --help
Print a summary of options and then exit.

-g OID

Get the specified OID. Supported OID values are:

.1.3.6.1.2.1.25.1.31

OID_VISIBLE, Number of visible GNSS satellites

.1.3.6.1.2.1.25.1.32

OID_USED, Number of GNSS satellites used.

.1.3.6.1.2.1.25.1.33

OID_SNR_AVG, Average of all used SNRs.

-V, --version

Print the package version and exit.

To get OID_VISIBLE:

   $ gpssnmp -g .1.3.6.1.2.1.25.1.31
   .1.3.6.1.2.1.25.1.31
   gauge
   13

To get OID_USED:

   $ gpssnmp -g .1.3.6.1.2.1.25.1.32
   .1.3.6.1.2.1.25.1.32
   gauge
   4

To get OID_SNR_AVG:

   $ gpssnmp -g .1.3.6.1.2.1.25.1.33
   .1.3.6.1.2.1.25.1.33
   gauge
   22.250000

0
on success.

1

on failure

cgps(1), gegps(1), gpsctl(1), gps(1), gpsprof*(1), gpsfake(1), gpscat(1), gpspipe(1), gpsmon(1), xgps*(1). xgpsspeed(1)

libgps(3), libgpsmm(3)

gpsd(8)

Project web site: <https://gpsd.io/>

This file is Copyright 2013 by the GPSD project
SPDX-License-Identifier: BSD-2-clause
2021-09-03 GPSD Version 3.23.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.