The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Michael Friedrich e0b3e05c63 Docs: Update README.md with a better description and direct URLs to icinga.com/docs 2018-12-03 13:23:21 +01:00
.github Update the GH issue template a bit 2018-11-12 13:26:30 +01:00
agent Update Windows Agent design 2018-10-25 18:00:10 +02:00
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 Docs: Update anchors 2018-12-03 11:15:04 +01:00
etc Imitialize ICINGA2_ERROR_LOG inside the Systemd environment 2018-11-13 14:02:03 +01:00
icinga-app icinga.com: Update icinga-app 2018-10-18 09:39:34 +02:00
icinga-installer Update Windows Agent design 2018-10-25 18:00:10 +02:00
itl Merge pull request #6480 from ajaffie/feature/win-check-update-4720 2018-11-13 16:40:26 +01:00
lib Remove redundand check for object existence on creation via API 2018-11-29 17:51:53 +01:00
plugins Fix check_perfmon to support non-localized names 2018-11-26 17:18:38 +01:00
test Implement unit tests for Dictionary initializers 2018-11-09 14:56:36 +01:00
third-party icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
tools icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore Update windows build scripts 2018-08-03 11:11:39 +02:00
.mailmap Update AUTHORS 2018-07-16 17:00:39 +02:00
.travis.yml travis: Stop when one of the commands fail 2018-08-07 14:09:49 +02:00
AUTHORS Release version 2.10.1 2018-10-18 11:31:02 +02:00
CHANGELOG.md Release version 2.10.2 2018-11-14 09:08:51 +01:00
CMakeLists.txt icinga.com: Update CMakeLists.txt 2018-10-18 09:35:18 +02:00
CONTRIBUTING.md Mention 'help wanted' and 'good first issue' in contributing docs 2018-09-11 09:30:33 +02:00
COPYING Add newline to COPYING to fix Github license detection 2018-01-17 15:37:18 +01:00
INSTALL.md Docs: Simplify INSTALL.md and point to icinga.com/docs 2018-12-03 11:11:35 +01:00
NEWS icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
README.md Docs: Update README.md with a better description and direct URLs to icinga.com/docs 2018-12-03 13:23:21 +01:00
RELEASE.md Release version 2.10.2 2018-11-14 09:08:51 +01:00
VERSION Release version 2.10.2 2018-11-14 09:08:51 +01:00
appveyor.yml Update windows build scripts 2018-08-03 11:11:39 +02:00
changelog.py changelog.py: Adjust categories and labels: Enhancement, Bug, ITL, Documentation, Support 2018-01-16 15:49:53 +01:00
config.h.cmake Improve path handling in cmake and daemon 2018-08-07 14:10:26 +02:00
icinga-spec-version.h.cmake Set versions for all internal libraries 2016-08-25 17:56:18 +02:00
icinga-version.h.cmake Add cmake build files. 2013-11-03 13:45:26 +01:00
mkdocs.yml Update mkdocs.yaml 2017-10-23 10:07:31 +02:00

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.

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.