Commit Graph

3541 Commits

Author SHA1 Message Date
Gunnar Beutner a5d3523b85 Rename the function, return and for keywords and remove the lambda keyword.
Fixes #6194
2014-05-12 12:59:12 +02:00
Gunnar Beutner a1f578f4f1 Fix spelling mistake.
Refs #5795
2014-05-12 12:31:45 +02:00
Gunnar Beutner a4e2c48c96 Add check comment for NSClient++.
Refs #5795
2014-05-12 12:30:30 +02:00
Gunnar Beutner c58aa9e86f Improve error message when execvpe() fails.
Fixes #6160
2014-05-12 10:58:17 +02:00
Gunnar Beutner 9b7702195a Don't use colors for the whole log message.
Refs #6070
2014-05-12 10:27:01 +02:00
Gunnar Beutner 2fb0c3d335 Update INSTALL file.
Fixes #6116
2014-05-12 09:03:00 +02:00
Gunnar Beutner 9c3e399188 Remove unnecessary includes.
Fixes #6189
2014-05-11 18:11:32 +02:00
Michael Friedrich db07854c76 Documentation: Fix DB category requirements.
Fixes #5485
2014-05-11 15:42:35 +02:00
Michael Friedrich 2b20f6355f Documentation: Explain how runtime macro evaluation order works.
Fixes #6010
2014-05-11 15:31:29 +02:00
Michael Friedrich b64a632068 Documentation: Fix runtime macros in migration section.
Fixes #6149
2014-05-11 15:10:40 +02:00
Michael Friedrich ad77709c07 Rename host.total_* runtime macros to host.num_*.
Fixes #6188
2014-05-11 15:08:32 +02:00
Michael Friedrich 7e10a2bc5d Documentation: First draft for cluster v3.
Refs #6107
Refs #4739
2014-05-11 14:36:18 +02:00
Michael Friedrich d8fb027989 Documentation: Change order of objects.
Refs #5795
2014-05-11 13:16:37 +02:00
Michael Friedrich f499d936a4 Documentation: Add command arguments.
Fixes #5933
2014-05-11 13:05:32 +02:00
Gunnar Beutner 6a8db4035d Fix another couple of compiler warnings.
Refs #5823
2014-05-11 08:36:51 +02:00
Gunnar Beutner 12c8814bd8 Fix some more compiler warnings.
Refs #5823
2014-05-11 06:43:01 +02:00
Gunnar Beutner c7b5e4c31e Fix some compiler warnings.
Refs #5823
2014-05-11 06:04:43 +02:00
Michael Friedrich 7a4fa25a49 Livestatus: Add 'check_source' to hosts table.
Fixes #6185
2014-05-10 21:57:01 +02:00
Michael Friedrich d13871e233 Documentation: Add schema extensions.
Refs #6094
2014-05-10 21:38:23 +02:00
Michael Friedrich 909c353839 Merge branch 'feature/is-reachable-6094' into next
Fixes #6094
2014-05-10 21:28:41 +02:00
Michael Friedrich d98d0e9c53 DB IDO: Bump schema version to 1.11.3.
Refs #6094
2014-05-10 21:27:56 +02:00
Michael Friedrich 1e26d04bd6 StatusDataWriter: Add 'is_reachable' {host,service}status attribute.
Refs #6094
2014-05-10 21:21:29 +02:00
Michael Friedrich f5e568d3fb DB IDO: Add 'is_reachable' column to {host,service}status tables.
Refs #6094
2014-05-10 21:03:47 +02:00
Michael Friedrich 97d51c4269 Livestatus: Add 'is_reachable' to hosts/services table.
Refs #6094
2014-05-10 20:37:09 +02:00
Michael Friedrich 3976fc2369 Documentation: Fix external commands table.
Fixes #6128
2014-05-10 20:19:47 +02:00
Michael Friedrich be882756bf Documentation: Add development section.
Fixes #6184
2014-05-10 19:28:59 +02:00
Michael Friedrich d06d4f2540 Include monitoring plugin commands seperately.
Fixes #6130
2014-05-10 19:02:51 +02:00
Michael Friedrich faf758eb26 Merge branch 'fix/db-ido-enable-signals-6151' into next
Fixes #6151
2014-05-10 17:25:44 +02:00
Michael Friedrich 7730cc9b52 ModifiedAttributes for Enable* must call signals.
Refs #6151
Refs #5219
2014-05-10 17:24:39 +02:00
Michael Friedrich 76658e7ddd DB IDO: Add Enable* db events.
Refs #6151
2014-05-10 16:52:48 +02:00
Michael Friedrich 07bd8943ce Add OnEnablePerfdataChanged signal.
Refs #6151
2014-05-10 16:24:58 +02:00
Michael Friedrich c465ec90b7 Documentation: Fix HostGroup assign example.
Fixes #6163
2014-05-10 15:56:51 +02:00
Gunnar Beutner 7df7ec94d2 Fix scoping rules for dictionaries.
Refs #6183
2014-05-10 12:43:16 +02:00
Gunnar Beutner 6d7e028f92 Use a separate scope for "for" loops.
Refs #6183
2014-05-10 12:03:54 +02:00
Gunnar Beutner 0e34968e8f Implement for loops.
Fixes #6183
2014-05-10 11:26:56 +02:00
Gunnar Beutner ab8624d2f5 Implement support for arrays for the indexer operator.
Fixes #6182
2014-05-10 10:46:49 +02:00
Gunnar Beutner 0c31bae792 Config validator: Make sure that objects are not abstract.
Fixes #6148
2014-05-09 19:40:56 +02:00
Gunnar Beutner 042e4270bf Fix an issue where expired Timer pointers caused other timers to be delayed.
Fixes #6179
2014-05-09 19:26:31 +02:00
Gunnar Beutner 4c235f7785 Update Vagrant documentation link.
Refs #5795
2014-05-09 15:32:49 +02:00
Gunnar Beutner a8e6ae15f9 Disable timer unit tests.
Refs #6179
2014-05-09 14:50:44 +02:00
Gunnar Beutner bd8ccec258 Fix deadlock when calling functions recursively.
Fixes #6178
2014-05-09 14:45:59 +02:00
Gunnar Beutner b367187c0b Implement HA for IDO connections.
Refs #6107
2014-05-09 13:02:30 +02:00
Gunnar Beutner 4c022199f4 Reimplement load-balancing for checks.
Refs #6107
2014-05-09 11:45:21 +02:00
Gunnar Beutner 020ca0b2e9 Apply: Inherit zone from parent object.
Refs #6107
2014-05-09 10:36:26 +02:00
Gunnar Beutner dade476533 Remove the ZlibStream class and the stream_bio functionality.
Fixes #6119
2014-05-09 10:23:54 +02:00
Gunnar Beutner 7b9efdb63b Update documentation.
Refs #5795
2014-05-09 10:13:00 +02:00
Michael Friedrich cf930ef552 Remove Perl dependency for Debian packages.
Fixes #6150
2014-05-08 18:15:39 +02:00
Gunnar Beutner 3981ad213d Fix the timer_scope test.
Refs #6107
2014-05-08 17:23:26 +02:00
Gunnar Beutner 01941a9807 Don't log repository messages.
Refs #6107
2014-05-08 15:46:47 +02:00
Gunnar Beutner b36b03cac1 Remove zone check in ApiEvents::UpdateRepositoryAPIHandler.
Refs #6107
2014-05-08 15:27:16 +02:00