Icinga2 - Moteur de monitoring
Find a file
Yonas Habteab ad7de1e775
Some checks are pending
Container Image / Container Image (push) Waiting to run
Linux / alpine:bash (push) Waiting to run
Linux / amazonlinux:2 (push) Waiting to run
Linux / amazonlinux:2023 (push) Waiting to run
Linux / debian:11 (linux/386) (push) Waiting to run
Linux / debian:11 (push) Waiting to run
Linux / debian:12 (linux/386) (push) Waiting to run
Linux / debian:12 (push) Waiting to run
Linux / debian:13 (push) Waiting to run
Linux / fedora:41 (push) Waiting to run
Linux / fedora:42 (push) Waiting to run
Linux / fedora:43 (push) Waiting to run
Linux / opensuse/leap:15.6 (push) Waiting to run
Linux / opensuse/leap:16.0 (push) Waiting to run
Linux / registry.suse.com/bci/bci-base:16.0 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.6 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.7 (push) Waiting to run
Linux / rockylinux/rockylinux:10 (push) Waiting to run
Linux / rockylinux:8 (push) Waiting to run
Linux / rockylinux:9 (push) Waiting to run
Linux / ubuntu:22.04 (push) Waiting to run
Linux / ubuntu:24.04 (push) Waiting to run
Linux / ubuntu:25.04 (push) Waiting to run
Linux / ubuntu:25.10 (push) Waiting to run
Windows / Windows (push) Waiting to run
Merge pull request #10664 from Icinga/http-response-headers-docs
Add documentation for ApiListener.http_response_headers
2025-12-18 09:28:13 +01:00
.github Bump korthout/backport-action from 4.0.0 to 4.0.1 2025-12-16 04:17:40 +00:00
agent Windows agent wizard: remove checkbox "Install/Update bundled NSClient++" 2023-04-03 14:36:30 +02:00
choco Chocolatey: Add build script for package 2020-03-03 18:48:11 +01:00
cmake Discover Boost test cases automatically after build 2025-09-10 13:48:24 +02:00
doc Merge pull request #10664 from Icinga/http-response-headers-docs 2025-12-18 09:28:13 +01:00
etc Send signals as Icinga user in safe-reload and logrotate 2025-08-01 11:27:48 +02:00
icinga-app Fix compiler warnings by removing unused variables 2025-10-17 09:56:46 +02:00
icinga-installer icinga-installer: statically link MSVC runtime library on CMake 3.15+ 2025-06-16 12:16:48 +02:00
itl ITL: Enhanced SMART attributes monitoring plugin check configuration to more parameters 2025-10-06 15:27:17 +02:00
lib IsValidHeaderValue: use front()/back() instead of iterators 2025-12-03 11:09:44 +01:00
plugins Fix compiler warnings by (copy-)constructing loop variables explicitly 2025-04-22 13:55:49 +02:00
test HttpUtility: add functions for validating HTTP header names and values 2025-11-28 16:19:19 +01:00
third-party Disable -Wimplicit-fallthrough for mmatch 2025-09-24 15:43:09 +02:00
tools Bump Boost shipped for Windows to v1.90 2025-12-11 10:47:51 +01:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore SELinux: Let safe-reload run in icinga2_t 2020-02-27 08:45:33 +01:00
.mailmap .mailmap: Merge Alvar email addresses 2025-06-17 11:15:16 +02:00
AUTHORS Enable the pthread_np.h header on OpenBSD and DragonFly 2025-11-25 15:46:02 -05:00
CHANGELOG.md Release v2.15.0 2025-06-17 14:03:01 +02:00
CMakeLists.txt Add tests for pthread_set_name_np() and pthread_setname_np() 2025-11-27 10:48:54 +01:00
config.h.cmake Add tests for pthread_set_name_np() and pthread_setname_np() 2025-11-27 10:48:54 +01:00
Containerfile don't install boost dev in the final image 2025-09-10 15:15:00 +02:00
CONTRIBUTING.md GHA: complain if PR adds commits from people not yet listed in ./AUTHORS 2023-11-21 12:40:16 +01:00
COPYING Add newline to COPYING to fix Github license detection 2018-01-17 15:37:18 +01:00
icinga-spec-version.h.cmake Set versions for all internal libraries 2016-08-25 17:56:18 +02:00
icinga-version.h.cmake Fix Windows .exe version v2.12.0 -> 2.12.0 2020-09-11 15:56:51 +02:00
ICINGA2_VERSION Release v2.15.0 2025-06-17 14:03:01 +02:00
mkdocs.yml Docs: Align local mkdocs config 2019-09-17 12:54:43 +02:00
NEWS icinga.com: Update everything else 2018-10-18 09:50:53 +02:00
README.md README.md: remove misleading badge 2021-08-05 11:41:57 +02:00

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.