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
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>1.1. About Icinga</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="ch01.html" title="Chapter 1. About">
<link rel="prev" href="ch01.html" title="Chapter 1. About">
<link rel="next" href="whatsnew.html" title="1.2. What's New in Icinga 1.14">
<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">1.1. 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="1.1. About Icinga">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="about"></a>1.1. About Icinga</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section">1.1.1. <a href="about.html#whatsicinga">What is Icinga?</a></span></dt>
<dt><span class="section">1.1.2. <a href="about.html#system_requirements">System requirements</a></span></dt>
<dt><span class="section">1.1.3. <a href="about.html#licensing">Licensing</a></span></dt>
<dt><span class="section">1.1.4. <a href="about.html#acknowledgements">Acknowledgements</a></span></dt>
<dt><span class="section">1.1.5. <a href="about.html#downloading">Downloading The Latest Version</a></span></dt>
<dt><span class="section">1.1.6. <a href="about.html#compatibility">Compatibility</a></span></dt>
</dl></div>
<div class="section" title="1.1.1. What is Icinga?">
<div class="titlepage"><div><div><h3 class="title">
<a name="whatsicinga"></a>1.1.1. What is Icinga?</h3></div></div></div>
<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 (<span class="systemitem">SMTP</span>, <span class="systemitem">POP3</span>, <span class="systemitem">HTTP</span>, <span class="systemitem">NNTP</span>, <span class="systemitem">PING</span>,
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>
<a class="indexterm" name="idm140381638706848"></a>
</div>
<div class="section" title="1.1.2. System requirements">
<div class="titlepage"><div><div><h3 class="title">
<a name="system_requirements"></a>1.1.2. System requirements</h3></div></div></div>
<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>
<a class="indexterm" name="idm140381638684576"></a>
</div>
<div class="section" title="1.1.3. Licensing">
<div class="titlepage"><div><div><h3 class="title">
<a name="licensing"></a>1.1.3. Licensing</h3></div></div></div>
<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>
<a class="indexterm" name="idm140381638677712"></a>
</div>
<div class="section" title="1.1.4. Acknowledgements">
<div class="titlepage"><div><div><h3 class="title">
<a name="acknowledgements"></a>1.1.4. Acknowledgements</h3></div></div></div>
<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">https://www.icinga.com/</a>.</p>
<a class="indexterm" name="idm140381638674000"></a>
</div>
<div class="section" title="1.1.5. Downloading The Latest Version">
<div class="titlepage"><div><div><h3 class="title">
<a name="downloading"></a>1.1.5. Downloading The Latest Version</h3></div></div></div>
<p>You can check for new versions of Icinga at <a class="link" href="http://www.icinga.org/" target="_top">https://www.icinga.com/</a>.</p>
<a class="indexterm" name="idm140381638670336"></a>
</div>
<div class="section" title="1.1.6. Compatibility">
<div class="titlepage"><div><div><h3 class="title">
<a name="compatibility"></a>1.1.6. Compatibility</h3></div></div></div>
<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="idm140381638666432"></a>
</div>
</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"> 1.2. What's New in Icinga 1.14</td>
</tr>
</table>
</div>
<P class="copyright">© 1999-2009 Ethan Galstad, 2009-2017 Icinga Development Team, https://www.icinga.com</P>
</body>
</html>
|