1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kapitel 9. Integration mit anderer Software</title>
<link rel="stylesheet" href="../stylesheets/icinga-docs.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
<meta name="keywords" content="Supervision, Icinga, Nagios, Linux">
<link rel="home" href="index.html" title="Icinga Version 1.14 Dokumentation">
<link rel="up" href="index.html" title="Icinga Version 1.14 Dokumentation">
<link rel="prev" href="temp_data.html" title="8.8. Temporäre Daten">
<link rel="next" href="integration.html" title="9.1. Integrationsüberblick">
<script src="../js/jquery-min.js" type="text/javascript"></script><script src="../js/icinga-docs.js" type="text/javascript"></script>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<CENTER><IMG src="../images/logofullsize.png" border="0" alt="Icinga" title="Icinga"></CENTER>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Kapitel 9. Integration mit anderer Software</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="temp_data.html">Zurück</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="integration.html">Weiter</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="Kapitel 9. Integration mit anderer Software">
<div class="titlepage"><div><div><h2 class="title">
<a name="ch09"></a>Kapitel 9. Integration mit anderer Software</h2></div></div></div>
<div class="toc">
<p><b>Inhaltsverzeichnis</b></p>
<dl>
<dt><span class="section">9.1. <a href="integration.html">Integrationsüberblick</a></span></dt>
<dd><dl>
<dt><span class="section">9.1.1. <a href="integration.html#introduction">Einführung</a></span></dt>
<dt><span class="section">9.1.2. <a href="integration.html#points">Integrationsstellen</a></span></dt>
<dt><span class="section">9.1.3. <a href="integration.html#examples">Integrationsbeispiele</a></span></dt>
</dl></dd>
<dt><span class="section">9.2. <a href="int-snmptrap.html">SNMP-Trap-Integration</a></span></dt>
<dt><span class="section">9.3. <a href="int-tcpwrappers.html">TCP-Wrapper-Integration</a></span></dt>
<dd><dl>
<dt><span class="section">9.3.1. <a href="int-tcpwrappers.html#introduction">Einführung</a></span></dt>
<dt><span class="section">9.3.2. <a href="int-tcpwrappers.html#servicedefinitiontcpwrapper">Einen Service definieren</a></span></dt>
<dt><span class="section">9.3.3. <a href="int-tcpwrappers.html#configtcpwrappers">TCP-Wrapper konfigurieren</a></span></dt>
<dt><span class="section">9.3.4. <a href="int-tcpwrappers.html#tcpwrapperscript">Das Script schreiben</a></span></dt>
<dt><span class="section">9.3.5. <a href="int-tcpwrappers.html#finish">Aufräumen</a></span></dt>
</dl></dd>
<dt><span class="section">9.4. <a href="int-mklivestatus.html">MKLiveStatus-Integration</a></span></dt>
<dd><dl>
<dt><span class="section">9.4.1. <a href="int-mklivestatus.html#introduction">Einführung</a></span></dt>
<dt><span class="section">9.4.2. <a href="int-mklivestatus.html#installconfig">Installation / Konfiguration</a></span></dt>
</dl></dd>
<dt><span class="section">9.5. <a href="reporting.html">Installation von Icinga Reporting mit JasperReports Server</a></span></dt>
<dd><dl>
<dt><span class="section">9.5.1. <a href="reporting.html#introduction">Offizielle Dokumentation</a></span></dt>
<dt><span class="section">9.5.2. <a href="reporting.html#officialdocs">Voraussetzungen</a></span></dt>
<dt><span class="section">9.5.3. <a href="reporting.html#icingareporting">Icinga Reporting</a></span></dt>
<dt><span class="section">9.5.4. <a href="reporting.html#configuration">Konfiguration</a></span></dt>
<dt><span class="section">9.5.5. <a href="reporting.html#reports">Reports</a></span></dt>
<dt><span class="section">9.5.6. <a href="reporting.html#errors">Fehler</a></span></dt>
</dl></dd>
</dl>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="temp_data.html">Zurück</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="integration.html">Weiter</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">8.8. Temporäre Daten </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Zum Anfang</a></td>
<td width="40%" align="right" valign="top"> 9.1. Integrationsüberblick</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>
|