Go to file
Mario Fetka 172d92eb3f Bump 2019-08-06 17:16:07 +02:00
autoconf-macros Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
base Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
cgi Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
common Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
contrib Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
debian Bump 2019-08-06 17:16:07 +02:00
docs Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
html Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
include Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
lib Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
module Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
sample-config Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
startup Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
t Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
t-tap Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
tap Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
test Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
worker Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
xdata Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
.gitignore Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
.travis.yml Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
CONTRIBUTING.md Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
Changelog Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
INSTALLING Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
LEGAL Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
LICENSE Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
Makefile.in Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
README.md Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
THANKS Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
UPGRADING Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
aclocal.m4 Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
config.guess Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
config.sub Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
configure Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
configure.ac Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
doxy.conf Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
functions Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
indent-all.sh Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
indent.sh Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
install-sh Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
make-tarball Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
mkpackage Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
nagios.spec Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00
nagios.sysconfig Imported Upstream version 4.3.2 2017-05-19 23:37:19 +02:00
pkginfo.in Imported Upstream version 3.5.1.dfsg 2017-05-19 22:22:40 +02:00
subst.in Imported Upstream version 4.4.3 2019-04-18 17:09:18 +02:00
update-version Imported Upstream version 4.4.4 2019-08-03 18:28:19 +02:00

README.md

Nagios 4.x

Nagios!

Build Status

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

Visit the Nagios homepage at https://www.nagios.org for documentation, new releases, bug reports, information on discussion forums, and more.

Features

  • Monitoring of network services (via SMTP, POP3, HTTP, PING, etc).
  • Monitoring of host resources (processor load, disk usage, etc.).
  • A plugin interface to allow for user-developed service monitoring methods.
  • Ability to define network host hierarchy using "parent" hosts, allowing detection of and distinction between hosts that are down and those that are unreachable.
  • Notifications when problems occur and get resolved (via email, pager, or user-defined method).
  • Ability to define event handlers for proactive problem resolution.
  • Automatic log file rotation/archiving.
  • Optional web interface for viewing current network status, notification and problem history, log file, etc.

Changes

See the Changelog for a summary of important changes and fixes, or the commit history for more detail.

Download

Latest releases can be downloaded from https://www.nagios.org/download/

Installation

Quickstart installation guides are available to help you get Nagios up and monitoring.

Documentation & Support

Contributing

The Nagios source code is hosted on GitHub: https://github.com/NagiosEnterprises/nagioscore

Do you have an idea or feature request to make Nagios better? Join or start a discussion on the Nagios Core Development forum. Bugs can be reported by opening an issue on GitHub. If you have identified a security related issue in Nagios, please contact security@nagios.com.

Patches and GitHub pull requests are welcome. Pull requests on GitHub link commits in version control to review and discussion of the changes, helping to show how and why changes were made, in addition to who was involved.

Created by Ethan Galstad, the success of Nagios has been due to the fantastic community members that support it and provide bug reports, patches, and great ideas. See the THANKS file for some of the many who have contributed since 1999.