Icinga2 - Moteur de monitoring
Find a file
2012-06-12 10:13:57 +02:00
attic Updated documentation. 2012-05-18 22:21:28 +02:00
base Integrate libdyn with the configfile component. 2012-06-12 10:13:57 +02:00
compat Fixed Solaris compatibility. 2012-05-29 16:56:25 +02:00
components Integrate libdyn with the configfile component. 2012-06-12 10:13:57 +02:00
config Fixed Solaris compatibility. 2012-05-29 16:56:25 +02:00
debian Fixed Debian lintian warnings. 2012-05-11 13:54:37 +02:00
dyn Integrate libdyn with the configfile component. 2012-06-12 10:13:57 +02:00
dyntest Integrate libdyn with the configfile component. 2012-06-12 10:13:57 +02:00
icinga Integrate libdyn with the configfile component. 2012-06-12 10:13:57 +02:00
icinga-app Fixed Solaris compatibility. 2012-05-29 16:56:25 +02:00
jsonrpc Added dyn test class. 2012-05-30 12:43:33 +02:00
test Added SQLite. 2012-05-29 13:52:24 +02:00
third-party Removed SQLite. 2012-05-30 09:51:45 +02:00
.gitignore Updated git ignores. 2012-05-26 18:32:00 +02:00
aminclude.am Added missing m4 file. 2012-05-21 08:24:51 +02:00
AUTHORS Fixed Debian lintian warnings. 2012-05-11 13:54:37 +02:00
autogen.sh Cleaned up configure.ac and made the build scripts more Solaris-friendly. 2012-05-25 13:51:05 +02:00
ChangeLog Initial commit. 2012-03-28 13:24:49 +02:00
configure.ac Fixed memory leaks in the parser. 2012-06-06 14:38:28 +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
Doxyfile.in Win32: added handler for Ctrl-C 2012-05-21 12:54:28 +02:00
git_version.sh Made git_version.sh more Solaris-friendly. 2012-05-25 20:46:12 +02:00
GPLHeader Fixed FSF address. 2012-05-11 13:33:57 +02:00
icinga.sln Added dyn test class. 2012-05-30 12:43:33 +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
INSTALL Updated git ignores 2012-03-30 07:39:12 +02:00
Makefile.am Fixed code gen bug with nested templates. 2012-06-06 20:33:25 +02:00
NEWS Initial commit. 2012-03-28 13:24:49 +02:00
README Updated RPM packaging scripts. 2012-05-27 16:21:50 +02:00

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

The following requirements need to be fulfilled in order to build the
application using a dist tarball:

* C++ compiler
* OpenSSL library and header files
* Doxygen (only if you plan on building the internal code documentation)

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:

* Boost library
* GNU Automake
* GNU Autoconf
* GNU Libtool

"make dist" extracts the following components from the Boost library (using
bcp):

* tr1
* smart_ptr
* bind
* function
* make_shared

These components are only used on the target system if your C++ compiler does
not at least support TR1 and there's no other system-wide installation of the
Boost library.

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