The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Gunnar Beutner 22dabfc60d Updated the checker and delegation components to use replication for the "checker" property. 2012-08-03 23:03:58 +02:00
base Updated the checker and delegation components to use replication for the "checker" property. 2012-08-03 23:03:58 +02:00
cJSON Enabled pre-compiled headers for Windows builds. 2012-07-15 13:13:19 +02:00
cib Updated the checker and delegation components to use replication for the "checker" property. 2012-08-03 23:03:58 +02:00
components Updated the checker and delegation components to use replication for the "checker" property. 2012-08-03 23:03:58 +02:00
config
contrib Added IcingaConnection PHP class. 2012-07-13 14:28:52 +02:00
debian Updated Debian copyright file. 2012-06-20 08:11:44 +02:00
doc Renamed the 'include' keyword to '#include'. Updated the documentation. 2012-08-03 14:13:57 +02:00
dyn Updated the checker and delegation components to use replication for the "checker" property. 2012-08-03 23:03:58 +02:00
icinga Build fixes for Windows. 2012-08-03 18:17:47 +02:00
icinga-app Build fixes and code cleanup. 2012-08-03 13:19:55 +02:00
jsonrpc Implemented support for replicating object tags [WIP - broken]. 2012-08-02 11:45:50 +02:00
test Build fixes for the unit tests. 2012-07-10 09:44:11 +02:00
third-party Implemented support for replicating object tags [WIP - broken]. 2012-08-02 11:45:50 +02:00
.gitignore Updated .gitignore file. 2012-07-04 12:28:52 +02:00
AUTHORS
COPYING
COPYING.Exceptions
ChangeLog
Doxyfile.in
GPLHeader
INSTALL
Makefile.am Moved CIB stuff into a separate library and loadable component. 2012-07-02 12:34:54 +02:00
NEWS
README Even more bugfixes. 2012-06-21 16:16:53 +02:00
aminclude.am
autogen.sh
configure.ac Refactored ConfigObject adapter classes. 2012-07-27 19:56:57 +02:00
git_version.sh
icinga.sln Implemented support for replicating object tags [WIP - broken]. 2012-08-02 11:45:50 +02:00
icinga2.spec

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