Michael Friedrich
|
7342706eb8
|
Documentation: Add unique section ids.
Fixes #5586
|
2014-02-05 15:54:00 +01:00 |
Gunnar Beutner
|
e6d405b4a4
|
Fix stack overflow in IdoPgsqlConnection::InternalExecuteQuery.
Fixes #5610
|
2014-02-05 14:59:11 +01:00 |
Michael Friedrich
|
0e2e031c23
|
Documentation: Emphasize on runtime vs configuration macros.
Fixes #5457
Fixes #5458
|
2014-02-05 14:39:29 +01:00 |
Gunnar Beutner
|
9116c58b24
|
Fix: IcingaUseVfork warning when spawning child processes.
Fixes #5607
|
2014-02-05 14:32:56 +01:00 |
Johannes Meyer
|
a6a13ab86c
|
Fix invalid testing configuration
|
2014-02-05 14:22:58 +01:00 |
Johannes Meyer
|
862f61d93b
|
Fix the vm-test runner's error handling
|
2014-02-05 14:22:57 +01:00 |
Johannes Meyer
|
a7e237640f
|
Fix external command tests
|
2014-02-05 14:22:57 +01:00 |
Johannes Meyer
|
6bc1f3cf8d
|
Fix test-vm bootstrapping
|
2014-02-05 14:22:57 +01:00 |
Gunnar Beutner
|
984ffb7421
|
Fix memory leak in Utility::GlobRecursive.
Fixes #5604
|
2014-02-05 13:53:56 +01:00 |
Gunnar Beutner
|
c818d94d93
|
Fix race condition in the config validator.
Fixes #5602
|
2014-02-05 12:00:37 +01:00 |
Michael Friedrich
|
1728095c53
|
Fix ProcessHostCheckResult error message.
Fixes #5601
|
2014-02-04 15:59:08 +01:00 |
Gunnar Beutner
|
ed2d4e627c
|
Fix builds on Debian wheezy.
Fixes #5596
|
2014-02-04 12:59:22 +01:00 |
Michael Friedrich
|
9dd904942a
|
Compat: Fix notification type string.
Fixes #5420
|
2014-02-04 10:54:38 +01:00 |
Gunnar Beutner
|
6549a6dd2e
|
Merge branch 'feature/ido-reuse-ids-5565' into next
Fixes #5565
|
2014-02-04 09:58:32 +01:00 |
Gunnar Beutner
|
856f01198d
|
Re-use IDs where possible.
Refs #5565
|
2014-02-04 09:37:56 +01:00 |
Gunnar Beutner
|
3a23f0110b
|
Move the ClearConfigTables function into the DbConnection class.
Refs #5565
|
2014-02-04 09:19:11 +01:00 |
Gunnar Beutner
|
6c724d2797
|
Add note about certificate file permissions.
Fixes #5573
|
2014-02-04 08:27:51 +01:00 |
Michael Friedrich
|
91e6838ceb
|
Documentation: Add examples for time related macros.
Fixes #5376
|
2014-02-03 11:11:56 +01:00 |
Gunnar Beutner
|
5ae20eb31a
|
Fix duplicate object IDs for command objects.
Fixes #5584
|
2014-01-31 10:42:27 +01:00 |
Gunnar Beutner
|
238d90401c
|
Implement an option to disable use of vfork().
Fixes #5583
|
2014-01-31 08:44:00 +01:00 |
Michael Friedrich
|
d31ca31e90
|
DB IDO: Implement notification object insert id cache.
Refs #5103
|
2014-01-29 17:38:02 +01:00 |
Michael Friedrich
|
fbdadea24c
|
Fix notification script.
Fixes #5419
|
2014-01-29 14:41:56 +01:00 |
Michael Friedrich
|
06e703e26b
|
Documentation: Add IDO PostgreSQL setup.
Fixes #5574
|
2014-01-29 13:34:30 +01:00 |
Michael Friedrich
|
a3097ff3c6
|
DB IDO: Fix the way notification_id is handled.
Fixes #5103
Fixes #5265
|
2014-01-28 17:53:40 +01:00 |
Michael Friedrich
|
f30eca5a73
|
DB IDO: Refactor notification signal handling.
Refs #5103
Fixes #5265
|
2014-01-28 15:53:12 +01:00 |
Gunnar Beutner
|
95559cb329
|
Fix: PROCESS_HOST_CHECK_RESULT misinterprets the given status code.
Fixes #5462
|
2014-01-28 14:44:06 +01:00 |
Gunnar Beutner
|
f9e8e204f9
|
Fix: Crash when state file is invalid.
Fixes #5361
|
2014-01-28 14:33:21 +01:00 |
Gunnar Beutner
|
08303f9aca
|
Incrementally fetch MySQL/PGsql rows.
Fixes #5374
|
2014-01-28 14:26:56 +01:00 |
Gunnar Beutner
|
e0596f2d33
|
Fix UNIX sockets on FreeBSD.
Fixes #5567
|
2014-01-28 09:58:19 +01:00 |
Michael Friedrich
|
a2e504bd01
|
Build fix.
Refs #5409
|
2014-01-27 17:03:50 +01:00 |
Michael Friedrich
|
4428e1a4e2
|
Don't include unnecessary dirs in release tarball.
Fixes #5409
|
2014-01-27 16:28:03 +01:00 |
Michael Friedrich
|
7ca1c46364
|
Documentation: Add a chapter about available Icinga 2 user interfaces.
Fixes #5498
|
2014-01-24 18:26:32 +01:00 |
Michael Friedrich
|
db20f28b99
|
Documentation: Add disable/override objects/attribute section.
Fixes #5442
|
2014-01-24 16:28:21 +01:00 |
Michael Friedrich
|
26f41502b4
|
Documentation: Add service check authorities.
Fixes #5441
|
2014-01-24 14:20:37 +01:00 |
Michael Friedrich
|
f9c37524f1
|
DB IDO: Fix wrong timestamp in column expiration_time.
Fixes #5292
|
2014-01-23 17:42:33 +01:00 |
Michael Friedrich
|
fcec5c61a0
|
CompatUtility: Fix broken custom variable dump.
Fixes #5547
|
2014-01-21 16:13:27 +01:00 |
Johannes Meyer
|
876587d727
|
Merge branch 'feature/test-external-commands-5345' into next
resolves #5345
|
2014-01-20 17:21:19 +01:00 |
Johannes Meyer
|
f8e6673123
|
Implement missing host/servicegroup commands
fixes #5504
|
2014-01-20 16:58:18 +01:00 |
Johannes Meyer
|
f11ed8a684
|
Implement ENABLE_HOSTGROUP_PASSIVE_HOST_CHECKS
fixes #5501
fixes #5502
fixes #5503
|
2014-01-20 16:04:02 +01:00 |
Johannes Meyer
|
8a25bff8a6
|
Fix that dis-/enabling notifications affect active checks
fixes #5500
|
2014-01-20 11:12:03 +01:00 |
Michael Friedrich
|
79d6bbe8a8
|
Documentation: Rename Nagios Plugins to Monitoring Plugins.
Fixes #5495
|
2014-01-17 21:30:05 +01:00 |
Johannes Meyer
|
cf81db562f
|
Fix that the service_object_id is not correctly set in the servicechecks table
fixes #5486
|
2014-01-16 16:12:29 +01:00 |
Johannes Meyer
|
5aca228950
|
Fix that "categories" is not a valid attribute for DbConnection objects
refs #5482
|
2014-01-16 12:25:46 +01:00 |
Johannes Meyer
|
518ab55418
|
Fix the config compiler's ignorance
fixes #5482
|
2014-01-16 10:17:25 +01:00 |
Michael Friedrich
|
c38c81ac3f
|
Additional documentation fixes for NotificationCommand example.
Fixes #5478
|
2014-01-15 21:04:01 +01:00 |
Michael Friedrich
|
df059086e4
|
Documentation: Fix host!service seperator for inline services.
Fixes #5476
|
2014-01-15 20:44:26 +01:00 |
Michael Friedrich
|
9140d80e1f
|
Documentation: Add default classic ui login.
Fixes #5475
|
2014-01-15 20:16:16 +01:00 |
Johannes Meyer
|
7e235a53c5
|
Fix hostcheck state conversion of the statusdatawriter
fixes #5449
|
2014-01-15 14:50:58 +01:00 |
Michael Friedrich
|
d78e5a9676
|
spec: Fix boost version requirement for OpenSUSE 13.1.
Fixes #5451
|
2014-01-14 18:30:57 +01:00 |
Michael Friedrich
|
51aa2d7f43
|
Merge branch 'feature/log-trunc-rotate-5448' into next
Fixes #5448
|
2014-01-14 17:43:18 +01:00 |