Imported Upstream version 0.6.26

This commit is contained in:
Mario Fetka
2017-10-20 17:10:51 +02:00
parent bebe87317f
commit a6b4158f1f
158 changed files with 13552 additions and 2851 deletions

View File

@@ -133,7 +133,7 @@ VOR dem Stellen von Support-Anfragen sollte sichergestellt werden, dass die unte
</p>
<p>
Die Entwickler und Helfer sind im Nagios-Portal unter <a href="http://www.nagios-portal.org" class="urlextern" title="http://www.nagios-portal.org" rel="nofollow">http://www.nagios-portal.org</a> vertreten.
Die Entwickler und Helfer sind im Monitoring-Portal unter <a href="http://www.monitoring-portal.org" class="urlextern" title="http://www.monitoring-portal.org" rel="nofollow">http://www.monitoring-portal.org</a> vertreten.
Dort gibt es einen eigenen Bereich zum Thema PNP.<br/>
Bei Support-Anfragen bitte das Betriebssystem und die PNP-Version angeben. Außerdem ist es wichtig, ob PNP aus den Sourcen erstellt oder ein vorgefertigtes Paket verwendet wurde.
@@ -160,7 +160,7 @@ Weiterhin k&ouml;nnen die Mailinglisten auf Sourceforge verwendet werden. Dort i
</p>
</div>
<!-- SECTION "Support" [3391-4705] -->
<!-- SECTION "Support" [3391-4713] -->
<h2><a name="datenhaltung" id="datenhaltung">Datenhaltung</a></h2>
<div class="level2">
@@ -183,4 +183,4 @@ Durch die Speicherung in diesem Format &auml;ndert sich die Dateigr&ouml;ße nac
</p>
</div>
<!-- SECTION "Datenhaltung" [4706-] -->
<!-- SECTION "Datenhaltung" [4714-] -->

View File

@@ -208,7 +208,7 @@ VOR dem Stellen von Support-Anfragen sollte sichergestellt werden, dass die unte
</p>
<p>
Die Entwickler und Helfer sind im Nagios-Portal unter <a href="http://www.nagios-portal.org" class="urlextern" title="http://www.nagios-portal.org" rel="nofollow">http://www.nagios-portal.org</a> vertreten.
Die Entwickler und Helfer sind im Monitoring-Portal unter <a href="http://www.monitoring-portal.org" class="urlextern" title="http://www.monitoring-portal.org" rel="nofollow">http://www.monitoring-portal.org</a> vertreten.
Dort gibt es einen eigenen Bereich zum Thema PNP.<br/>
Bei Support-Anfragen bitte das Betriebssystem und die PNP-Version angeben. Außerdem ist es wichtig, ob PNP aus den Sourcen erstellt oder ein vorgefertigtes Paket verwendet wurde.
@@ -1425,13 +1425,17 @@ Das <acronym title="Practical Extraction and Report Language">Perl</acronym>-Scr
<p>
Bei Problemen kann das <acronym title="Practical Extraction and Report Language">Perl</acronym>-Script <code>verify_pnp_config</code> von <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a> helfen die aktuelle Nagios/Icinga Konfiguration zu pr&uuml;fen und entsprechend Hinweise zur L&ouml;sung liefern.
Bei Problemen kann das <acronym title="Practical Extraction and Report Language">Perl</acronym>-Script <code>verify_pnp_config</code> von <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a> helfen die aktuelle Nagios Konfiguration zu pr&uuml;fen und entsprechend Hinweise zur L&ouml;sung liefern.
</p>
<p>
Bei <a href="/de/pnp-0.6/about#support" class="wikilink1" title="de:pnp-0.6:about">Support Anfragen</a> sollte immer die Ausgabe dieses Scripts mit angegeben werden, da die Entwickler sich so einen besseren &Uuml;berblick &uuml;ber das verwendete System machen k&ouml;nnen.
</p>
<p>
<strong>* ACHTUNG </strong>*: Das Skript unterst&uuml;tzt NUR Nagios 3.x und Icinga 1.x als Monitoring-System.
</p>
<p>
Feedback, Verbesserungsvorschl&auml;ge oder Patches bitte per Mail an support@pnp4nagios.org
</p>
@@ -1473,7 +1477,7 @@ Weitere Infos &uuml;ber die einzelnen Modi und deren Konfiguration unter <a href
</p>
<p>
Weiterhin ist der Pfad zur Nagios Config Datei (nagios.cfg) &uuml;ber die Option <code>--config</code> zu &uuml;bergeben. Auf einem Icinga System ist es entsprechend der Pfad zur icinga.cfg.
Weiterhin ist der Pfad zur Nagios Config Datei (nagios.cfg) &uuml;ber die Option <code>--config</code> zu &uuml;bergeben.
</p>
<p>

View File

@@ -70,9 +70,11 @@ Die Option <code>--dry-run</code> sorgt daf&uuml;r, dass die RRD-Datenbanken zwa
</p>
<p>
Wenn Sie das tempor&auml;re Verzeichnis &auml;ndern m&ouml;chten, dann k&ouml;nnen Sie das mit Hilfe der Option <code>--tmp_dir=&lt;alternatives TMP-Directory&gt; tun.
Wenn Sie das tempor&auml;re Verzeichnis &auml;ndern m&ouml;chten, dann k&ouml;nnen Sie das mit Hilfe der Option <code>--tmp_dir=&lt;alternatives TMP-Directory&gt;</code> tun.
</p>
Ab und zu passt die Anzahl der Datasources in den RRD-Dateien nicht zu der Anzahl in den <acronym title="Extensible Markup Language">XML</acronym>-Dateien. Das passiert z.B. dann, wenn Plugins pl&ouml;tzlich eine andere Zahl von Datenreihen liefern (siehe oben check_disk). Mit der Option </code>--no_structure_check&#039;&#039; werden auch diese RRD-Dateien konvertiert.
<p>
Ab und zu passt die Anzahl der Datasources in den RRD-Dateien nicht zu der Anzahl in den <acronym title="Extensible Markup Language">XML</acronym>-Dateien. Das passiert z.B. dann, wenn Plugins pl&ouml;tzlich eine andere Zahl von Datenreihen liefern (siehe oben check_disk). Mit der Option <code>--no_structure_check</code> werden auch diese RRD-Dateien konvertiert.
</p>
<p>

View File

@@ -13,11 +13,6 @@
<p>
<div class="flattr_left"><a class="FlattrButton" style="display:none;" title="PNP Dokumentation" href="http://docs.pnp4nagios.org/de/pnp-0.6/start" rev="flattr;uid:44827;category:text;language:de;tags:;">PNP4Nagios Dokumentation Version 0.6.x[...]</a></div>
</p>
<p>
<a href="/_detail/pnp-0.6/gallery/pnp-preview-05-08-2009.png?id=de%3Apnp-0.6%3Astart" class="media" title="pnp-0.6:gallery:pnp-preview-05-08-2009.png"><img src="/_media/pnp-0.6/gallery/pnp-preview-05-08-2009.png?w=215" class="mediaright" align="right" title="Theme &quot;smoothness&quot;" alt="Theme &quot;smoothness&quot;" width="215" /></a>
</p>
@@ -43,7 +38,7 @@ F&uuml;r alle, die nun noch neugierig sind, steht die folgende Dokumentation ber
</p>
</div>
<!-- SECTION "Dokumentation" [1-1298] -->
<!-- SECTION "Dokumentation" [1-1185] -->
<h2><a name="dokumentation1" id="dokumentation1">Dokumentation</a></h2>
<div class="level2">
<ul>
@@ -196,4 +191,4 @@ F&uuml;r alle, die nun noch neugierig sind, steht die folgende Dokumentation ber
</ul>
</div>
<!-- SECTION "Dokumentation" [1299-] -->
<!-- SECTION "Dokumentation" [1186-] -->

View File

@@ -6,19 +6,23 @@
<p>
Bei Problemen kann das <acronym title="Practical Extraction and Report Language">Perl</acronym>-Script <code>verify_pnp_config</code> von <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a> helfen die aktuelle Nagios/Icinga Konfiguration zu pr&uuml;fen und entsprechend Hinweise zur L&ouml;sung liefern.
Bei Problemen kann das <acronym title="Practical Extraction and Report Language">Perl</acronym>-Script <code>verify_pnp_config</code> von <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a> helfen die aktuelle Nagios Konfiguration zu pr&uuml;fen und entsprechend Hinweise zur L&ouml;sung liefern.
</p>
<p>
Bei <a href="/de/pnp-0.6/about#support" class="wikilink1" title="de:pnp-0.6:about">Support Anfragen</a> sollte immer die Ausgabe dieses Scripts mit angegeben werden, da die Entwickler sich so einen besseren &Uuml;berblick &uuml;ber das verwendete System machen k&ouml;nnen.
</p>
<p>
<strong>* ACHTUNG </strong>*: Das Skript unterst&uuml;tzt NUR Nagios 3.x und Icinga 1.x als Monitoring-System.
</p>
<p>
Feedback, Verbesserungsvorschl&auml;ge oder Patches bitte per Mail an support@pnp4nagios.org
</p>
</div>
<!-- SECTION "verify_pnp_config" [1-516] -->
<!-- SECTION "verify_pnp_config" [1-604] -->
<h2><a name="download" id="download">Download</a></h2>
<div class="level2">
@@ -31,7 +35,7 @@ wget http://verify.pnp4nagios.org/verify_pnp_config
</pre>
</div>
<!-- SECTION "Download" [517-677] -->
<!-- SECTION "Download" [605-765] -->
<h2><a name="test" id="test">Test</a></h2>
<div class="level2">
@@ -54,7 +58,7 @@ Weitere Infos &uuml;ber die einzelnen Modi und deren Konfiguration unter <a href
</p>
<p>
Weiterhin ist der Pfad zur Nagios Config Datei (nagios.cfg) &uuml;ber die Option <code>--config</code> zu &uuml;bergeben. Auf einem Icinga System ist es entsprechend der Pfad zur icinga.cfg.
Weiterhin ist der Pfad zur Nagios Config Datei (nagios.cfg) &uuml;ber die Option <code>--config</code> zu &uuml;bergeben.
</p>
<p>
@@ -128,7 +132,7 @@ lenny:~# perl verify_pnp_config --mode npcdmod --config=/usr/local/nagios/etc/na
</pre>
</div>
<!-- SECTION "Test" [678-4764] -->
<!-- SECTION "Test" [766-4784] -->
<h2><a name="performance_data" id="performance_data">Performance data</a></h2>
<div class="level2">
@@ -150,4 +154,4 @@ Die Zeichenketten werden als regul&auml;re Ausdr&uuml;cke angesehen (<acronym ti
</p>
</div>
<!-- SECTION "Performance data" [4765-] -->
<!-- SECTION "Performance data" [4785-] -->

View File

@@ -131,7 +131,7 @@ PRIOR to support questions please make sure that you have verified certain thing
</p>
<p>
The developers and helpers are present on a separate board at <a href="http://www.nagios-portal.org" class="urlextern" title="http://www.nagios-portal.org" rel="nofollow">http://www.nagios-portal.org</a> and will be informed about new postings in the PNP-section. Postings in english will be answered as well.<br/>
The developers and helpers are present on a separate board at <a href="http://www.monitoring-portal.org" class="urlextern" title="http://www.monitoring-portal.org" rel="nofollow">http://www.monitoring-portal.org</a> and will be informed about new postings in the PNP-section. Postings in english will be answered as well.<br/>
After registering as a user <strong>please fill in the profile regarding operating system and PNP version used. Please mention if you used a package or compiled the sources.</strong>
Please mark successfully solved threads by adding ”[solved]” to the title as it helps other users to find a solution for their problem.
@@ -154,7 +154,7 @@ The mailing lists on Sourceforge can be used to request support (and are limited
</p>
</div>
<!-- SECTION "Support" [2992-4298] -->
<!-- SECTION "Support" [2992-4302] -->
<h2><a name="storage" id="storage">Storage</a></h2>
<div class="level2">
@@ -172,7 +172,7 @@ Using this storage format the size of the files will stay the same over time. Pe
</p>
</div>
<!-- SECTION "Storage" [4299-5055] -->
<!-- SECTION "Storage" [4303-5059] -->
<h2><a name="statistics_and_links_to_sourceforge" id="statistics_and_links_to_sourceforge">Statistics and links to Sourceforge</a></h2>
<div class="level2">
<ul class="rss"><li><div class="li"><em>An error occurred while fetching this feed: </em><a href="http://sourceforge.net/export/rss2_projsummary.php?group_id=191615" class="urlextern" title="http://sourceforge.net/export/rss2_projsummary.php?group_id=191615" rel="nofollow">http://sourceforge.net/export/rss2_projsummary.php?group_id=191615</a></div></li></ul>
@@ -183,4 +183,4 @@ Using this storage format the size of the files will stay the same over time. Pe
</p>
</div>
<!-- SECTION "Statistics and links to Sourceforge" [5056-] -->
<!-- SECTION "Statistics and links to Sourceforge" [5060-] -->

View File

@@ -200,7 +200,7 @@ PRIOR to support questions please make sure that you have verified certain thing
</p>
<p>
The developers and helpers are present on a separate board at <a href="http://www.nagios-portal.org" class="urlextern" title="http://www.nagios-portal.org" rel="nofollow">http://www.nagios-portal.org</a> and will be informed about new postings in the PNP-section. Postings in english will be answered as well.<br/>
The developers and helpers are present on a separate board at <a href="http://www.monitoring-portal.org" class="urlextern" title="http://www.monitoring-portal.org" rel="nofollow">http://www.monitoring-portal.org</a> and will be informed about new postings in the PNP-section. Postings in english will be answered as well.<br/>
After registering as a user <strong>please fill in the profile regarding operating system and PNP version used. Please mention if you used a package or compiled the sources.</strong>
Please mark successfully solved threads by adding ”[solved]” to the title as it helps other users to find a solution for their problem.
@@ -423,7 +423,7 @@ Changes can be tracked on <a href="http://pnp4nagios.git.sourceforge.net/git/git
</p>
<p>
The current Version is <a href="https://sourceforge.net/projects/pnp4nagios/files/latest" class="urlextern" title="https://sourceforge.net/projects/pnp4nagios/files/latest" rel="nofollow"> pnp4nagios-0.6.24.tar.gz</a>
The current Version is <a href="https://sourceforge.net/projects/pnp4nagios/files/latest" class="urlextern" title="https://sourceforge.net/projects/pnp4nagios/files/latest" rel="nofollow"> pnp4nagios-0.6.25.tar.gz</a>
</p>
</div>
@@ -443,7 +443,7 @@ This is allways the latest GIT HEAD Version
<p>
Last Update: Sat Jan 3 13:30:01 CET 2015
Last Update: Sun Aug 20 19:30:01 CEST 2017
</p>
</div>
@@ -453,10 +453,25 @@ Last Update: Sat Jan 3 13:30:01 CET 2015
<p>
<strong>pnp-0.6.?? ??/??/2013</strong>
<strong>pnp-0.6.?? ??/??/2015</strong>
</p>
<p>
<strong>pnp-0.6.25 01/03/2015</strong>
</p>
<ul>
<li class="level1"><div class="li"> Update: FPDF Update to Version 1.7</div>
</li>
<li class="level1"><div class="li"> Bugfix: Default source fixed by AWiddersheim</div>
</li>
<li class="level1"><div class="li"> Bugfix: Fixed urlencoding of Host- and Servicenames by Andreas Doehler</div>
</li>
<li class="level1"><div class="li"> Bugfix: Fixed Timeranges by AWiddersheim</div>
</li>
</ul>
<p>
<strong>pnp-0.6.24 07/30/2014</strong>
</p>
<ul>
@@ -1858,6 +1873,10 @@ Have a look at the <a href="/pnp-0.6/about#system_requirements" class="wikilink1
In case of problems there is a script called <code>verify_pnp_config.pl</code> located on <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a>. It enables you to check the configuration settings as well as performance data of hosts or services. It can be used prior and during runtime of PNP.
</p>
<p>
<strong>* ATTENTION </strong>*: It ONLY supports verifying Nagios 3.x and Icinga 1.x as Monitoring core.
</p>
</div>
<h2><a name="download1" id="download1">Download</a></h2>

View File

@@ -15,7 +15,7 @@ Changes can be tracked on <a href="http://pnp4nagios.git.sourceforge.net/git/git
</p>
<p>
The current Version is <a href="https://sourceforge.net/projects/pnp4nagios/files/latest" class="urlextern" title="https://sourceforge.net/projects/pnp4nagios/files/latest" rel="nofollow"> pnp4nagios-0.6.24.tar.gz</a>
The current Version is <a href="https://sourceforge.net/projects/pnp4nagios/files/latest" class="urlextern" title="https://sourceforge.net/projects/pnp4nagios/files/latest" rel="nofollow"> pnp4nagios-0.6.25.tar.gz</a>
</p>
</div>
@@ -35,11 +35,11 @@ This is allways the latest GIT HEAD Version
<p>
Last Update: Sat Jan 3 14:08:23 CET 2015
Last Update: Mon Aug 21 17:49:39 CEST 2017
</p>
</div>
<!-- SECTION "Latest Devel Version" [327-549] -->
<!-- SECTION "Latest Devel Version" [327-550] -->
<h2><a name="changelog" id="changelog">ChangeLog</a></h2>
<div class="level2">
@@ -49,6 +49,25 @@ Last Update: Sat Jan 3 14:08:23 CET 2015
</p>
<p>
<strong>pnp-0.6.26 08/21/2017</strong>
</p>
<ul>
<li class="level1"><div class="li"> Bugfix: Use complete option arguments for compatibility with rrdtool 1.6.0 (sbraz)</div>
</li>
<li class="level1"><div class="li"> Bugfix: Zoom on a special template not possbile (stinnux)</div>
</li>
<li class="level1"><div class="li"> Update: Update for FPDF (1.81) and FPDI (1.6.1) (Jan T. Bein )</div>
</li>
<li class="level1"><div class="li"> Bugfix: address behaviour of rrdtool1.5+ tp not export timestamp by default </div>
</li>
<li class="level1"><div class="li"> Feature: Template for icinga2&#039;s built-in icinga check (Tontonitch)</div>
</li>
<li class="level1"><div class="li"> Bugfix: fix non well formed numeric value encountered (sni)</div>
</li>
</ul>
<p>
<strong>pnp-0.6.25 01/03/2015</strong>
</p>
<ul>
@@ -490,4 +509,4 @@ Last Update: Sat Jan 3 14:08:23 CET 2015
</ul>
</div>
<!-- SECTION "ChangeLog" [550-] -->
<!-- SECTION "ChangeLog" [551-] -->

View File

@@ -72,6 +72,8 @@ For all of those who are still curious the following documentation is made which
<ul>
<li class="level2"><div class="li"> <a href="/pnp-0.6/upgrade" class="wikilink1" title="pnp-0.6:upgrade">Upgrade from 0.4.x to 0.6.x</a></div>
</li>
<li class="level2"><div class="li"> <a href="/pnp-0.6/migration" class="wikilink1" title="pnp-0.6:migration">Migrate to new hardware/OS</a></div>
</li>
</ul>
</li>
</ul>

View File

@@ -9,8 +9,12 @@
In case of problems there is a script called <code>verify_pnp_config.pl</code> located on <a href="http://verify.pnp4nagios.org" class="urlextern" title="http://verify.pnp4nagios.org" rel="nofollow">http://verify.pnp4nagios.org</a>. It enables you to check the configuration settings as well as performance data of hosts or services. It can be used prior and during runtime of PNP.
</p>
<p>
<strong>* ATTENTION </strong>*: It ONLY supports verifying Nagios 3.x and Icinga 1.x as Monitoring core.
</p>
</div>
<!-- SECTION "verify_pnp_config" [1-292] -->
<!-- SECTION "verify_pnp_config" [1-385] -->
<h2><a name="download" id="download">Download</a></h2>
<div class="level2">
<pre class="code">
@@ -18,7 +22,7 @@ wget http://verify.pnp4nagios.org/verify_pnp_config
</pre>
</div>
<!-- SECTION "Download" [293-383] -->
<!-- SECTION "Download" [386-476] -->
<h2><a name="test" id="test">Test</a></h2>
<div class="level2">
@@ -107,7 +111,7 @@ lenny:~# perl verify_pnp_config --mode npcdmod --config=/usr/local/nagios/etc/na
</pre>
</div>
<!-- SECTION "Test" [384-3776] -->
<!-- SECTION "Test" [477-3869] -->
<h2><a name="performance_data" id="performance_data">Performance data</a></h2>
<div class="level2">
@@ -129,4 +133,4 @@ The strings are taken as regular expressions (perl syntax).
</p>
</div>
<!-- SECTION "Performance data" [3777-] -->
<!-- SECTION "Performance data" [3870-] -->