The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Gunnar Beutner 338e2bcbb1 Renamed DictionaryIterator to Dictionary::Iterator. 2012-06-30 15:22:51 +02:00
attic
base Renamed DictionaryIterator to Dictionary::Iterator. 2012-06-30 15:22:51 +02:00
check_random Added check_random plugin. 2012-06-29 16:34:54 +02:00
components Renamed DictionaryIterator to Dictionary::Iterator. 2012-06-30 15:22:51 +02:00
config Multi-threaded nagios checks. 2012-06-17 21:00:24 +02:00
debian Updated Debian copyright file. 2012-06-20 08:11:44 +02:00
dyn Implemented host and service groups. 2012-06-30 13:39:55 +02:00
dyntest Made sockets multi-threaded. 2012-06-24 05:27:01 +02:00
icinga Implemented host and service groups. 2012-06-30 13:39:55 +02:00
icinga-app Implemented compat module (WIP). 2012-06-27 18:43:34 +02:00
jsonrpc Renamed DictionaryIterator to Dictionary::Iterator. 2012-06-30 15:22:51 +02:00
test Added SQLite. 2012-05-29 13:52:24 +02:00
third-party Bugfixes. 2012-06-24 20:11:10 +02:00
.gitignore Updated git ignores. 2012-05-26 18:32:00 +02:00
AUTHORS
COPYING
COPYING.Exceptions
ChangeLog
Doxyfile.in Win32: added handler for Ctrl-C 2012-05-21 12:54:28 +02:00
GPLHeader
INSTALL
Makefile.am Replaced custom event code with Boost.Signals. 2012-06-14 15:16:41 +02:00
NEWS
README Even more bugfixes. 2012-06-21 16:16:53 +02:00
aminclude.am Added missing m4 file. 2012-05-21 08:24:51 +02:00
autogen.sh Cleaned up configure.ac and made the build scripts more Solaris-friendly. 2012-05-25 13:51:05 +02:00
configure.ac Implemented compat module (WIP). 2012-06-27 18:43:34 +02:00
convert-config.py Bugfixes and config conversion script. 2012-06-28 14:24:41 +02:00
git_version.sh Made git_version.sh more Solaris-friendly. 2012-05-25 20:46:12 +02:00
icinga.sln Added delegation component. 2012-06-14 13:21:40 +02:00
icinga2.spec Use spec file as the authorative source of the package info/version number. 2012-05-27 19:50:48 +02:00

README

Build Requirements
------------------

The following requirements need to be fulfilled in order to build the
application using a dist tarball (RHEL package names in parenthesis):

* GNU make (make)
* C++ compiler (gcc-c++)
* OpenSSL library and header files (openssl-devel)
* Boost library and header files (boost-devel)
* optional: Doxygen (doxygen)

Packaging Requirements
----------------------

In order to build a dist tarball for the application the following external
software components need to be installed in addition to the build requirements
mentioned above:

* GNU Automake (automake)
* GNU Autoconf (autoconf)
* GNU Libtool (libtool, libtool-ltdl-devel)
* GNU bison (bison)
* GNU flex (flex)

Debian Packages
---------------

This program comes with its own Debian packaging scripts which may or may not
fully comply with the official Debian packaging requirements. These scripts can
be found in the 'debian' sub-directory. Binary packages can be built using
'dpkg-buildpackage'.