Commit Graph

2631 Commits

Author SHA1 Message Date
Gunnar Beutner 4534bb08c5 Implement DbCatEverything flag.
Fixes #5096
2013-11-20 16:47:46 +01:00
Gunnar Beutner e5fba1d881 Set default build type to RelWithDebInfo.
Fixes #5112
2013-11-20 16:36:11 +01:00
Gunnar Beutner 7b1d34dae7 Fix check result, downtime and comment message types.
Fixes #5113
2013-11-20 15:33:33 +01:00
Gunnar Beutner f9153a96f5 Fix syntax error in icinga2-build-key.
Fixes #5110
2013-11-20 13:13:35 +01:00
Gunnar Beutner b9a13608f3 Fix table in the documentation.
Refs #5109
2013-11-20 12:04:11 +01:00
Gunnar Beutner 077ac31045 Update documentation.
Fixes #5109
2013-11-20 10:29:37 +01:00
Gunnar Beutner 9bf5ad2a2b Use += for groups in the example config.
Fixes #5084
2013-11-20 09:49:17 +01:00
Gunnar Beutner 933ac5f403 Clear ID cache when (re-)connecting.
Fixes #5108
2013-11-20 09:32:30 +01:00
Gunnar Beutner a4b2c2134d Update database schemas.
Refs #5080
2013-11-20 09:10:50 +01:00
Michael Friedrich ce1b1242e4 Merge branch 'feature/migrate-objcache-5104' into next
Fixes #5104
2013-11-19 18:09:47 +01:00
Michael Friedrich dd47fed01d Merge branch 'fix/migration-parsing-5099' into next
Fixes #5099
2013-11-19 18:09:22 +01:00
Michael Friedrich df42a701d1 Migration: Add -O for objects.cache fallback.
Fixes #5104
2013-11-19 18:08:12 +01:00
Gunnar Beutner 88ac76f2ca Fix another broken IDO query.
Refs #5088
2013-11-19 16:34:41 +01:00
Michael Friedrich f30b164692 Migration: Fix duplicate command creation.
Refs #5099
2013-11-19 14:04:03 +01:00
Michael Friedrich 2514064007 Fix parsing of global macros if not defined.
Refs #5099
2013-11-19 14:04:03 +01:00
Gunnar Beutner 77b058e22c Fix incorrect IDO queries.
Fixes #5088
2013-11-19 12:55:37 +01:00
Gunnar Beutner 36a4a30149 Fix MySQL package name for SLES 11.
Fixes #5095
2013-11-18 10:05:55 +01:00
Gunnar Beutner d88268bd77 Fix group assignments in the config parser.
Fixes #5090
2013-11-17 20:50:56 +01:00
Gunnar Beutner 05a4c090c2 Make sure that the icinga2-classicui package enables the command pipe.
Fixes #5070
2013-11-17 20:10:12 +01:00
Gunnar Beutner 64dc5e9d00 Change default directory for performance data to /var/spool/icinga2/perfdata.
Fixes #5089
2013-11-17 20:04:32 +01:00
Gunnar Beutner 1676af8b2d Implement signal handler for SIGTERM.
Fixes #5087
2013-11-17 20:04:27 +01:00
Gunnar Beutner 37d9ccde94 Improve Graphite output for multi performance data.
Refs #5082
2013-11-17 13:03:24 +01:00
Gunnar Beutner b92d26cac0 Add missing $ in the https_vhost check command.
Fixes #5083
2013-11-17 03:30:56 +01:00
Gunnar Beutner 0f28e55925 Implement support for non-standard "multi" performance data.
Refs #5082
2013-11-17 03:29:43 +01:00
Gunnar Beutner d95c6c7d85 Remove trailing spaces from performance data.
Refs #5082
2013-11-17 01:00:26 +01:00
Gunnar Beutner f9b107d0bf Accept invalid performance data.
Refs #5082
2013-11-17 00:05:31 +01:00
Gunnar Beutner 93bfb6778d Fix plugin path for SLES.
Refs #5081
2013-11-16 22:58:50 +01:00
Gunnar Beutner 8f95bae779 Update Icinga RPM key.
Refs #5081
2013-11-16 21:40:32 +01:00
Gunnar Beutner b023e5af86 Merge branch 'feature/threadpool-bug-5050' into next
Fixes #5050
2013-11-15 15:29:15 +01:00
Gunnar Beutner 8c24638ff1 Fix latency calculation.
Refs #5050
2013-11-15 14:40:14 +01:00
Gunnar Beutner 1ee21816e4 Set NPROC limit in the init script.
Refs #5050
2013-11-15 14:10:52 +01:00
Gunnar Beutner 687c88bea0 Don't kill too many worker threads at once.
Refs #5050
2013-11-15 14:04:03 +01:00
Gunnar Beutner e2a7cb32e5 Use normal check interval for services which haven't been checked yet.
Refs #5050
2013-11-15 12:57:04 +01:00
Gunnar Beutner 979df4e110 Create new threads more aggressively right after program start.
Refs #5050
2013-11-15 12:36:52 +01:00
Gunnar Beutner 9a93cc83b3 Include thread pool ID in debug messages.
Refs #5050
2013-11-15 12:20:19 +01:00
Gunnar Beutner ff807dabff Use a separate thread pool for checks.
Refs #5050
2013-11-15 12:18:40 +01:00
Michael Friedrich e6128a0a96 Livestatus: Fix invalid livestatus query crashes Icinga 2.
Fixes #5076
2013-11-15 10:56:14 +01:00
Michael Friedrich bc4c4098f0 Update migration script README. 2013-11-13 22:09:27 +01:00
Gunnar Beutner 2dacc047ec Remove quotes from perfdata keys.
Fixes #5031
2013-11-13 15:43:59 +01:00
Gunnar Beutner 4b52528c48 Fix BIO_f_zlib detection.
Fixes #5019
2013-11-13 12:01:39 +01:00
Michael Friedrich 7e0f27e20f Remove inconsistent Changelog from spec. 2013-11-13 10:41:12 +01:00
Gunnar Beutner f5f8de8137 Fix compatibility with OpenSSL <1.0.0.
Refs #3657
2013-11-13 10:36:57 +01:00
Gunnar Beutner a5e3c70bcc Implement support for CRLs.
Fixes #3657
2013-11-13 10:30:40 +01:00
Gunnar Beutner 438d5c0f57 Move EmptyTimePeriod and EvenMinutesTimePeriod to libmethods.
Fixes #5032
2013-11-13 09:41:06 +01:00
Gunnar Beutner 6ccf4497f2 Fix unit tests on Windows.
Fixes #5068
2013-11-13 09:08:17 +01:00
Gunnar Beutner d1d3c0e247 Improve VS visualizers.
Refs #5067
2013-11-13 08:42:18 +01:00
Gunnar Beutner b324f59a06 Implement debug visualizers for Visual Studio.
Fixes #5067
2013-11-13 00:32:30 +01:00
Gunnar Beutner f3e849ba60 Fix library path for libpq on Windows.
Fixes #5066
2013-11-12 23:48:28 +01:00
Michael Friedrich 33fab97dc7 Update ChangeLog.
Refs #5051
2013-11-12 10:20:13 +01:00
Gunnar Beutner a7effcbe81 Merge remote-tracking branch 'origin/feature/release-5051' into next
Fixes #5051
2013-11-12 10:18:18 +01:00