What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

GPS Tracking with PRTG - Mobile VSAT

Votes:

0

I am trying to setup GPS tracking services for a mobile VSAT (very small aperture terminal), which is traveling around the globe. I have an ACU (antenna control unit) which has GPS sentences coming off of the device. SNMP is enabled on the device and I was able to load the MIB file into PRTG for monitoring. However the SNMP Location OID is only showing the UP/DOWN time for the device.

I am needing to get the GPS to reflect into PRTG so if our technical staff/client is needing to troubleshoot/monitor, once they click on a device this would display their last GEO Location.

I will need the GPS to update every 3-5mins.

antenna data-location geo-maps gps location maps satellite tracking

Created on Dec 3, 2015 2:27:51 PM



1 Reply

Votes:

0

Dear Cameron

This is not directly possible with PRTG. In principle, you could to this:

  • On the device settings tab, deselect the inheritance setting for the location
  • Use the proper SNMP library or custom sensor on that device to extract the GPS coordinates
  • Enable the "If Value Changes" / "Trigger 'change' notification" sensor option
  • Add an according notification trigger to run a script
  • This script then uses the PRTG API to read out the last value or the sensor message, and change the parent device's location.

The API call to change the location content would look like

/api/setlonlat.htm?id=2123&location=CurrentPosition&lonlat=11.08,49.45

This call assumes the device ID is 2123 and the location is Nuremberg. The "Current Position" string is just a string describing the location.

A full API call also includes the webserver address and PRTG user credentials. Please find further documentation using the webinterface, menu Setup | PRTG API, tab "HTTP API".

Created on Dec 7, 2015 2:46:04 PM by  Arne Seifert [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.