Module: nagvis Branch: master Commit: 5ad894730d2c6cff77a7f4d156292799809d72c4 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=5ad894730d2c6cff77a7f4d156292799809d72c4
Author: Lars Michelsen <[email protected]> Date: Fri Aug 14 21:55:25 2009 +0200 Updated docs with new scale param --- docs/en_US/gadgets.html | 5 +++++ docs/en_US/map_config_format_description.html | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/docs/en_US/gadgets.html b/docs/en_US/gadgets.html index dfd26c8..10535ae 100644 --- a/docs/en_US/gadgets.html +++ b/docs/en_US/gadgets.html @@ -42,6 +42,11 @@ <td>The service description of the object.</td> </tr> <tr> + <td>scale</td> + <td>100</td> + <td>The scale of the gadget.</td> + </tr> + <tr> <td>state</td> <td>OK</td> <td>The string which represents the current state.</td> diff --git a/docs/en_US/map_config_format_description.html b/docs/en_US/map_config_format_description.html index c10ddcc..4e10e30 100644 --- a/docs/en_US/map_config_format_description.html +++ b/docs/en_US/map_config_format_description.html @@ -314,6 +314,9 @@ <td> gadget_url </td><td></td><td> The value can be a gadget script in gadget path (<code>nagvis/gadgets</code>) e.g. "std_speedometer.php" or a full URI to a gadget like script surrounded by brackets e.g. "[http://127.0.0.1/nagios/nagvis/gadgets/std_speedometer.php]". For details about gadgets see <a href="gadgets.html">here</a>. This option is only recognized when view_type="gadget" is set. <font color="#ff0000">(New in 1.4)</font> </td> </tr> <tr> + <td> gadget_scale </td><td>100</td><td> The scale of the gadget. Default scale is 100. The gadgets should be able to be resized by this parameter <font color="#ff0000">(New in 1.4.2)</font> </td> + </tr> + <tr> <td> hover_menu </td><td> inherited (<a href="nagvis_config_format_description.html">nagvis.ini.php</a>) </td><td> Enable/Disable the hover menu </td> </tr> <tr> ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
