File: README

package info (click to toggle)
nagios 2%3A1.4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,620 kB
  • ctags: 3,328
  • sloc: ansic: 56,919; sh: 4,545; makefile: 726; perl: 276
file content (34 lines) | stat: -rw-r--r-- 1,308 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
Nagios 1.x README
-----------------


Nagios is a host/service/network monitoring program written in C and
released under the GNU General Public License.  CGI programs are
included to allow you to view the current status, history, etc via
a web interface if you so desire.

Features:

1) Monitoring of network services (via SMTP, POP3, HTTP, PING, etc).
2) A plugin interface to allow for user-developed service monitoring methods.
3) Notifications when problems occur and get resolved (via email, pager,
   or user-defined method).
4) Ability to define "event handlers" for proactive problem resolution
5) Web output (current status, notifications, problem history, log file, etc.)
6) Automatic log file rotation/archiving

For quick and dirty installation instructions, read the INSTALL file.  For
more complete instructions and program documentation, use a web browser to
read the HTML files in the html/docs directory.  If this is your first time
using Nagios I would highly recommend reading the HTML documentation.

For instructions on upgrading to the current version of Nagios, read the
UPGRADING file carefully.

Visit the Nagios homepage at http://www.nagios.org for online
documentation, new releases, bug reports, information on the mailing
lists, etc.

   -- Ethan Galstad (nagios@nagios.org)