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 98 99 100 101 102 103 104 105 106
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Kapitel 11. Entwicklung</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="nsca.html" title="10.3. NSCA">
<link rel="next" href="pluginapi.html" title="11.1. Nagios Plugin API">
<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 11. Entwicklung</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="nsca.html">Zurück</a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="pluginapi.html">Weiter</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="Kapitel 11. Entwicklung">
<div class="titlepage"><div><div><h2 class="title">
<a name="ch11"></a>Kapitel 11. Entwicklung</h2></div></div></div>
<div class="toc">
<p><b>Inhaltsverzeichnis</b></p>
<dl>
<dt><span class="section">11.1. <a href="pluginapi.html">Nagios Plugin API</a></span></dt>
<dd><dl>
<dt><span class="section">11.1.1. <a href="pluginapi.html#otherresources">Andere Ressourcen</a></span></dt>
<dt><span class="section">11.1.2. <a href="pluginapi.html#overview">Plugin-Überblick</a></span></dt>
<dt><span class="section">11.1.3. <a href="pluginapi.html#returncode">Return-Code</a></span></dt>
<dt><span class="section">11.1.4. <a href="pluginapi.html#outputspec">Spezifikation der Plugin-Ausgabe(n)</a></span></dt>
<dt><span class="section">11.1.5. <a href="pluginapi.html#outputexamples">Plugin-Beispielausgaben</a></span></dt>
<dt><span class="section">11.1.6. <a href="pluginapi.html#outputlengthrestrictions">Längenbeschränkungen von Plugin-Ausgaben</a></span></dt>
<dt><span class="section">11.1.7. <a href="pluginapi.html#examples">Beispiele</a></span></dt>
<dt><span class="section">11.1.8. <a href="pluginapi.html#perlplugins">Perl-Plugins</a></span></dt>
</dl></dd>
<dt><span class="section">11.2. <a href="epnplugins.html">Entwickeln von Plugins für die Nutzung mit Embedded Perl</a></span></dt>
<dd><dl>
<dt><span class="section">11.2.1. <a href="epnplugins.html#introduction">Einführung</a></span></dt>
<dt><span class="section">11.2.2. <a href="epnplugins.html#targetaudience">Zielgruppe</a></span></dt>
<dt><span class="section">11.2.3. <a href="epnplugins.html#todo">Dinge, die Sie tun müssen, um ein Perl-Plugin für ePN zu entwickeln</a></span></dt>
</dl></dd>
<dt><span class="section">11.3. <a href="icinga-api.html">Keine Icinga API mehr zu installieren</a></span></dt>
<dd><dl>
<dt><span class="section">11.3.1. <a href="icinga-api.html#idm139734663328496">Installation und Benutzung der Icinga API</a></span></dt>
<dt><span class="section">11.3.2. <a href="icinga-api.html#idm139734663297056">Konfiguration</a></span></dt>
<dt><span class="section">11.3.3. <a href="icinga-api.html#idm139734663294176">Unterstützte Backends</a></span></dt>
</dl></dd>
<dt><span class="section">11.4. <a href="icinga-web-api.html">Die Icinga Web REST API</a></span></dt>
<dd><dl>
<dt><span class="section">11.4.1. <a href="icinga-web-api.html#why">Warum sollten Sie die API benutzen?</a></span></dt>
<dt><span class="section">11.4.2. <a href="icinga-web-api.html#features">Features der Icinga Web REST API</a></span></dt>
<dt><span class="section">11.4.3. <a href="icinga-web-api.html#difference">Was ist der Unterschied zwischen der Icinga API und der Icinga Web REST API?</a></span></dt>
<dt><span class="section">11.4.4. <a href="icinga-web-api.html#prerequisites">Voraussetzungen</a></span></dt>
<dt><span class="section">11.4.5. <a href="icinga-web-api.html#reference">Referenzen</a></span></dt>
<dt><span class="section">11.4.6. <a href="icinga-web-api.html#get">GET</a></span></dt>
<dt><span class="section">11.4.7. <a href="icinga-web-api.html#geturlstructure">Die Struktur der URL:</a></span></dt>
<dt><span class="section">11.4.8. <a href="icinga-web-api.html#getparamdetails">Die Parameter en Detail:</a></span></dt>
<dt><span class="section">11.4.9. <a href="icinga-web-api.html#getexample">Beispiele für GET</a></span></dt>
<dt><span class="section">11.4.10. <a href="icinga-web-api.html#post">POST</a></span></dt>
<dt><span class="section">11.4.11. <a href="icinga-web-api.html#postparamdetail">Die Parameter en Detail</a></span></dt>
<dt><span class="section">11.4.12. <a href="icinga-web-api.html#postexample">Beispiele für POST</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="nsca.html">Zurück</a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="pluginapi.html">Weiter</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">10.3. NSCA </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Zum Anfang</a></td>
<td width="40%" align="right" valign="top"> 11.1. Nagios Plugin API</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>
|