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.
URL | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NagVis frontend | |||||||||||
index.php | This is a redirection to nagvis/index.php (NagVis frontend) | ||||||||||
nagvis/frontend/nagvis-js/index.php | This 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:
|
||||||||||
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=Info | This 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.php | This is a redirection to wui/index.php (configuration interface) | ||||||||||
wui/index.php | This is the Welcome page of the NagVis configuration interface (WUI). Right click on the background image to open the WUI menu. |