GIS Monitoring

Pandora FMS GIS

Introduction

A GIS map is a visual representation of the location of the agents inside the Pandora FMS installation. With this map we can see the current position, as well as a small history of the agents positions.

To be able to use the GIS maps, you must have configured the agents, the server and the console.

Setup

Agent configuration

Software agent pandora_agent.conf file contains parameters to configure the device's position:

  • Longitude.
  • Latitude.
  • Altitude.
  • Position description.

The gis_exec parameter can also be used to indicate the path of the script that returns the coordinates of a device by means of a string with the “latitude, logitude, altitude” format.

Example:

# Agent position parameters
# Those parameters define the agent's geographical position.

# gis_exec: Calls a script that returns a string with '[latitude],[longitude],[altitude]'
# i.e.: 41.377,-5.105,2.365

#gis_exec /tmp/gis.sh

# latitude
latitude 42.70456
# longitude
longitude -3.897187
# altitude
altitude 600

# Position description
position_description Madrid, centro

Server configuration

GIS features must also be enabled on the server, enabling the activate_gis parameter. If this flag is set to 1, the server will process all GIS information received from the agents.

There is also the new feature of storing agent positions on Pandora FMS. But this data comes from a source that is not highly accurate and it can cause for an agent with no significant position changes to send location change information. To avoid this, the location_errorparameter fixes the distance which is considered to be the same location. This is an error tolerance pn the position threshold and while the agent location continues to be within that range, it is considered that there has been no position change.

Discovery server and position information:

By using a reverse geolocation algorithm and a database, containing the relation of IPs and positional information, the Discovery server is now able to 'calculate' the position of the discovered agents. It can use a file in **MaxMind GeoIP GeoLiteCity** format or a couple of tables on the database containing this particular information.

There are also two parameters which define this particular Discovery server performance. The recon_reverse_geolocation_fileis only used to point to the file which contains the reverse geolocation information by using the MaxMind GeoLiteCity.dat format and the recon_location_scatter_radius; parameter. The algorithm will calculate an approximated position for the agents and they will be randomly placed around the calculated positions, taking into account the indicated recon_location_scatter_radius radio.

You may also use the reverse geolocation provided by the Google API® and OpenStreetMaps®.

  • You may activate Google® reverse geolocation by setting the parameter named google_maps_description to 1.
  • You may activate Openstreet Maps® inverse geolocation by setting the parameter openstreetmaps_description to 1.
  • Be careful when using this feature, because it considerably decreases the Pandora FMS server's performance.
  • Please keep in mind that you're required to have a direct connection to the Internet to use Google® API and Openstreet Maps®. It also heavily depends on the service provider's availability.

Configuration Example:

 # Flag to activate GIS (positional information for agents and maps). It's deactivated by default.
 activate_gis 1

 # Radius of the Error in meters to consider two GIS locations as the same location.
 location_error 10

 # Recon reverse geolocation file (databases containing the reverse geolocation information using
 # the 'MaxMind GPL GeoLiteCity.dat' format).
 # Comment it to disable the IP geolocation on agent creation.

 recon_reverse_geolocation_file /usr/local/share/GeoIP/GeoLiteCity.dat

 # Radius (in meters) of the circle in which the agents will be place randomly when found by a recon task.
 # The center of the cycle is guessed by geolocating the IP.
 recon_location_scatter_radius 1000

 # This enables real time reverse geocoding using the Google Maps public API.
 # This requires internet access and could have performance penalties because of having to process GIS
 # information due the connection required to resolve all GIS input.

 google_maps_description 1

 # This enables real time reverse geocoding using OpenStreetMaps public API.
 # This requires internet access and could have performance penalties because of having to process GIS
 # information due the connection required to resolve all GIS input.
 # You may alter the code to use a local or your own OpenStreetMaps server.

 openstreetmaps_description 1

There is a plugin that recalculates agent GIS localization. The plugin path is /usr/share/pandora_server/util/agent_gis_update.pl by default, but it can be place wherever the user prefers.

Example:

/usr/share/pandora_server/util/agent_gis_update.pl /etc/pandora/pandora_server.conf

Console setup

In the console, to use GIS features, they must have been previously activated in the main setup in Pandora FMS console. Go to menu Setup > Setup > General Setup:

Click Enable GIS features and then click Update. Then some new sections from the user interface will be available.

In Setup > Setup > GIS map connection, it will define the connections that can be used with map servers to provide maps for GIS features.

Basic Configuration

The connection comes with several basic parameters:

  • Connection name: A name for the configuration, so it can be recognized when selecting a connection on the map definition screen.
  • Group: The group the connection belongs to. Even if the user who is creating the GIS connection map does not explicitly belongs to the ALL group, he/she can still assign the ALL group as the connection belongs to.
  • Number of zoom levels: The number of zoom levels defined on the map.
  • Default zoom level: The default zoom level recommended for the map (this can be redefined on the map) and it is the zoom in level used when the map is open.

Once the basic parameters are set, the administrator is required to select a connection type. Depending on the type, there will be different options, and so are the types of connections and their options.

OpenStreetMap

The default Pandora FMS installation comes with a predefined connection with OpenStreetMap® so the users are able to directly see and test the GIS features.

In order to use an Open Street Maps type of map, the only parameter required is the URL of the title server, as shown on the image below.

Examples:

http://tiles.example.com/${z}/${x}/${y}.png

http://tile.example.com/${z}/${x}/${y}.png

You may check an official server list in OpenStreetMap® website, read and follow carefully the instructiond for naming and identification.

Google Maps

Pandora FMS also includes connection to Google Maps®. therefore it is necessary to obtain a valid password from Google® (see Google Maps API policy) and to be placed in the corresponding field in connection's definition.

With this password it is possible to define several connections using different types od base maps: Hybrid, Physical or Satelite.

It is possible that this key takes a few minutes to work after being retrieved.

Static Image

Other type of connection provided is using a Static Image as map. To use this type of map, the image must be as EPSG:4326 (WGS84).

In this case, the parameters needed for map definition are image url, image height and width and positional limits (longitude and latitude) from the image edges (right, left, top and bottom).

WMS Server

If Pandora FMS servier is somwhere with no access to the Internet, it is not possible to use an online map service. You may also prefer to use your own map server for higher flexibility, work faster or define your own mosaic type.

From version 723, it is possible to add connections to WMS (Web Map Service) server, such as GeoServer. For that it is necessary to enter the address where the service is provided and the name or names of the layers to be obtained from it.

You may see how to carry out an installation and minimum configuration of a GeoServer in this technical annex.

Map Center and Default Position

The last thing to define in a map connection is the map center and the default position without positional data. To define them, it is possible to preview the map and click on it to fix those parameters, depending on which (Map center or Default position for agents without GIS data) you selected with the selector Change in the Map.

In this preview map, it is possible to move around using the green arrows at the top left, change the zoom level with icons + or - or use the zoom in option.

It is also possible to fix the position by entering the values in their corresponding entry cells (the decimal separator is the dot).

Once all connection parameters have been fixed, it will be possible to save the connection to use it in the map configurator using Save.

GIS Maps

Once you have defined the connections, they could be used to define maps in the menu GIS Maps.

The menu takes the user to a screen with defined maps, where it is possible to edit a map, view the map, fix the default map or delete a map.

Sample layer:

There is also a button to create new maps (Create button).

Set a default map, that will be used in the agent view to show its position.

Creating a GIS Map

Once on the map creation page, the first thing to do is to add a map name and a map connection from the ones available. You may add more than one, which will be available later on as base layers (only one of them can be active at once).

When the connection is selected, or if the default connection for the map is changed, the Pandora FMS Console will ask whether you intend to use the default data from the connection for the map. If the answer is 'Accept', the console will fill out or update all positional data with the ones defined in the connection, and the user will just set the default zoom in level. If use of the default values is denied, no changes will be made and the connection will just be added.

Layer definition

Once the basic map parameters are set, it is time to define the map's layers used to select which elements are shown on the map - except if it is the default map - on which there is no need to define any layer, because it will be used to display the agent's position in the agent view.

Each map has one or more layers to display agents. Each layer was designed to display the group agents, a list of agents and/or a group with an agent as a sample. That way, it is easy to define the agents shown on each layer.

Layers can be defined as visible or hidden and it is possible to:

  • Choose the group with the selector to add agents.
  • Add agents with the cell individually.
  • Add a group with only one agents as sample.

Once you have created a group in a layer with its representative agent, you cannot generate the same group with another agent.

Once the layer is defined (it is not completely saved until the complete map is, by clicking Save map), it will be moved to the left column of defined layers, where it is possible to arrange (move them up or down), delete or edit them again.

Once the map layer definition is complete, it is saved by clicking on the Save Map button (Update Map button in case the map was edited instead).

Operation

Once there is at least one map defined, it is possible to start using GIS features.

GIS Maps

The GIS map menu displays all defined maps. Each one can be viewed by displaying the map with the parameters defined in the map.

Moving around on the Map

The controls for the map include four green arrows on the top left corner which allow to move around on the map. The '+' and '-' icons are intended to increase and decrease the zoom level. There is also a 'zoom bar', designed to directly select the desired zoom level.

It is also possible to move around by dragging the map to the desired position.

Click on the agents shown on the map to have more information about the agent displayed (once the extra information is displayed, the agent's name becomes a link to the Agent view).

Layers

The white '+' icon at the right opens the layer's controls. It displays a green box in which it is possible to select the base layer (the connection to the map's server, if there were more than one are defined for that map) and see which layers are visible.

There is also a special system-defined layer called Agent Hierarchy. If this layer is visible, it will display some red dashed lines, connecting an agent to its parent element (if both of them are visible).

Filters

Above the map there are filtering options for the agent states:

  • Ok
  • Critical
  • Warning
  • Other

Map Refresh

Next to the filter buttons, there is a combo box called Refresh to select the map update rate. The map uses http://en.wikipedia.org/wiki/AJAX **AJAX Calls** to refresh the agents on the map by using the defined period.

Auxiliary buttons

The last three buttons at the top of the map are:

  • A public link to the Visual Console
  • A button to see the Full screen map.
  • A button to access again the GIS map list.

Agent View

The Pandora FMS console agent view also comes with new GIS features. The main view now displays the agent location in terms pf longitude, latitude and altitude.

Historical GIS view

There is a new button on the top bar to display the agent's GIS view (if GIS is enabled).

This view displays the agent's current position on the default map. It contains a table that shows the history of the agent's previous positions and their route on the map.

Each position on the map is represented by a dot (except the current one which is represented by the agent's icon). It is possible to click on any of these dots in order to get position-related information. It is also possible to click on the agent's icon in order to display the agent's current information. The following information shows the way covered by the Pandora FMS agent for Android devices.

You are also able to display a table which contains all the agent's reported information, including a reverse geolocation system which was designed to display the agent's address including the street, city and country in which the Pandora FMS agent is located.

The Agent's GIS Setup

Among the agent's administration tabs, there is a new tag to manually set the agent's position. The 'agent manage' tab also has some parameters which affect the GIS features.

Ignoring GIS Data

On the agent manage tab, there is a new switch called Update new GIS data. If this switch is activated, the server will ignore all positional information received from the agent and use the last valid values for it. This is useful in case an agent reports a wrong position or it gets its own fixed place.

Manual agent position

The GIS Data view displays the default map by default. It is possible to click on it in order to define the agent's new position. It is also possible to determine the position by using the input boxes below the map.

Defining the agent's position will activate the Ignore GIS Data option that will later take the opposite value in the option Update new GIS data in order to avoid the agent's next positional information data package to reset the agent's position again.

If this is not the desired performance, we recommend deactivating the Ignore GIS Data option before clicking Update.

This is a collection of interesting links which are quite useful for implementing test environments and development with OpenLayers.

OpenLayers

OpenStreetMap

OS Geo

Geo Server

PostgreSQL

Blogs