The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Julian Brost f3f1373f83 Icinga DB Check: spell out "error" in perfdata 2022-06-28 13:33:00 +02:00
.github Merge pull request #9342 from Icinga/Al2Klimov-patch-4 2022-04-13 09:37:34 +02:00
agent
choco
cmake
doc Introduce Icinga DB check (like the IDO one) 2022-06-23 11:14:31 +02:00
etc icinga2.service: depend on icingadb-redis.service if any 2022-01-31 17:03:34 +01:00
icinga-app
icinga-installer Windows: automatically migrate from mainlog to windowseventlog 2021-06-21 15:15:54 +02:00
itl Introduce Command#arguments[].sep 2022-05-11 17:50:12 +02:00
lib Icinga DB Check: spell out "error" in perfdata 2022-06-28 13:33:00 +02:00
plugins Fix compiler warnings don't move local variables 2022-02-22 17:51:43 +01:00
test Checkable: Add test for state notifications after a suppression ends 2022-03-03 14:25:23 +01:00
third-party third-party: update GetGitRevisionDescription CMake module 2021-08-06 16:59:23 +02:00
tools Replace EventuallyAtomic with AtomicOrLocked which falls back to a mutex 2022-05-03 12:02:46 +02:00
.gitattributes
.gitignore
.mailmap Update .mailmap 2021-12-03 11:39:54 +01:00
AUTHORS Update AUTHORS 2022-05-05 13:30:22 +00:00
CHANGELOG.md CHANGELOG.md: add v2.13.3 2022-04-20 09:18:16 +00:00
CMakeLists.txt Put `-latomic` to the other `-l`s 2021-11-23 16:19:05 +01:00
CONTRIBUTING.md
COPYING
ICINGA2_VERSION Increase VERSION file 2021-07-30 14:52:58 +02:00
NEWS
README.md README.md: remove misleading badge 2021-08-05 11:41:57 +02:00
RELEASE.md Windows packaging repo no longer requires update for newer dependencies 2022-04-07 11:09:34 +02:00
config.h.cmake Use backtrace_symbols() when printing stack traces on FreeBSD 2021-03-01 14:07:09 +01:00
icinga-spec-version.h.cmake
icinga-version.h.cmake
mkdocs.yml

README.md

Github Tag

Icinga 2

Icinga Logo

Table of Contents

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

About

Icinga 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 can monitor large, complex environments across multiple locations.

Icinga 2 is the monitoring server and requires Icinga Web 2 on top in your Icinga Stack. The configuration can be easily managed with either the Icinga Director, config management tools or plain text within the Icinga DSL.

Icinga Dashboard

Installation

Once Icinga Server and Web are running in your distributed environment, make sure to check out the many Icinga modules for even better monitoring.

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.

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

Security Issues

For reporting security issues please visit this page.