The core of our monitoring platform with a powerful configuration language and REST API.
Go to file
Gunnar Beutner b9fd84a87f Removed support for tuples from the configuration parser. 2012-07-10 10:23:55 +02:00
base Added missing GPL headers and Visual Studio filters. 2012-07-09 20:32:02 +02:00
cib Merge branch 'master' of github.com:gunnarbeutner/strawberry 2012-07-10 09:38:24 +02:00
components Added missing GPL headers and Visual Studio filters. 2012-07-09 20:32:02 +02:00
config Multi-threaded nagios checks. 2012-06-17 21:00:24 +02:00
contrib Build fixes for *NIX. 2012-07-08 21:24:20 +02:00
debian Updated Debian copyright file. 2012-06-20 08:11:44 +02:00
dyn Removed support for tuples from the configuration parser. 2012-07-10 10:23:55 +02:00
icinga Added missing GPL headers and Visual Studio filters. 2012-07-09 20:32:02 +02:00
icinga-app Added missing GPL headers and Visual Studio filters. 2012-07-09 20:32:02 +02:00
jsonrpc Renamed Dictionary::{Set,Get}Property -> Dictionary::{Set,Get} 2012-07-09 16:19:56 +02:00
test Build fixes for the unit tests. 2012-07-10 09:44:11 +02:00
third-party Added missing GPL headers and Visual Studio filters. 2012-07-09 20:32:02 +02:00
.gitignore Updated .gitignore file. 2012-07-04 12:28:52 +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
Doxyfile.in Win32: added handler for Ctrl-C 2012-05-21 12:54:28 +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 Moved CIB stuff into a separate library and loadable component. 2012-07-02 12:34:54 +02:00
NEWS Initial commit. 2012-03-28 13:24:49 +02:00
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 'services' property for host definitions. 2012-07-06 11:22:38 +02:00
git_version.sh Made git_version.sh more Solaris-friendly. 2012-05-25 20:46:12 +02:00
icinga.sln Fixed Win32 build dependencies. 2012-07-07 13:28:25 +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'.