File: integration.html

package info (click to toggle)
icinga 1.14.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,264 kB
  • sloc: ansic: 108,564; sql: 9,656; sh: 4,945; perl: 3,439; makefile: 1,213; php: 581; xml: 104
file content (145 lines) | stat: -rw-r--r-- 6,823 bytes parent folder | download
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>9.1. Integrationsüberblick</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="ch09.html" title="Kapitel 9. Integration mit anderer Software">
<link rel="prev" href="ch09.html" title="Kapitel 9. Integration mit anderer Software">
<link rel="next" href="int-snmptrap.html" title="9.2. SNMP-Trap-Integration">
<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">9.1. Integrationsüberblick</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch09.html">Zurück</a> </td>
<th width="60%" align="center">Kapitel 9. Integration mit anderer Software</th>
<td width="20%" align="right"> <a accesskey="n" href="int-snmptrap.html">Weiter</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" title="9.1. Integrationsüberblick">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="integration"></a>9.1. Integrationsüberblick</h2></div></div></div>
<div class="toc"><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></div>
  

  <div class="section" title="9.1.1. Einführung">
<div class="titlepage"><div><div><h3 class="title">
<a name="introduction"></a>9.1.1. Einführung</h3></div></div></div>
    

    <p>Einer der Gründe, warum Icinga solch eine populäre Überwachungsapplikation ist, liegt in der Tatsache, dass es einfach in
    Ihre vorhandene Infrastruktur integriert werden kann. Es gibt mehrere Methoden, um Icinga mit der Management-Software zu
    integrieren, die Sie bereits nutzen und Sie können fast jede Art von neuer oder angepasster Hardware, Service oder Applikation
    überwachen, die Sie haben.</p>
  </div>

  <div class="section" title="9.1.2. Integrationsstellen">
<div class="titlepage"><div><div><h3 class="title">
<a name="points"></a>9.1.2. Integrationsstellen</h3></div></div></div>
    

    <div class="mediaobject"><img src="../images/integrationoverview.png"></div>

    <p>Um neue Hardware, Services oder Applikationen zu überwachen, prüfen Sie die Dokumentationen zu:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        <p><a class="link" href="plugins.html" title="5.1. Icinga Plugins">Plugins</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="pluginapi.html" title="11.1. Nagios Plugin API">Plugin API</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="passivechecks.html" title="5.7. Passive Prüfungen (Passive Checks)">Passive Prüfungen</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="eventhandlers.html" title="7.3. Eventhandler">Eventhandler</a></p>
      </li>
</ul></div>

    <p>Um Daten aus externen Applikationen in Icinga zu bekommen, prüfen Sie die Dokumentationen zu:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        <p><a class="link" href="passivechecks.html" title="5.7. Passive Prüfungen (Passive Checks)">Passive Prüfungen</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="extcommands.html" title="7.1. Externe Befehle">Externe Befehle</a></p>
      </li>
</ul></div>

    <p>Um Zustands-, Leistungs- oder Benachrichtigungsinformationen von Icinga an externe Applikationen zu senden, prüfen Sie die
    Dokumentationen zu:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        <p><a class="link" href="eventhandlers.html" title="7.3. Eventhandler">Eventhandlers</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="configmain.html#configmain-ocsp_command">OCSP</a> - und <a class="link" href="configmain.html#configmain-ochp_command">OCHP</a>-Befehlen</p>
      </li>
<li class="listitem">
        <p><a class="link" href="perfdata.html" title="7.15. Performance-Daten">Performance-Daten</a></p>
      </li>
<li class="listitem">
        <p><a class="link" href="notifications.html" title="5.11. Benachrichtigungen">Benachrichtigungen</a></p>
      </li>
</ul></div>
  </div>

  <div class="section" title="9.1.3. Integrationsbeispiele">
<div class="titlepage"><div><div><h3 class="title">
<a name="examples"></a>9.1.3. Integrationsbeispiele</h3></div></div></div>
    

    <p>Wir haben ein paar Beispiele dokumentiert, wie Icinga mit externen Applikationen integriert wird:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        <p><a class="link" href="int-tcpwrappers.html" title="9.3. TCP-Wrapper-Integration">TCP-Wrappers</a> (Sicherheitsalarme)</p>
      </li>
<li class="listitem">
        <p><a class="link" href="int-snmptrap.html" title="9.2. SNMP-Trap-Integration">SNMP-Traps</a> (Arcserve Backup-Job-Status)</p>
      </li>
<li class="listitem">
        <p><a class="link" href="int-mklivestatus.html" title="9.4. MKLiveStatus-Integration">mklivestatus</a> (Interface von Icinga zu verschiedenen Addons wie <a class="link" href="" target="_top">NagVis</a> und <a class="link" href="" target="_top">Thruk</a>)</p>
      </li>
</ul></div>

    <a class="indexterm" name="idm139734664020704"></a>
  </div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch09.html">Zurück</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch09.html">Nach oben</a></td>
<td width="40%" align="right"> <a accesskey="n" href="int-snmptrap.html">Weiter</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Kapitel 9. Integration mit anderer Software </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Zum Anfang</a></td>
<td width="40%" align="right" valign="top"> 9.2. SNMP-Trap-Integration</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>