Author: Wolfgang <[email protected]> Date: Wed Apr 6 21:57:52 2011 +0200 Committer: Wolfgang <[email protected]> Commit-Date: Wed Apr 6 21:57:52 2011 +0200
docs: automap / defaultroot --- docs/de_DE/automap.html | 4 ++++ docs/en_US/automap.html | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/docs/de_DE/automap.html b/docs/de_DE/automap.html index 568db47..9871e9a 100644 --- a/docs/de_DE/automap.html +++ b/docs/de_DE/automap.html @@ -22,6 +22,7 @@ anzuzeigenden Elementen. <br> NagVis behandelt die Objekte und definiert eine Konfiguration für <a href="http://www.graphviz.org/">Graphviz</a>. Das Map-Bild und der HTML-Code für die Links werden von GraphViz erzeugt und an NagVis weitergeleitet. <br> +<a name="voraussetzungen"></a> <h2>Voraussetzungen</h2> <ul> <li><a href="http://www.graphviz.org">GraphViz</a> >= 2.14 für die Automap (niedrigere Versionen haben Probleme mit Truecolor-Unterstützung beim Rendering). @@ -30,6 +31,9 @@ Sie benötigen weitere Pakete wie gd, libpng und freetype, ... aber wenn Sie <li> Sie müssen Abhängigkeiten zwischen den einzelnen Hosts definieren. Hinweise finden Sie u.a. <a href="http://www.nagios-wiki.de/nagios/doku3/networkreachability">hier</a> </li> +<li> +Definieren Sie in der Direktive "defaultroot=..." im [automap]-Abschnitt in <code>nagvis.ini.php</code> den Namen des Überwachungsrechners (oder eines anderen Rechners, der als Anfangspunkt dienen soll. Stellen Sie sicher, dass Sie den Namen benutzen, der in der host_name-Direktive in der Host-Definition verwendet wird. In den meisten realen Umgebungen wird dieser Rechner <i>nicht</i> "localhost" heißen ;-). +</li> </ul> <h2>Erster Aufruf</h2> diff --git a/docs/en_US/automap.html b/docs/en_US/automap.html index d5ccfae..bfd965c 100644 --- a/docs/en_US/automap.html +++ b/docs/en_US/automap.html @@ -11,10 +11,12 @@ NagVis handles the objects and defines a configuration for <a href="http://www.graphviz.org" target="_blank">Graphviz</a>. The map image and the HTML-Code for the links are generated by graphviz and passed on to NagVis. + <a name="prerequisites"></a> <h2>Prerequisites</h2> <ul> <li> <a href="http://www.graphviz.org" target="_blank">Graphviz</a> >= 2.14 for the automap (lower versions have problems with truecolor rendering). You also need more packages like gd,libpng,freetype, ... but if you get graphviz compiled/installed it should work.</li> <li> You have to define dependencies between hosts starting with the Nagios server. Please have a look at the <a href="http://nagios.sourceforge.net/docs/3_0/networkreachability.html">Nagios documentation</a> on how to do this</li> + <li> Use the directive "defaultroot=..." in the [automap] section in <code>nagvis.ini.php</code> to specify the name of your monitoring server (or any other host which should be the starting point). Please make sure that you use the name you specified in the host_name directive of the host definition. In most real life setups it is <i>not</i> called "localhost" ;-).</li> </ul> <h2> First call </h2> ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
