The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Alexander A. Klimov fb72633c5e Downtime::AddDowntime(): place Downtimes in the same zone as the origin ScheduledDowntimes
(cherry picked from commit ce847324bc)
2019-02-11 13:31:22 +01:00
.github
agent
choco icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
cmake icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
contrib icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
doc Document that retry_interval is only used after an active check result 2019-02-11 13:28:33 +01:00
etc Imitialize ICINGA2_ERROR_LOG inside the Systemd environment 2018-11-13 16:37:27 +01:00
icinga-app icinga.com: Update icinga-app 2018-10-18 09:39:34 +02:00
icinga-installer
itl
lib Downtime::AddDowntime(): place Downtimes in the same zone as the origin ScheduledDowntimes 2019-02-11 13:31:22 +01:00
plugins Fix check_swap percentage calculation 2019-02-11 13:16:55 +01:00
test Add a unit test for Convert::ToLong(double) - fails 2019-02-11 13:15:11 +01:00
third-party
tools appveyor: Run Debug builds 2019-02-11 13:12:53 +01:00
.gitattributes
.gitignore
.mailmap
.travis.yml
AUTHORS Update AUTHORS 2019-02-11 13:17:52 +01:00
CHANGELOG.md Release version 2.10.2 2018-11-13 17:13:54 +01:00
CMakeLists.txt
CONTRIBUTING.md
COPYING
NEWS icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
README.md Purge INSTALL.md and add packager info to README.md 2019-02-11 13:27:52 +01:00
RELEASE.md Release version 2.10.2 2018-11-13 17:13:54 +01:00
VERSION Release version 2.10.2 2018-11-13 17:13:54 +01:00
appveyor.yml appveyor: Run Debug builds 2019-02-11 13:12:53 +01:00
changelog.py
config.h.cmake
icinga-spec-version.h.cmake
icinga-version.h.cmake
mkdocs.yml

README.md

Build Status Github Tag

Icinga 2

Icinga Logo

Table of Contents

  1. About
  2. Installation
  3. Documentation
  4. Support
  5. License
  6. Contributing

About

Icinga 2 is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.

Icinga 2 as core requires Icinga Web 2 on top in your Icinga Stack.

Icinga Dashboard

Installation

For installing Icinga please check the installation chapter in the documentation.

If you are a packager, please read the development chapter for more details.

Documentation

The documentation is available on icinga.com/docs.

Support

Check the project website for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

License

Icinga 2 and the Icinga 2 documentation are licensed under the terms of the GNU General Public License Version 2, you will find a copy of this license in the COPYING file included in the source package.

In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the OpenSSL library under certain conditions as described in each individual source file, and distribute linked combinations including the two.

You must obey the GNU General Public License in all respects for all of the code used other than OpenSSL. If you modify file(s) with this exception, you may extend this exception to your version of the file(s), but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. If you delete this exception statement from all source files in the program, then also delete it here.

Contributing

There are many ways to contribute to Icinga -- whether it be sending patches, testing, reporting bugs, or reviewing and updating the documentation. Every contribution is appreciated!

Please continue reading in the contributing chapter.