The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Michael Friedrich 5c4b99f928 Packages: Change ido-pgsql dependency to Postgresql >= 8.4
Same as our build server does already.

fixes #13573
2016-12-14 16:35:10 +01:00
agent Windows wizard: Rename user setting 2016-12-08 14:59:29 +01:00
choco Use https URLs for the chocolatey package 2016-08-31 16:34:28 +02:00
cmake Fix installations that use DESTDIR 2016-04-13 09:32:08 +02:00
contrib Update Makefile for i2eval 2016-08-30 20:48:29 +02:00
doc Release version 2.6.0 2016-12-13 11:34:38 +01:00
etc Implement support for default templates 2016-08-28 10:27:43 +02:00
icinga-app Deprecate the client 'bottom up' mode w/ node update-config 2016-11-23 15:33:28 +01:00
icinga-installer Add option to choose icinga2s user 2016-10-25 16:08:03 +02:00
icinga-studio Another build fix for Windows 2016-08-31 13:43:50 +02:00
itl ITL: Add tempdir attribute to postgres CheckCommand 2016-12-07 16:56:12 +01:00
lib API: Change log level for console endpoint 2016-12-08 00:59:24 +01:00
plugins Spell ISATAP correctly and set noisatap in the ITL 2016-09-28 11:26:08 +02:00
test Add unit test for notification state/type filters 2016-11-17 14:36:55 +01:00
third-party Fix: Unit tests randomly crash after the tests have completed 2016-09-07 08:25:53 +02:00
tools Suppress compiler warnings for auto-generated code 2016-09-05 06:51:31 +02:00
.gitattributes Exclude debian/ from git-archive and dist tarballs. 2013-11-11 22:03:31 +01:00
.gitignore Implement support for running custom install/uninstall actions 2016-03-31 14:53:54 +02:00
.mailmap Update AUTHORS and .mailmap 2016-11-21 11:33:48 +01:00
.travis.yml Fix ccache support for Travis CI 2016-08-27 12:47:39 +02:00
AUTHORS Update AUTHORS 2016-12-06 18:01:37 +01:00
CMakeLists.txt Upgrade NSClient++ to 0.5.0 stable 2016-09-21 15:28:20 +02:00
COPYING Added copyright headers. 2012-05-10 12:06:41 +02:00
COPYING.Exceptions Added copyright headers. 2012-05-10 12:06:41 +02:00
ChangeLog Release version 2.6.0 2016-12-13 11:34:38 +01:00
INSTALL.md INSTALL.md: Add more build hints 2016-12-14 15:19:46 +01:00
NEWS Update Changelog and installation files. 2013-10-22 13:14:25 +02:00
README.md Update broken URL in README.md; add URL for Icinga Web 2 2016-12-08 18:40:08 +01:00
RELEASE.md Update RELEASE.md 2016-12-14 15:22:29 +01:00
changelog.py changelog.py: Sort by category 2016-11-18 15:28:27 +01:00
config.h.cmake Use lambda functions for INITIALIZE_ONCE 2016-08-27 09:48:36 +02:00
icinga-spec-version.h.cmake Set versions for all internal libraries 2016-08-25 17:56:18 +02:00
icinga-version.h.cmake Add cmake build files. 2013-11-03 13:45:26 +01:00
icinga2.spec Packages: Change ido-pgsql dependency to Postgresql >= 8.4 2016-12-14 16:35:10 +01:00
mkdocs.yml Docs: Rewrite cluster and client chapter from scratch; add service monitoring chapter 2016-08-14 17:56:38 +02:00
pick.py Fix incorrect filter in pick.py 2016-05-12 11:07:47 +02:00

README.md

Icinga 2

Icinga Logo

Table of Contents

  1. About
  2. License
  3. Installation
  4. Documentation
  5. Support
  6. Development and Contributions

About

Icinga 2 is an open source monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.

Scalable and extensible, Icinga 2 can monitor large, complex environments across multiple locations.

Icinga 2 as monitoring core works best with Icinga Web 2 as web interface.

More information can be found at www.icinga.com and inside the documentation.

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 LICENSE file included in the source package.

Installation

Read the INSTALL.md file for more information about how to install it.

Documentation

The documentation is located in the doc/ directory. The latest documentation is also available on https://docs.icinga.com

Support

Check the project website at https://www.icinga.com for status updates. Join the community channels for questions or ask an Icinga partner for professional support.

Development

The Git repository is located on GitHub.

Icinga 2 is written in C++ and can be built on Linux/Unix and Windows. Read more about development builds in the INSTALL.md file.

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!

Read the contributing section and get familiar with the code.

Pull requests on GitHub are preferred.

Testing

Basic unit test coverage is provided by running make test during package builds. Read the INSTALL.md file for more information about development builds.

Snapshot packages from the laster development branch are available inside the package repository.

You can help test-drive the latest Icinga 2 snapshot packages inside the Icinga 2 Vagrant boxes.