Module: nagvis Branch: master Commit: 6d0a109cc2c34fd71eaaea87ceca749436cf3ee4 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6d0a109cc2c34fd71eaaea87ceca749436cf3ee4
Author: Lars Michelsen <[email protected]> Date: Sun Aug 8 01:40:23 2010 +0200 Added note about hosturls and automap usage --- docs/en_US/automap.html | 9 +++++++++ docs/en_US/nagvis_config_format_description.html | 4 +++- 2 files changed, 12 insertions(+), 1 deletions(-) diff --git a/docs/en_US/automap.html b/docs/en_US/automap.html index ae66043..1b9514d 100644 --- a/docs/en_US/automap.html +++ b/docs/en_US/automap.html @@ -148,5 +148,14 @@ overwrite all changes you made to the target map before. You can only overwrite maps you have edit permissions on.</p> <p>A classic map can not be turned into an automap.</p> + + <h2>Host URLs</h2> + <p>The URLs of the host objects are used for identifying the host objects during + automap rendering. Especially the "host=" parameter is important. When + this parameter is missing in the host URLs the object positions can not be gathered.</p> + <p>By default this information should not be interesing for you. But when you customize the + host URLs in your NagVis installation it is important to know that your custom URL + needs to have the "host=" parameter set to the hostname of the object to + be able to use the hosts on the automap.</p> </body> </html> diff --git a/docs/en_US/nagvis_config_format_description.html b/docs/en_US/nagvis_config_format_description.html index c350f90..47c6de1 100644 --- a/docs/en_US/nagvis_config_format_description.html +++ b/docs/en_US/nagvis_config_format_description.html @@ -224,7 +224,9 @@ <td> urltarget </td><td> _self </td><td> Target of the Icon link, this option adapts <code><a target=""></code> (_self is same window) </td> </tr> <tr> - <td>hosturl</td><td>[htmlcgi]/status.cgi?host=[host_name]</td><td>The default url to follow when a user left-clicks on an host object. Available Macros: [htmlcgi], [htmlbase], [host_name], [backend_id]</td> + <td>hosturl</td> + <td>[htmlcgi]/status.cgi?host=[host_name]</td> + <td>The default url to follow when a user left-clicks on an host object. Available Macros: [htmlcgi], [htmlbase], [host_name], [backend_id]</td> </tr> <tr> <td>hostgroupurl</td> ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
