File: about.html

package info (click to toggle)
icinga 1.0.2-2%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 33,952 kB
  • ctags: 13,294
  • sloc: xml: 154,821; ansic: 99,198; sh: 14,585; sql: 5,852; php: 5,126; perl: 2,838; makefile: 1,268
file content (163 lines) | stat: -rw-r--r-- 8,180 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>About Icinga</title>
<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.0.2 Documentation">
<link rel="up" href="ch01.html" title="Chapter 1. About">
<link rel="prev" href="ch01.html" title="Chapter 1. About">
<link rel="next" href="whatsnew.html" title="What's New in Icinga Core 1.0.2 and Icinga Web 1.0.1">
</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">About Icinga</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="ch01.html">Prev</a> </td>
<th width="60%" align="center">Chapter 1. About</th>
<td width="20%" align="right"> <a accesskey="n" href="whatsnew.html">Next</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="section" title="About Icinga">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="about"></a>About Icinga</h2></div></div></div>
  

  <p><span class="bold"><strong><a name="whatsicinga"></a>What is Icinga?</strong></span></p>

  <p>Icinga is a monitoring system checking hosts and services you specify and notifying you when things go wrong and when they
  recover. It runs on multiple Linux distributions (including <a class="link" href="http://fedoraproject.org/" target="_top">Fedora</a>,
  <a class="link" href="http://www.ubuntu.com/" target="_top">Ubuntu</a>, and <a class="link" href="http://www.opensuse.org/" target="_top">openSuSE</a>) as
  well as several Unix platforms (including <a class="link" href="http://www.sun.com/software/solaris/" target="_top">Solaris</a> and <a class="link" href="http://www.hp.com" target="_top">HP</a>). The systems to be monitored can be nearly anything connected to a network.</p>

  <p>Some of the many features of Icinga include:</p>

  <div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
      <p>Monitoring of network services (<code class="systemitem">SMTP</code>, <code class="systemitem">POP3</code>, <code class="systemitem">HTTP</code>, <code class="systemitem">NNTP</code>, <code class="systemitem">PING</code>,
      etc.)</p>
    </li>
<li class="listitem">
      <p>Monitoring of host resources (CPU load, disk usage, etc.)</p>
    </li>
<li class="listitem">
      <p>Simple plugin design that allows users to easily develop their own service checks</p>
    </li>
<li class="listitem">
      <p>Parallelized service checks</p>
    </li>
<li class="listitem">
      <p>Ability to define network host hierarchy using "parent" hosts, allowing detection of and distinction between hosts that are down
      and those that are unreachable</p>
    </li>
<li class="listitem">
      <p>Contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method)</p>
    </li>
<li class="listitem">
      <p>Ability to define event handlers to be run during service or host events for proactive problem resolution</p>
    </li>
<li class="listitem">
      <p>Automatic log file rotation</p>
    </li>
<li class="listitem">
      <p>Support for implementing redundant monitoring hosts</p>
    </li>
<li class="listitem">
      <p>Optional classic web interface for viewing current network status, notification and problem history, log file, etc.</p>
    </li>
<li class="listitem">
      <p>Optional new Icinga web interface based on Icinga Core, IDOUtils, API using a modern and refreshed web 2.0 GUI showing current
      states, historical information, using cronks and filters, creating reports with multilanguage support</p>
    </li>
</ul></div>

  <p><span class="bold"><strong><a name="system_requirements"></a>System requirements</strong></span></p>

  <p>As mentioned above you'll need a machine running Linux or a Unix variant. If there is no precompiled version or if you want
  to compile from source you need a C compiler like gcc. </p>
<div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../images/note.png"></td>
<th align="left">Note</th>
</tr>
<tr><td align="left" valign="top">
      <p>Some compilers may not be suitable. That includes the C compiler on HP-UX which is used to compile a new kernel.</p>
    </td></tr>
</table></div>
<p>You may also want to have TCP/IP configured as most checks will require access via the network.</p>

  <p>You are not required to use one of the web interfaces included with Icinga. However, if you do decide to use them, you will
  need additional software:</p>

  <div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
      <p>A Web-Server (preferrably <a class="link" href="http://www.apache.org" target="_top">Apache</a>)</p>
    </li>
<li class="listitem">
      <p>Thomas Boutells <a class="link" href="http://www.boutell.com/gd" target="_top">gd library</a> Version 1.6.3 or higher (required by the <a class="link" href="cgis.html#cgis-statusmap_cgi">statusmap</a>- and <a class="link" href="cgis.html#cgis-trends_cgi">trends</a>-CGIs)</p>
    </li>
<li class="listitem">
      <p>PHP</p>
    </li>
</ol></div>

  <p><span class="bold"><strong><a name="licensing"></a>Licensing</strong></span></p>

  <p>Icinga is licensed under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.
  This gives you legal permission to copy, distribute and/or modify Icinga under certain conditions. Read the 'LICENSE' file in the
  Icinga distribution or read the online version of the license for more details. Icinga is provided AS IS with NO WARRANTY OF
  ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.</p>

  <p><span class="bold"><strong><a name="acknowledgements"></a>Acknowledgements</strong></span></p>

  <p>Several people have contributed to Icinga by either reporting bugs, suggesting improvements, writing plugins, etc. A list of
  some of the many contributors to the development of Icinga can be found at <a class="link" href="http://www.icinga.org/team" target="_top">http://www.icinga.org/</a>.</p>

  <p><span class="bold"><strong><a name="downloading"></a>Downloading The Latest Version</strong></span></p>

  <p>You can check for new versions of Icinga at <a class="link" href="http://www.icinga.org/" target="_top">http://www.icinga.org/</a>.</p>

  <p><span class="bold"><strong><a name="compatibility"></a>Compatibility</strong></span></p>

  <p>Icinga is a fork of the well-known monitoring system <a class="link" href="http://www.nagios.org/" target="_top">Nagios</a>. Being
  100% compatible with the internal structures of the latter Icinga enables you to use all plugins and add-ons which were/are
  developed by several companies and the large community.</p>

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

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

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

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

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

  <a class="indexterm" name="id1915164"></a>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="ch01.html">Prev</a> </td>
<td width="20%" align="center"><a accesskey="u" href="ch01.html">Up</a></td>
<td width="40%" align="right"> <a accesskey="n" href="whatsnew.html">Next</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 1. About </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top"> What's New in Icinga Core 1.0.2 and Icinga Web 1.0.1</td>
</tr>
</table>
</div>
<P class="copyright">© 2009-2010 Icinga Development Team, http://www.icinga.org</P>
</body>
</html>