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.

Since NagVis 1.5 the url scheme has been redesigned. If you need the old urls working in your NagVis 1.5 installation you can use the mod_rewrite configuration delivered with the sample webserver configuration.

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, automaps 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.
enableHeader=1/0Enable/Disable the header menu. Overrides the configuration.
enableHover=1/0Enable/Disable the hover menus. Overrides the configuration.
enableContext=1/0Enable/Disable the context menus. Overrides the configuration.
nagvis/frontend/nagvis-js/index.php?mod=AutoMap&show=<name>

This is the automap view. In this view the specified NagVis map is shown. The contents is automatically refreshed using ajax calls to the NagVis core.

The available parameters are listed on the automap page.

nagvis/frontend/nagvis-js/index.php?mod=InfoThis 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.
WUI (NagVis configuration)
config.phpThis is a redirection to wui/index.php (configuration interface)
wui/index.phpThis is the Welcome page of the NagVis configuration interface (WUI). Right click on the background image to open the WUI menu.