1749 Commits

Author SHA1 Message Date
Gunnar Beutner
63d761bcb7 Remove duplicate sentence from the README file. 2013-08-29 07:37:34 +02:00
Pall Sigurdsson
6f513fd4f2 Update icinga2.spec
Added several "BuildRequires" that were needed to make the build process work.

Also added a "sh autogen.sh" to the %build section, otherwise there is no ./configure to execute.

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2013-08-28 18:24:12 +02:00
Michael Friedrich
af86fa8ed9 Revert "make: mkembedconfig is required for 'dist'"
This reverts commit 1e637dbbd40d1e64f32567cd44230980559b3a10.
2013-08-28 18:09:20 +02:00
Gunnar Beutner
3198444fa6 Fix a grammar mistake in --help. 2013-08-28 17:19:34 +02:00
Gunnar Beutner
e0c452bb00 Build fix for --enable-debug. 2013-08-28 16:49:58 +02:00
Michael Friedrich
1e637dbbd4 make: mkembedconfig is required for 'dist'
fixes #4489
2013-08-28 16:19:13 +02:00
Gunnar Beutner
788104980c Implement cluster events for downtimes. 2013-08-28 16:08:22 +02:00
Gunnar Beutner
a49d298b9c Implement cluster events for comments. 2013-08-28 14:59:41 +02:00
Gunnar Beutner
0d24b941f5 Implement some cluster events. 2013-08-28 11:12:20 +02:00
Gunnar Beutner
58a932ab6f Add error info for ftruncate() call. 2013-08-28 10:48:19 +02:00
Gunnar Beutner
f39f69d390 Refactor ASSERT macro. 2013-08-28 08:18:58 +02:00
Michael Friedrich
6f61ed761b spec: Add TODO for el5 boost pkg. 2013-08-27 19:36:03 +02:00
Gunnar Beutner
42cc9cc9b5 Bug fix for ThreadPool::KillWorker(). 2013-08-27 15:57:00 +02:00
Gunnar Beutner
f49bb3d150 Refactor JSON-RPC library and implement check-result messages. 2013-08-27 12:21:41 +02:00
Gunnar Beutner
45b8d96461 Clean up JSON-RPC library. 2013-08-26 16:53:17 +02:00
Gunnar Beutner
e9e55cd8c0 Remove the replication feature and clean up the code. 2013-08-26 14:56:38 +02:00
Michael Friedrich
b89f72b552 Windows x64 build fix. 2013-08-20 12:50:24 +02:00
Gunnar Beutner
82b3b81b91 Windows build fix. 2013-08-20 08:29:38 +02:00
Gunnar Beutner
74822e929a Implement missing + operator for the Value class.
Fixes #4497
2013-08-19 08:53:59 +02:00
Michael Friedrich
1a13f2ad6e Perfdata: Fix config validation warning. 2013-08-16 17:24:59 +02:00
Michael Friedrich
ff545add78 Config: Fix docs suggestion. 2013-08-16 17:24:22 +02:00
Michael Friedrich
146a253278 spec: Fix missing files/directories. 2013-08-16 16:58:31 +02:00
Michael Friedrich
e78e547200 spec: Install icinga2.conf by default.
fixes #4523
2013-08-16 16:34:24 +02:00
Michael Friedrich
e6ee4c9191 spec: Fix buildrequires. 2013-08-16 16:17:14 +02:00
Michael Friedrich
ac478080cd docs: Build as book, not article. 2013-08-16 16:14:14 +02:00
Michael Friedrich
c39b931bba s/sbin/bin/ in docs, spec
refs #4539
2013-08-16 14:52:34 +02:00
Michael Friedrich
8613beb539 Fix Icinga 2 Binary is in the wrong directory.
fixes #4539
2013-08-16 14:50:01 +02:00
Michael Friedrich
a8abb48486 make: Create /var/spool/icinga2/perfdata on install.
refs #4568
2013-08-16 13:35:19 +02:00
Michael Friedrich
d88690777c docs: add perfdata/livestatus/ido types 2013-08-16 12:43:35 +02:00
Michael Friedrich
7760c2c7bc ido: Rename component with ido prefix.
This marks the configuration object as ido specific mysql db connection.

refs #3307
2013-08-16 11:15:05 +02:00
Michael Friedrich
0b892c123f docs: add migration/compat basics 2013-08-15 17:50:12 +02:00
Michael Friedrich
83b3682001 Documentation: Fix section 1 headers. 2013-08-14 15:20:21 +02:00
Michael Friedrich
f33a277279 Documentation: Include all chapters in single file for post-processing
... into docbook html later.
2013-08-14 15:20:21 +02:00
Michael Friedrich
3f14b374bc docs: add install/config/main pages 2013-08-14 15:20:21 +02:00
Michael Friedrich
7212b9cffb Fix build on debian squeeze. 2013-08-13 22:07:05 +02:00
Michael Friedrich
52114cc780 contrib: Add MF's test config for compat/ido/livestatus 2013-08-12 13:33:51 +02:00
Michael Friedrich
8a2869999e ido: Restore comments/downtimes on config change.
refs #4378
refs #4380
2013-08-12 11:08:29 +02:00
Michael Friedrich
478e42dbde comments: Only send signal on removal. 2013-08-12 11:08:22 +02:00
Gunnar Beutner
3c0b8b9d5a ido: Add preliminary support for downtimes. 2013-08-09 15:30:46 +02:00
Michael Friedrich
ffc3e85ba5 contrib: Add stderr print to flap.sh 2013-08-09 14:59:09 +02:00
Michael Friedrich
a6cc26c2d7 compat: Fix wrong const placement. 2013-08-09 14:29:56 +02:00
Gunnar Beutner
be35ad8a48 ido: Clean up newlines. 2013-08-09 14:26:17 +02:00
Gunnar Beutner
1b31e54e05 ido: Fix const placement for arguments. 2013-08-09 14:23:15 +02:00
Michael Friedrich
1a798232ba compat: fix customvar exclude 2013-08-09 14:07:44 +02:00
Michael Friedrich
62d0b6c30c ido: Add host/service customvariables.
refs #4378
2013-08-09 13:55:50 +02:00
Michael Friedrich
e7214174b1 compat: Add CompatUtility::GetCustomVariableConfig(). 2013-08-09 13:55:44 +02:00
Michael Friedrich
d562e98779 ido: Add missing check_type for host/service status tables.
refs #4380
2013-08-09 12:35:42 +02:00
Gunnar Beutner
c34540676e ido: Use relative timestamps for the timeranges. 2013-08-09 11:07:55 +02:00
Gunnar Beutner
0df4c173c9 ido: Implement support for timeranges. 2013-08-09 10:39:03 +02:00
Michael Friedrich
d88a1e5942 docs: add ido_mysql table_prefix to tutorial 2013-08-08 17:57:10 +02:00