The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Julian Brost 2ad0a4b8c3 Add missing include to fix non-unity builds
This commit fixes the following build error:

    [ 55%] Building CXX object lib/icinga/CMakeFiles/icinga.dir/usergroup.cpp.o
    lib/icinga/usergroup.cpp:79:24: error: incomplete type ‘icinga::Notification’ used in nested name specifier
       79 | std::set<Notification::Ptr> UserGroup::GetNotifications() const
          |                        ^~~
2021-11-17 16:11:15 +01:00
.github GHA: drop EOL Ubuntu groovy 2021-08-02 11:42:44 +02:00
agent Windows agent: Default to lower case FQDN 2020-11-02 14:08:56 +01:00
choco Chocolatey: Add build script for package 2020-03-03 18:48:11 +01:00
cmake
doc Add documentation about Icinga 2 use cases (#9065) 2021-11-15 17:51:37 +01:00
etc Merge pull request #9000 from haxtibal/feature/journaldlogger 2021-10-01 17:42:10 +02:00
icinga-app Close FDs based on /proc/self/fd 2021-01-12 17:32:28 +01:00
icinga-installer Windows: automatically migrate from mainlog to windowseventlog 2021-06-21 15:15:54 +02:00
itl check_ssl_cert: support --ignore-tls-renegotiation (#9042) 2021-11-02 12:05:30 +01:00
lib Add missing include to fix non-unity builds 2021-11-17 16:11:15 +01:00
plugins Replace std/boost::bind() function with lambda expression 2021-03-10 16:29:40 +01:00
test Dictionary: Make sure underlaying map is ordered 2021-11-12 13:34:57 +01:00
third-party Fix building with Boost 1.71. 2020-01-25 19:07:44 +01:00
tools Icinga DB: Make sure object relationships are handled correctly 2021-11-12 13:34:57 +01:00
.gitattributes
.gitignore SELinux: Let safe-reload run in icinga2_t 2020-02-27 08:45:33 +01:00
.mailmap Update .mailmap 2021-07-15 11:24:30 +02:00
AUTHORS Update AUTHORS 2021-10-01 15:42:53 +00:00
CHANGELOG.md CHANGELOG.md: add v2.13.1 2021-09-17 10:10:14 +00:00
CMakeLists.txt Compile with -D_GNU_SOURCE 2021-03-01 14:07:11 +01:00
CONTRIBUTING.md Docs: enable syntax highlighting 2020-12-09 12:32:09 +01:00
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 Typo 2021-08-02 17:08:15 +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 Fix Windows .exe version v2.12.0 -> 2.12.0 2020-09-11 15:56:51 +02:00
mkdocs.yml Docs: Align local mkdocs config 2019-09-17 12:54:43 +02:00

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.