User Interface

This page is meant do describe the different views of the NagVis User Interface. The paths are relative to the NagVis root directory.

URLDescription
NagVis frontend
index.php This is a redirection to nagvis/index.php (NagVis frontend)
nagvis/frontend/nagvis-js/index.phpThis is the overview page. On this view all maps and rotations the user is permitted for are listed and linked. You can exclude a map by setting the option show_in_lists to 0.
nagvis/frontend/nagvis-js/index.php?mod=Map&show=<name>

This is the classic map view. This view shows the specified NagVis map. The contents is automatically refreshed using ajax calls to the NagVis core.

The following parameters are available:

search=<regex>Search for a map object on map load. Matching objects will be highlighted.
rotation=<name>Rotate in the given rotation pool when the map is part of the pool.
header_menu=1/0
enableHeader
Enable/Disable the header menu. Overrides the configuration.
hover_menu=1/0
enableHover
Enable/Disable the hover menus. Overrides the configuration.
context_menu=1/0
enableContext
Enable/Disable the context menus. Overrides the configuration.
nagvis/frontend/nagvis-js/index.php?mod=InfoThis is a page with some support information which you can submit when you are having problems with NagVis
Rotations
nagvis/frontend/nagvis-js/index.php?mod=Rotation&show=<name>This is the map rotation mode. In this mode you call a rotation (rotation has to be defined in main configuration file). The rotation switches different views after a configured timeperiod.