mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-30 14:18:40 +02:00
* conf/pandora_server.conf: Several typos and better formating. * util/change_remoteconfig.pl: Tool to massive edit the server IP in remote configuration files. Could be modified to alter any other fixed field. * util/gpx2pandora_agent_data.pl: Transform a standard GPX GIS data file in several Pandora FMS XML data server compatible files with GIS data. * util/gis.README: Small "documentation" on how to start to using GIS in the Server. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2474 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
Pandora FMS uses the MaxMind GeoIP API to map IP address to it's GPS coordinates. This is a GPL library included in Pandora FMS libraries.
|
|
|
|
In order to be able to use GeoIP/GIS features of the Pandora FMS reconserver, you need to download and install a GeoLiteCite maps. You can download from maxmind site or from Pandora FMS download site. For more information about MaxMind and GeoIP database, check this URLs:
|
|
|
|
http://www.maxmind.com/app/geoip_resources
|
|
http://www.maxmind.com/app/installation
|
|
http://www.maxmind.com/app/geolitecity
|
|
|
|
Install manually Geo-IP-PurePerl-1.24.tar.gz
|
|
|
|
This database will be used with Pandora FMS recon server for positioning detected host Systems. Check Pandora FMS documentacion for more information.
|
|
|
|
Prior to use this database you need to decompress it with gzip -d and edit your /etc/pandora/pandora_server.conf file and point the GeoLiteCity GeoLiteCity.dat file with Pandora FMS configuration token 'recon_reverse_geolocation_file', like:
|
|
|
|
activate_gis 1
|
|
recon_reverse_geolocation_file /usr/share/pandora_server/util/GeoLiteCity.dat
|
|
location_error 50
|
|
recon_reverse_geolocation_mode file
|
|
recon_location_scatter_radius 1000
|
|
|
|
Get a new version at:
|
|
|
|
http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
|
|
|