The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Julian Brost c40b18ef61 ConfigPackageUtility::ValidateName: replace broken regex
The old validation regex matched if the name consists only of invalid
character, not that it does not contain them, i.e. something like "foo/bar" was
considered valid.

This commit replaces the regex with a check that all characters in the name are
allowed characters.
2021-06-15 12:16:54 +02:00
.github Merge pull request #8391 from Icinga/feature/gha-windows 2021-06-02 14:32:04 +02:00
agent Windows agent: Default to lower case FQDN 2020-11-02 14:08:56 +01:00
choco
cmake
doc Merge pull request #8818 from pdolinic/fix/doc-api_process-check-results 2021-06-07 16:12:15 +02:00
etc Run shellcheck over initscripts 2020-12-27 16:57:23 +01:00
icinga-app Close FDs based on /proc/self/fd 2021-01-12 17:32:28 +01:00
icinga-installer
itl Merge pull request #8003 from Icinga/feature/snmp-interface-a-7963 2021-03-05 16:11:02 +01:00
lib ConfigPackageUtility::ValidateName: replace broken regex 2021-06-15 12:16:54 +02:00
plugins Replace std/boost::bind() function with lambda expression 2021-03-10 16:29:40 +01:00
test ConfigPackageUtility::ValidateName: replace broken regex 2021-06-15 12:16:54 +02:00
third-party
tools Merge branch 'master' into feature/v1-actions-execute-command-8034 2020-10-28 18:37:08 +01:00
.gitattributes
.gitignore
.mailmap Update .mailmap 2020-12-10 18:29:32 +01:00
AUTHORS Update AUTHORS 2021-06-08 16:00:12 +00:00
CHANGELOG.md CHANGELOG.md: add v2.12.4 2021-06-04 11:54:32 +00:00
CMakeLists.txt Avoid name clashes on case-insensitive file systems 2021-01-15 17:46:16 +01:00
CONTRIBUTING.md Docs: enable syntax highlighting 2020-12-09 12:32:09 +01:00
COPYING
ICINGA2_VERSION Avoid name clashes on case-insensitive file systems 2021-01-15 17:46:16 +01:00
NEWS
README.md
RELEASE.md Avoid name clashes on case-insensitive file systems 2021-01-15 17:46:16 +01:00
config.h.cmake
icinga-spec-version.h.cmake
icinga-version.h.cmake
mkdocs.yml

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 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.