Commit Graph

2904 Commits

Author SHA1 Message Date
Johannes Meyer ba4286b549 Drop dummy test and fix livestatus utility class
refs #5223
2013-12-16 15:39:31 +01:00
Johannes Meyer 6832625bcc Add external commands test [WIP]
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 02d24200bb Refactor IDO query code
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer d5dc65a752 Add check to the statusdata test for regular file updates
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer f8887c2f89 Update readme file
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 6eb169b215 Fix vm bootstrapping
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer a443e4a4fc Refactor vm bootstrapping
refs #5223
2013-12-16 15:37:38 +01:00
Johannes Meyer 42687a3616 Add --output switch to the test runner
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 8a9c6c7342 Add checkresult tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 45e5d34ec4 Let the IDO tests take reschedule actions into account
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer c1d31179ef Fix command execution over SSH
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 7f64e58c32 Make setup output quiet
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 17e36fe1cc Add IDO tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 3b04b4dcf5 Add file existence tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer cd05686a70 Add state tests
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 518d0bfd10 Fix settings section in configuration file
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 9d87ce571b Add configuration aware test runner
refs #5223
2013-12-16 15:37:37 +01:00
Johannes Meyer 3aa21fb340 Fix aggregation of the type and is_service livestatus comment columns
refs #5332
2013-12-16 15:36:38 +01:00
Johannes Meyer 4a6fddadb8 Fix deadlock when querying comments or downtimes through livestatus
fixes #5332
2013-12-16 14:14:01 +01:00
Michael Friedrich e8cf349451 Update .gitignore.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2013-12-16 11:19:03 +01:00
Gunnar Beutner 2f58071b6f Fix race condition in Logger::GetLoggers.
Fixes #5341
2013-12-16 09:53:50 +01:00
Michael Friedrich 9452bc7095 Only print config validation for existing objects.
Refs #5298
2013-12-16 09:39:14 +01:00
Gunnar Beutner 807d0a47e6 Fix spelling mistake in ConfigItem::ActivateItems.
Fixes #5334
2013-12-15 18:47:11 +01:00
Gunnar Beutner 84fbbd5beb Merge branch 'feature/race-cond-5337' into next
Fixes #5337
2013-12-15 18:46:29 +01:00
Gunnar Beutner ff5a35b7db Fix race condition in TimePeriod::Start.
Refs #5337
2013-12-15 18:46:14 +01:00
Gunnar Beutner f08bca220d Fix race condition in icinga::Log.
Refs #5337
2013-12-15 18:46:09 +01:00
Gunnar Beutner 0af81f2da2 Fix race conditions in the config compiler.
Fixes #5335
2013-12-15 11:54:22 +01:00
Gunnar Beutner 4563bb355f Fix another race condition in DynamicObject::Start.
Fixes #5330
2013-12-14 07:36:49 +01:00
Michael Friedrich 5f54406057 Log commands and their arguments.
Fixes #5225
2013-12-13 17:37:00 +01:00
Michael Friedrich f47f7fb8c5 Compat: Fix commands in objects.cache file.
Refs #5328
2013-12-13 17:36:31 +01:00
Michael Friedrich 2ae988f457 Windows build fix. 2013-12-13 17:09:47 +01:00
Michael Friedrich c66878fa45 Add config validation stats.
Fixes #5298
2013-12-13 16:53:40 +01:00
Michael Friedrich 47f814cc4d Improve StatusDataWriter performance.
Fixes #5328
2013-12-13 15:23:44 +01:00
Gunnar Beutner 7fbdf1d633 Fix crash in icinga::Log.
Fixes #5330
2013-12-13 15:13:20 +01:00
Gunnar Beutner 6f92a62953 Implement latency statistics for the "icinga" check.
Fixes #5325
2013-12-13 15:09:17 +01:00
Gunnar Beutner 0e4c00805c Add documentation for the "icinga" check command.
Fixes #5326
2013-12-13 14:41:48 +01:00
Gunnar Beutner 13d72c5ef5 Merge branch 'feature/tp-contention-5327' into next
Fixes #5327
2013-12-13 14:09:20 +01:00
Gunnar Beutner e7184225f3 Improve performance for icinga::Deserialize.
Refs #5327
2013-12-13 14:08:11 +01:00
Gunnar Beutner f8d7f7799e Improve WorkQueue performance
Refs #5327
2013-12-13 14:08:06 +01:00
Gunnar Beutner b4f2f06b88 Implement ParallelWorkQueue class.
Refs #5327
2013-12-13 14:08:02 +01:00
Gunnar Beutner b5792a0b81 Avoid using ConfigItem::GetObject when possible.
Refs #5327
2013-12-13 14:07:57 +01:00
Gunnar Beutner 37179cdf32 Improve config compiler performance.
Refs #5327
2013-12-13 14:07:37 +01:00
Johannes Meyer 9134c7fab6 Enable password authentication for PostgreSQL
resolves #5264
2013-12-13 11:30:58 +01:00
Johannes Meyer dcd732905f Merge branch 'fix/column-headers-in-json-output-5317' into next
fixes #5317
2013-12-13 10:28:05 +01:00
Johannes Meyer 0d99f98354 Fix that the "ColumnHeaders" option has no effect for json output
Fixes another bug that the "Columns" option did not disable
ColumnHeaders at all.

refs #5317
2013-12-13 10:24:18 +01:00
Michael Friedrich 66765311c3 Refactor CompatUtility::* for DB IDO, Livestatus, StatusData.
Fixes #5241
2013-12-13 09:38:22 +01:00
Gunnar Beutner 947b6f3207 Make icinga2-{enable,disable}-feature list currently enabled features.
Fixes #5319
2013-12-12 15:46:17 +01:00
Gunnar Beutner 98733fc105 Add timestamp to crash dumps.
Fixes #5315
2013-12-12 14:38:34 +01:00
Johannes Meyer 9229aa4948 Merge branch 'feature/Array-insert-functionality' into next
resolves #5320
2013-12-12 13:53:27 +01:00
Michael Friedrich 1119c2f17b Fix crash while reading livestatus query.
Refs #5316
2013-12-12 12:07:47 +01:00