Icinga2 - Moteur de monitoring
Find a file
Alvar Penning efc5de3b00
doc/08-advanced-topics.md: Reference CheckResult state
Reference the Check Result State Mapping table for the CheckResult state
field. This table covers both Service and Host states while the prior
documentation string only covered Services.

This change is useful since there are different kinds of states for
Hosts when using the Icinga 2 API. For one, there is a "normalized"
version of 0 for UP and 1 for DOWN. Then there is the exit code version
for 0/1 for UP and 2/3 for DOWN. Unfortunately, often this depends on
the context and sometimes even intermingles.

To make it obvious which kind of state one can expect for a CheckResult
object, I have linked to the already existing documentation section.
2025-04-25 09:57:46 +02:00
.github GHA: Fix Alpine After CMAKE_OPTS Refactoring 2025-04-03 09:33:42 +02: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 Merge pull request #7019 from Icinga/feature/new-json-library 2019-03-18 17:26:57 +01:00
doc doc/08-advanced-topics.md: Reference CheckResult state 2025-04-25 09:57:46 +02:00
etc Strip '\r' in notification messages to avoid 'Content-Type: application/octet-stream' 2024-05-15 11:14:49 +02:00
icinga-app Merge pull request #10137 from Icinga/win-progfiles-icinga2-var 2025-01-16 12:02:33 +01:00
icinga-installer Windows: automatically migrate from mainlog to windowseventlog 2021-06-21 15:15:54 +02:00
itl itl/ssl_cert: Add --ignore-maximum-validity option (#10396) 2025-04-08 09:18:38 +02:00
lib Fix SIGABRT not causing a core dump 2025-04-23 09:13:04 +02:00
plugins Fix compiler warnings don't move local variables 2022-02-22 17:51:43 +01:00
test Don't use removed boost::asio::spawn() overload if Boost >= v1.87 2025-04-14 17:30:19 +02:00
third-party Drop superfluous CMake modules 2025-04-07 10:27:13 +02:00
tools Bump Boost shipped for Windows to v1.87 2025-04-14 17:30:19 +02: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: map al2klimov@gmail.com to myself 2023-11-21 11:19:52 +01:00
AUTHORS Update AUTHORS 2025-04-23 10:33:20 +02:00
CHANGELOG.md CHANGELOG.md: add v2.14.3 2024-11-12 19:21:36 +00:00
CMakeLists.txt Drop superfluous MACOSX_RPATH definition 2025-04-04 14:04:47 +02:00
config.h.cmake /v1/debug/malloc_info: call malloc_info(3) if available 2024-08-09 12:59:25 +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 Icinga 2.14 (#9760) 2023-07-12 10:19:24 +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.