The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Gunnar Beutner 9e818950d2 List required Debian packages in the README file. 2012-09-10 16:15:26 +02:00
components Build fixes for Windows. 2012-09-10 14:35:01 +02:00
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
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 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 Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
AUTHORS Fixed Debian lintian warnings. 2012-05-11 13:54:37 +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 Initial commit. 2012-03-28 13:24:49 +02:00
GPLHeader Fixed FSF address. 2012-05-11 13:33:57 +02:00
INSTALL Updated git ignores 2012-03-30 07:39:12 +02:00
Makefile.am Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
NEWS Initial commit. 2012-03-28 13:24:49 +02:00
README List required Debian packages in the README file. 2012-09-10 16:15:26 +02:00
aminclude.am Added missing m4 file. 2012-05-21 08:24:51 +02:00
autogen.sh Renamed 'doc' to 'docs'. 2012-09-07 10:27:31 +02:00
configure.ac Fixed error with detecting Boost library. 2012-09-10 15:50:49 +02:00
git_version.sh Made git_version.sh more Solaris-friendly. 2012-05-25 20:46:12 +02:00
icinga.sln Build fixes for Windows. 2012-09-10 14:35:01 +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 (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'.