File: about.html

package info (click to toggle)
nagios2 2.6-2%2Betch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,856 kB
  • ctags: 4,475
  • sloc: ansic: 64,870; sh: 4,676; makefile: 787; perl: 722
file content (112 lines) | stat: -rw-r--r-- 4,366 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
<HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>About Nagios</title>

<STYLE type="text/css">
<!--
        .Trademark { font-family: verdana,arial,serif; font-size: 7pt; }

        .Disclaimer { font-family: verdana,arial,serif; font-size: 7pt; font-style: italic; text-align: center; }

        .Default { font-family: verdana,arial,serif; font-size: 8pt; }
        .PageTitle { font-family: verdana,arial,serif; font-size: 12pt; font-weight: bold; }
-->      
</STYLE>

</head>

<body bgcolor="#FFFFFF" text="black" class="Default">

<p>
<div align="center">
<h2 class="PageTitle">About Nagios&reg;</h2>
</div>
</p>
<hr>

<p>
<a name="whatis"></a>
<strong><u>What Is This?</u></strong>
</p>
<p>
Nagios&reg; is a system and network monitoring application.  It watches hosts and services that you specify, alerting you when things go bad and when they get better.
</p>
<p>
Nagios was originally designed to run under <a href="http://www.linux.com">Linux</a>, although it should work under most other unices as well.
</p>
<p>
Some of the many features of Nagios&reg; include:
</p>
<p>
<ul>
<li>Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
<li>Monitoring of host resources (processor load, disk usage, etc.)
<li>Simple plugin design that allows users to easily develop their own service checks
<li>Parallelized service checks
<li>Ability to define network host hierarchy using "parent" hosts, allowing detection of and distinction between hosts that are down and those that are unreachable
<li>Contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method) 
<li>Ability to define event handlers to be run during service or host events for proactive problem resolution
<li>Automatic log file rotation
<li>Support for implementing redundant monitoring hosts
<li>Optional web interface for viewing current network status, notification and problem history, log file, etc.
</ul>
</p>


<p>
<a name="requirements"></a>
<strong><u>System Requirements</u></strong>
</p>
<p>
<i>The only requirement of running Nagios is a machine running Linux (or UNIX variant) and a C compiler.</i>  You will probably also want to have TCP/IP configured, as most service checks will be performed over the network.
</p>
<p>
You are <i>not required</i> to use the CGIs included with Nagios.  However, if you do decide to use them, you will need to have the following software installed...
</p>

<p>
<ol>
<li>A web server (preferrably <a href="http://www.apache.org" target="_top">Apache</a>)
<li>Thomas Boutell's <a href="http://www.boutell.com/gd">gd library</a> version 1.6.3 or higher (required by the <a href="cgis.html#statusmap">statusmap</a> and <a href="cgis.html#trends_cgi">trends</a> CGIs)
</ol>
</p>

<p>
<a name="licensing"></a>
<strong><u>Licensing</u></strong>
</p>
<p class="SectionBody">
Nagios&reg; is licensed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> Version 2 as published by the <a href="http://www.fsf.org">Free Software Foundation</a>.  This gives you legal permission to copy, distribute and/or modify Nagios under certain conditions.  Read the 'LICENSE' file in the Nagios distribution or read the <a href="http://www.gnu.org/copyleft/gpl.html">online version of the license</a> for more details.
</p>

<p>
Nagios&reg; is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.
</p>

<p>
<a name="acknowledgements"></a>
<strong><u>Acknowledgements</u></strong>
</p>
<p>
Several people have contributed to Nagios by either reporting bugs, suggesting improvements, writing plugins, etc.  A list of some of the many contributors to the development of Nagios can be found at <a href="http://www.nagios.org/">http://www.nagios.org</a>.
</p>

<p>
<a name="downloading"></a>
<strong><u>Downloading The Latest Version</u></strong>
</p>
<p>
You can check for new versions of Nagios at <a href="http://www.nagios.org" target="_top">http://www.nagios.org</a>.
</p>

<hr>

<br clear="all">
<div class="Disclaimer">
Nagios and the Nagios logo are trademarks of Ethan Galstad.  All other trademarks, servicemarks, registered trademarks, and registered servicemarks may be the property of their respective owner(s).
</div>

</body>
</html>