Author:   Lars Michelsen <[email protected]>
Date:     Sat Jul 20 12:50:46 2013 +0200
Committer:   Lars Michelsen <[email protected]>
Commit-Date: Sat Jul 20 12:50:46 2013 +0200

Added missing file; Updated doc versions

---

 docs/en_US/dynmap.html  |   91 +++++++++++++++++++++++++++++++++++++++++++++++
 docs/en_US/index.html   |    2 +-
 docs/en_US/toc.html     |    2 +-
 docs/en_US/welcome.html |    6 ++--
 4 files changed, 96 insertions(+), 5 deletions(-)

diff --git a/docs/en_US/dynmap.html b/docs/en_US/dynmap.html
new file mode 100644
index 0000000..c0d2efa
--- /dev/null
+++ b/docs/en_US/dynmap.html
@@ -0,0 +1,91 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+  <head>
+    <title>NagVis Dynamic Maps</title>
+        <link rel="stylesheet" type="text/css" media="screen" 
href="../general/css/style.css" />
+  </head>
+    <body>
+        <h1>NagVis Dynamic Maps</h1>
+        <h2>Introduction</h2>
+        <p>The NagVis Dynamic Map source was introducted in NagVis 1.8. It has 
been created to make it easier
+        to create schematic maps which contain equal kinds of objects.</p>
+        <p>For example if you like to have one single map which contains 
several host objects, maybe all hosts
+        which name starts with <code>srv-</code>. Without the dynamic maps you 
would always have to add a host
+        object to your map if you add a new host to your monitoring and also 
remove it if some of those hosts
+        is being removed.<br />
+        <p>Using the dynamic maps you can now compute your rule definitions 
once and every time the monitoring
+        configuration changes, the map checks itselfs if some host needs to be 
added, removed or repositioned.</p
+        <p><i>Please Note:</i> This feature is only available when you are 
using the livestatus backend (at the moment).</p>
+
+        <h2>How to configure?</h2>
+        <p>You could simply create a new map in the NagVis user interface, 
configure it to use the source 
+        <code>dynmap</code> and then change all the <code>dynmap_*</code> 
options to fit your needs.        
+
+        <p>An alternative way is to create the map configuration by hand. 
Browse to the map config directory
+        and create a new file, for example named 
<code>test-dynmap.cfg</code>.</p>
+
+        <p>Now add the necessary options to the map configuration file you 
just created:</p> 
+        
+        <pre>global {
+    sources=dynmap
+    alias=Test Dynmap
+    iconset=std_medium
+    backend_id=demo
+    # Dynmap Parameters
+    dynmap_object_types=host
+    dynmap_object_filter=Filter: name ~ srv-.*\n
+}</pre>
+
+        <p>The <code>sources=dynmap</code> line tells the map to use the 
dynmap source for altering the
+        map configuration.
+
+        The <code>dynmap_object_types=host</code> line tells the dynmap source 
to gather objects of the
+        type host to be shown on the map.
+
+        <p>The <code>dynmap_object_filter=Filter: name ~ srv-.*\n</code> line 
contains one or several livestatus
+        filter definitions to be used to filter the map objects.
+
+        <h2>Configuring dynmaps</h2>
+        <p>The dynmap uses the following map configuration attributes in the 
global section of the maps.</p>
+        <table style="width:100%">
+        <tr>
+            <th>Parameter</th><th>Default</th><th>Description</th>
+        </tr>
+        <tr>
+            <td>dynmap_object_types</td>
+            <td></td>
+            <td>The type of objects to be shown on this map, either host, 
service, hostgroup or servicegroup.</td>
+        </tr>
+        <tr>
+            <td>dynmap_object_filter</td>
+            <td></td>
+            <td>One or several livestatus filter definitions, seperated by 
"\n".</td>
+        </tr>
+        <tr>
+            <td>dynmap_init_x</td>
+            <td>20</td>
+            <td>The left px coordinate of the object grid.</td>
+        </tr>
+        <tr>
+            <td>dynmap_init_y</td>
+            <td>700</td>
+            <td>The top px coordinate of the object grid</td>
+        </tr>
+        <tr>
+            <td>dynmap_offset_x</td>
+            <td>30</td>
+            <td>The offset in pixel to seperate the objects of a row 
horizontally.</td>
+        </tr>
+        <tr>
+            <td>dynmap_offset_y</td>
+            <td>30</td>
+            <td>The offset in pixel to seperate the lines of objects with.</p>
+        </tr>
+        <tr>
+            <td>dynmap_per_row</td>
+            <td>30</td>
+            <td>Objects to add in the grid per row. The Y offset is applied 
once a row reaches this number.</td>
+        </tr>
+        </table>
+    </body>
+</html>
diff --git a/docs/en_US/index.html b/docs/en_US/index.html
index 2c86c3f..22b5a1d 100644
--- a/docs/en_US/index.html
+++ b/docs/en_US/index.html
@@ -2,7 +2,7 @@
 <html>

 <head>

     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">

-    <title>NagVis 1.7 Documentation</title>

+    <title>NagVis 1.8 Documentation</title>

     <link rel="shortcut icon" href="../general/img/favicon.ico" 
type="image/x-icon" />

     <link rel="stylesheet" type="text/css" media="screen" 
href="../general/css/style.css" />

 </head>

diff --git a/docs/en_US/toc.html b/docs/en_US/toc.html
index 7f4b89a..494f6fd 100644
--- a/docs/en_US/toc.html
+++ b/docs/en_US/toc.html
@@ -8,7 +8,7 @@
     <body>
         <div style="text-align:center;margin-top:20px;">
             <img width="88" height="23" border="0" alt="NagVis Logo" 
src="../general/img/logo-88x23.png" style="margin: 0px;" />
-            <h3><a href="welcome.html" target="Main">Version 1.7 
Documentation</a></h3>
+            <h3><a href="welcome.html" target="Main">Version 1.8 
Documentation</a></h3>
         </div>
         <h2>Contents</h2>
         <dl>
diff --git a/docs/en_US/welcome.html b/docs/en_US/welcome.html
index 401aac7..b4dd734 100644
--- a/docs/en_US/welcome.html
+++ b/docs/en_US/welcome.html
@@ -9,14 +9,14 @@
     <div style="text-align:center">

         <br />

         <img src="../general/img/logo.png" title="NagVis" />

-        <h1>NagVis 1.7 Documentation</h1>

+        <h1>NagVis 1.8 Documentation</h1>

         

-        Applies to NagVis Version: 1.7.x<br />

+        Applies to NagVis Version: 1.8.x<br />

         Language: English (US)<br />

         Provided by: NagVis Project Team

         

         <p>If you experience any problems using this information please 
contact us at <a href="http://www.nagvis.org/"; 
target="_blank">www.nagvis.org</a>.</p>

-        <p>Copyright &copy; 2008-2012 NagVis Project</p>

+        <p>Copyright &copy; 2008-2013 NagVis Project</p>

     </div>

 </body>

 </html>



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to