The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Gunnar Beutner 4688c6395e Set required boost version to 1.46 (at least until we've figured out the exact requirements). 2012-09-14 10:25:20 +02:00
components Build fixes for Windows. 2012-09-10 14:35:01 +02:00
contrib
debian
docs Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
icinga-app Report version number at startup. 2012-09-10 14:44:54 +02:00
lib Build fixes for Windows. 2012-09-10 14:35:01 +02:00
m4 Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
test
third-party Implemented support for replicating object tags [WIP - broken]. 2012-08-02 11:45:50 +02:00
.gitignore Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
AUTHORS
COPYING
COPYING.Exceptions
ChangeLog
GPLHeader
INSTALL
Makefile.am Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
NEWS
README List required Debian packages in the README file. 2012-09-10 16:15:26 +02:00
aminclude.am
autogen.sh Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
configure.ac Set required boost version to 1.46 (at least until we've figured out the exact requirements). 2012-09-14 10:25:20 +02:00
git_version.sh
icinga.sln Build fixes for Windows. 2012-09-10 14:35:01 +02:00
icinga2.spec

README

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

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

* GNU make (make on RHEL and Debian)
* C++ compiler (gcc-c++ on RHEL, build-essential on Debian)
* OpenSSL library and header files (openssl-devel on RHEL, libssl-dev
                                    on Debian)
* Boost library and header files (boost-devel on RHEL, libboost-all-dev
                                  on Debian)
* optional: Doxygen (doxygen on RHEL and Debian)

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 on RHEL and Debian)
* GNU Autoconf (autoconf on RHEL and Debian)
* GNU Libtool (libtool and libtool-ltdl-devel on RHEL, libtool and
               libltdl-dev on Debian)
* GNU bison (bison on RHEL and Debian)
* GNU flex (flex on RHEL and Debian)

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