File: addons.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 (220 lines) | stat: -rw-r--r-- 10,761 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>10.1. Icinga Addons</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 Documentation">
<link rel="up" href="ch10.html" title="Chapter 10. Additional software">
<link rel="prev" href="ch10.html" title="Chapter 10. Additional software">
<link rel="next" href="nrpe.html" title="10.2. NRPE">
<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">10.1. Icinga Addons</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch10.html">Prev</a> </td>
<th width="60%" align="center">Chapter 10. Additional software</th>
<td width="20%" align="right"> <a accesskey="n" href="nrpe.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" title="10.1. Icinga Addons">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="addons"></a>10.1. <a name="Icinga_addons"></a>Icinga Addons</h2></div></div></div>
<div class="toc"><dl><dt><span class="section">10.1.1. <a href="addons.html#introduction_addons">Introduction</a></span></dt></dl></div>
  

  <div class="section" title="10.1.1. Introduction">
<div class="titlepage"><div><div><h3 class="title">
<a name="introduction_addons"></a>10.1.1. Introduction</h3></div></div></div>
    

    <p>There are a lot of "addon" software packages that are available for Icinga. Addons can be used to extend Icinga's
    functionality or integrate Icinga with other applications.</p>

    <p>Addons are available for:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
        <p><a name="addons-conf"></a>Managing the config files through a web interface</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
            <p><a class="link" href="http://www.nconf.org" target="_top">NConf</a>, <a class="link" href="http://www.nagiosql.org" target="_top">NagiosQL</a>, <a class="link" href="http://www.netways.de/nc/en/de/produkte/icinga/addons/lconf" target="_top">LConf</a>, <a class="link" href="http://sourceforge.net/projects/lilac--reloaded/" target="_top">Lilac</a>, ...</p>
          </li></ul></div>
      </li>
<li class="listitem">
        <p><a name="addons-mon"></a>Monitoring remote hosts (*NIX, Windows, etc.)</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
            <p><a class="link" href="nrpe.html" title="10.2. NRPE">NRPE</a>, <a class="link" href="http://mathias-kettner.de/check_mk.html" target="_top">check_mk</a>, ...</p>
          </li>
<li class="listitem">
            <p><a class="link" href="http://www.nsclient.org" target="_top">NSClient++</a>, ...</p>
          </li>
</ul></div>
      </li>
<li class="listitem">
        <p><a name="addons-passive"></a>Submitting passive checks from remote hosts</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
            <p><a class="link" href="http://www.nsca-ng.org/" target="_top">NSCA-ng</a> (a replacement for <a class="link" href="nsca.html" title="10.3. NSCA">NSCA</a>), <a class="link" href="http://mathias-kettner.de/check_mk.html" target="_top">check_mk</a>,
            ...</p>
          </li>
<li class="listitem">
            <p><a class="link" href="http://www.nsclient.org" target="_top">NSClient++</a></p>
          </li>
</ul></div>
      </li>
<li class="listitem">
        <p><a name="addons-logic"></a>Simplifying/extending the notification logic</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
            <p><a class="link" href="http://bp-addon.monitoringexchange.org" target="_top">Business Process Addon</a> ...</p>
          </li></ul></div>
      </li>
<li class="listitem">
        <p><a name="addons-vis"></a>Visualizing the information</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
            <p><a class="link" href="http://docs.pnp4nagios.org/pnp-0.6/start" target="_top">PNP4Nagios</a> (view performance data)</p>
          </li>
<li class="listitem">
            <p><a class="link" href="http://www.nagvis.org" target="_top">NagVis</a> (objects on "maps")</p>
          </li>
</ul></div>
      </li>
<li class="listitem">
        <p><a name="addons-web"></a>Alternative web interfaces</p>

        <div class="itemizedlist"><ul class="itemizedlist" type="circle"><li class="listitem">
            <p><a class="link" href="http://www.thruk.org" target="_top">Thruk</a>, <a class="link" href="http://mathias-kettner.de/checkmk_multisite.html" target="_top">MultiSite</a></p>
          </li></ul></div>
      </li>
<li class="listitem">
        <p>...and much more</p>
      </li>
</ul></div>

    <p>You can find many addons for Icinga by visiting:</p>

    <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
        <p><a class="link" href="https://exchange.icinga.org" target="_top">https://exchange.icinga.com</a></p>
      </li></ul></div>

    <p>First we'll give a brief introduction to a few of the addons that Ethan Galstad developed for Nagios...</p>

    <p><a name="addons-nrpe"></a><span class="bold"><strong>NRPE</strong></span></p>

    <p><span class="inlinemediaobject"><img src="../images/nrpe.png"></span></p>

    <p>NRPE is an addon that allows you to execute <a class="link" href="plugins.html" title="5.1. Icinga Plugins">plugins</a> on remote Linux/Unix hosts. This is
    useful if you need to monitor local resources/attributes like disk usage, CPU load, memory usage, etc. on a remote host. Similiar
    functionality can be accomplished by using the <span class="emphasis"><em>check_by_ssh</em></span> plugin, although it can impose a higher CPU load on the
    monitoring machine - especially if you are monitoring hundreds or thousands of hosts.</p>

    <p>The NRPE addon can be found at <a class="link" href="http://sourceforge.net/projects/nagios/files/nrpe-2.x/" target="_top">http://sourceforge.net/projects/nagios/files/nrpe-2.x/</a>. You will find some <a class="link" href="nrpe.html" title="10.2. NRPE">documentation</a> in the next section.</p>

    <p><a name="addons-nsca"></a><span class="bold"><strong>NSCA-ng</strong></span></p>

    <p><span class="inlinemediaobject"><img src="../images/nsca.png"></span></p>

    <p>NSCA-ng (a replacement for NSCA) is an addon that allows you to send <a class="link" href="passivechecks.html" title="5.7. Passive Checks">passive
    check</a> results from remote Linux/Unix hosts to the Icinga daemon running on the monitoring server. This is very useful in
    <a class="link" href="distributed.html" title="7.6. Distributed Monitoring">distributed</a> and <a class="link" href="redundancy.html" title="7.7. Redundant and Failover Network Monitoring">redundant/failover</a> monitoring setups.</p>

    <p>The NSCA-ng addon can be found at <a class="link" href="http://www.nsca-ng.org/" target="_top">http://www.nsca-ng.org/</a>. Apart from that you will
    find some <a class="link" href="nsca.html" title="10.3. NSCA">documentation</a> on NSCA in the next section.</p>

    <p><a name="addons-idoutils"></a><span class="bold"><strong>IDOUtils</strong></span></p>

    <p><span class="inlinemediaobject"><img src="../images/idoutils.png"></span></p>

    <p>IDOUtils is an addon that allows you to store all status information from Icinga in a database. Multiple instances of
    Icinga can all store their information in a central database for centralized reporting. In the future it will probably be used as
    a basis for a PHP based web interface.</p>

    <p>The IDOUtils addon install instructions can be found in the <a class="link" href="quickstart-idoutils.html" title="2.6. Icinga with IDOUtils Quickstart">Quickstart-Idoutils</a> and
    more documentation can be found at <a class="link" href="http://docs.icinga.org/latest/en/" target="_top">https://docs.icinga.com/</a>.</p>

    <a class="indexterm" name="idm140381622637424"></a>

    <a class="indexterm" name="idm140381622635568"></a>

    <a class="indexterm" name="idm140381622634016"></a>

    <a class="indexterm" name="idm140381622632256"></a>

    <a class="indexterm" name="idm140381622631120"></a>

    <a class="indexterm" name="idm140381622629568"></a>

    <a class="indexterm" name="idm140381622628320"></a>

    <a class="indexterm" name="idm140381622626592"></a>

    <a class="indexterm" name="idm140381622625456"></a>

    <a class="indexterm" name="idm140381622623904"></a>

    <a class="indexterm" name="idm140381622622656"></a>

    <a class="indexterm" name="idm140381622620928"></a>

    <a class="indexterm" name="idm140381622619792"></a>

    <a class="indexterm" name="idm140381622618240"></a>

    <a class="indexterm" name="idm140381622616992"></a>

    <a class="indexterm" name="idm140381622615488"></a>

    <a class="indexterm" name="idm140381622614480"></a>

    <a class="indexterm" name="idm140381622612992"></a>

    <a class="indexterm" name="idm140381622611856"></a>

    <a class="indexterm" name="idm140381622610064"></a>

    <a class="indexterm" name="idm140381622609056"></a>

    <a class="indexterm" name="idm140381622607488"></a>

    <a class="indexterm" name="idm140381622606144"></a>

    <a class="indexterm" name="idm140381622604752"></a>

    <a class="indexterm" name="idm140381622603392"></a>
  </div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch10.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch10.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="nrpe.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 10. Additional software </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> 10.2. NRPE</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>