NagVis Automap

Introduction

The NagVis Automap is introduced in NagVis 1.3. The main topic of this feature is to replace the builtin map in Nagios. The main problem of the Nagios map is that it is not scalable. In big Nagios installations the automap is not usable. This is e.g. caused by missing configuration options like selecting a defined scope of elements to display. NagVis handles the objects and defines a configuration for Graphviz. The map image and the HTML-Code for the links are generated by graphviz and passed on to NagVis.

Prerequisites

First call

The automap can be called like this: http://<nagios-server>/<path-to-nagvis>/nagvis/index.php?automap=1. If everything is configured properly the root host and 2 levels of child hosts should be displayed on the automap.

Main configuration

Some parameters for the automap can be set in the main configuration of NagVis. For further information see Main Config Format Description.

Map configuration

The automap can be configured by a special map configuration file named __automap.cfg. The map configuration file is stored in the normal map path (etc/maps/). This configuration file contains only a global section. All values can be defined like explained in the "global" chapter on Map Config Format Description. The values like iconset etc. are inherited to all objects on the map.

URL Parameters

The automap can be called with several url parameters. Here is a list of all available options:
parameter default description
backend default backend The backend-id of the backend to fetch the objects from. For details see the [backend_*] section in the Main Config Format Description
root see root object definition This is the name of the root object. It is not essential to set the host here. There are some more ways to tell the root object. For details see the root object definition chapter on this page.
maxLayers 2 Maximum layers of child hosts to be displayed.
renderMode undirected Set the render mode of the map. For details see available render modes
width 1024 width of the automap in pixels
height 786 height of the automap in pixels
ignoreHosts none comma separated list of hosts (including children) not to display
filterGroupnoneProvide a hostgroup name. Only hosts in this hostgroup will be shown on the map.

Root object definition

The approach of the automap is to start at one root object and go down the dependency-tree like defined in Nagios and show all these objects on the map. There are several ways to get the root object: The list above is ordered by priority.

Available render modes

There are several render modes available:
Mode Example image
directed
undirected
radial
circular
undirected2