Michael Friedrich
|
bcc17be2ca
|
Fix missing lock and clear ack comments in RemoveHostAcknowledgement().
|
2014-03-19 22:08:28 +01:00 |
Michael Friedrich
|
1d32c5b2d3
|
Add --no-validate option and skip duplicate validation on (re)start.
Fixes #5800
|
2014-03-19 20:59:18 +01:00 |
Gunnar Beutner
|
46d7cf3d6a
|
Implement len() and the operators >, >=, < and <=.
Refs #5789
|
2014-03-19 13:25:06 +01:00 |
Gunnar Beutner
|
700cc43770
|
Update documentation.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
3383951791
|
Implement regex() and match() functions.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
124fa9ebc1
|
Make braces around constant expressions optional.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
f871758502
|
Fix the !in operator.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
ec0557afea
|
Implement additional operators: &&, ||, in and !in.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
e21e2ef707
|
Make Value operators const where possible.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
e0ad30a9c6
|
Allow arrays as operands in constant expressions.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
caad7a7973
|
Implement the 'apply template' directive.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
3587dbbd13
|
Implement support for local variables in AExpressions.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Gunnar Beutner
|
04b8724cb8
|
Implement == and != operators for AExpressions.
Refs #5789
|
2014-03-19 12:46:23 +01:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
ac35eadc8d
|
Empty command string on CHANGE_{HOST,SERVICE}_EVENTHANDLER should disable event handlers.
Fixes #5670
|
2014-03-17 18:52:23 +01:00 |
Gunnar Beutner
|
5a7d56f4a3
|
Avoid unnecessary async callback.
Refs #5748
|
2014-03-17 09:09:55 +01:00 |
Gunnar Beutner
|
4d6088bee1
|
Stop checks during shutdown.
Fixes #5784
|
2014-03-17 09:04:19 +01:00 |
Gunnar Beutner
|
ecce27f9da
|
Fix null pointer dereference in Timer::AdjustTimers.
Fixes #5783
|
2014-03-17 08:41:53 +01:00 |
Michael Friedrich
|
2d38f68bd6
|
Fix RandomCheckTask result processing.
Fixes #5780
|
2014-03-16 22:26:17 +01:00 |
Gerd von Egidy
|
40b88422d2
|
Output child pid to debug log when forking.
Fixes #5756
Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
|
2014-03-14 13:52:04 +01:00 |
Gunnar Beutner
|
737675387d
|
Windows build fix.
|
2014-03-14 13:23:04 +01:00 |
Gunnar Beutner
|
3556f9afde
|
Use more threads for Process I/O.
Refs #5748
|
2014-03-14 13:21:11 +01:00 |
Gunnar Beutner
|
5252041c6b
|
Fix Process timeouts.
Fixes #5759
|
2014-03-14 12:16:49 +01:00 |
Michael Friedrich
|
2f7881736e
|
Remove comment when clearing acknowledgement.
Fixes #5366
|
2014-03-13 16:43:32 +01:00 |
Gunnar Beutner
|
74209bde40
|
Reschedule services before running checks.
Fixes #5754
|
2014-03-13 14:13:55 +01:00 |
Gunnar Beutner
|
51dc2bea2d
|
Fix: Plugin-based checks are broken.
Fixes #5751
|
2014-03-13 12:05:27 +01:00 |
Michael Friedrich
|
76001c70e3
|
Build fix.
|
2014-03-12 17:51:42 +01:00 |
Michael Friedrich
|
1279d27720
|
Fix enable_perfdata attribute in compat features.
Fixes #5693
|
2014-03-12 15:21:56 +01:00 |
Gunnar Beutner
|
f30517a9e2
|
Build fix.
|
2014-03-12 13:19:06 +01:00 |
Gunnar Beutner
|
f3c085df44
|
Call Process callbacks asynchronously.
Refs #5748
|
2014-03-12 11:06:17 +01:00 |
Gunnar Beutner
|
f391a32487
|
Decrease the maximum number of threads allowed per ThreadPool.
Refs #5748
|
2014-03-12 10:52:07 +01:00 |
Gunnar Beutner
|
bfc5d2a4be
|
Use fewer threads for plugin-based checks.
Fixes #5748
|
2014-03-12 10:25:06 +01:00 |
Gunnar Beutner
|
51c7093e13
|
Fix initial check interval.
Refs #5716
|
2014-03-11 15:21:35 +01:00 |
Michael Friedrich
|
2b6529c424
|
Fix {Host,Service,User}Group::{Add,Remove}Member isn't thread-safe.
Fixes #5699
|
2014-03-11 10:40:37 +01:00 |
Michael Friedrich
|
09d6b6fefa
|
Health Check: Sanitize perfdata.
Refs #5664
|
2014-03-10 18:01:26 +01:00 |
Gunnar Beutner
|
a124bed5c0
|
Don't send notifications for the initial state change.
Fixes #5736
|
2014-03-10 13:54:16 +01:00 |
Gunnar Beutner
|
e693486dae
|
Fix file descriptor leak in StackTracce::Addr2Line.
Fixes #5735
|
2014-03-10 13:38:36 +01:00 |
Gunnar Beutner
|
a8a955ff9c
|
Fix $ escaping in macros.
Fixes #5378
|
2014-03-10 09:41:48 +01:00 |
Gunnar Beutner
|
bd37b9b62f
|
Fix: Check attempt counter is invalid.
Fixes #5734
|
2014-03-10 08:56:31 +01:00 |
Michael Friedrich
|
2f8b49f4ef
|
Add comment on clearing tables on reconnect.
Refs #5565
|
2014-03-09 18:20:45 +01:00 |
Michael Friedrich
|
4a077c9ceb
|
Update next check before processing any result triggering status updates.
Fixes #5733
|
2014-03-09 18:06:24 +01:00 |
Michael Friedrich
|
3885885aac
|
DB IDO: Drop obsolete icinga_node column.
Fixes #5730
|
2014-03-08 14:44:58 +01:00 |
Michael Friedrich
|
14d8f8a12e
|
Documentation: Add Domains.
Fixes #5288
|
2014-03-07 15:21:57 +01:00 |
Gunnar Beutner
|
bf1d9bf6ed
|
Fix inline service dependencies.
Fixes #5726
|
2014-03-07 12:14:28 +01:00 |
Gunnar Beutner
|
f5b4e951f0
|
Fix deadlock in Service::RemoveAllComments().
Fixes #5721
|
2014-03-07 09:53:47 +01:00 |
Gunnar Beutner
|
7e690cc7b8
|
Fix: Pending services are being checked with the retry interval.
Fixes #5716
|
2014-03-06 11:39:32 +01:00 |
Gunnar Beutner
|
f8a2ddc464
|
Include source file name and line numbers in stack traces.
Fixes #5715
|
2014-03-06 10:59:13 +01:00 |
Gunnar Beutner
|
ac3cbfe801
|
Clear servicedependencies table after reconnect.
Fixes #5714
|
2014-03-06 09:37:58 +01:00 |
Gunnar Beutner
|
979d6cc97a
|
Fix: Host groups in objects.cache aren't working properly.
Fixes #5632
|
2014-03-05 12:07:53 +01:00 |
Gunnar Beutner
|
22d53cf3b5
|
Implement a new object type for service dependencies.
Fixes #2799
|
2014-03-05 09:57:29 +01:00 |
Michael Friedrich
|
f890a7ae8c
|
Refactor status/perfdata stats registry.
Fixes #5622
|
2014-02-20 15:25:58 +01:00 |
Gunnar Beutner
|
9bdf2f4766
|
Event handlers should be run when services are in a soft state.
Fixes #5681
|
2014-02-20 10:35:58 +01:00 |
Michael Friedrich
|
d3cdbb5156
|
Implement IcingaStatusWriter object dumping local and feature stats.
Refactored the cluster listener health check too.
Refs #5622
Refs #5444
|
2014-02-17 18:51:16 +01:00 |
Michael Friedrich
|
84be5e3413
|
Implement StatsFunction Registry for features.
Refs #5622
|
2014-02-17 17:53:41 +01:00 |
Gunnar Beutner
|
8055eaa8b8
|
Revert "Set stack size rlimit."
This reverts commit 36c0af7a85 .
|
2014-02-14 12:28:21 +01:00 |
Gunnar Beutner
|
36c0af7a85
|
Set stack size rlimit.
Fixes #5659
|
2014-02-14 10:44:28 +01:00 |
Michael Friedrich
|
48a06d3335
|
Add {active,passive}_checks_{1,5,15}min to icinga check perfdata.
Fixes #5649
|
2014-02-13 12:06:32 +01:00 |
Gunnar Beutner
|
25dc86881a
|
Make script variables constant.
Fixes #5446
|
2014-02-12 11:51:50 +01:00 |
Gunnar Beutner
|
b968850bc1
|
Make Visual Studio 2010 happy (maybe).
Fixes #5637
|
2014-02-12 10:16:52 +01:00 |
Michael Friedrich
|
3246ee602b
|
Move ClusterCheckTask into the cluster component.
Refs #5438
|
2014-02-12 09:33:04 +01:00 |
Michael Friedrich
|
95f7de123e
|
Move Check Stats into CIB.
Fixes #5617
|
2014-02-10 14:59:56 +01:00 |
Gunnar Beutner
|
663f72300b
|
Fix validation for the "authorities" attribute.
Fixes #5593
|
2014-02-10 08:50:09 +01:00 |
Michael Friedrich
|
e534f9bc1b
|
Add Cluster Health Check.
Fixes #5438
|
2014-02-07 15:19:37 +01:00 |
Michael Friedrich
|
7d9dc1a36b
|
Fix including a non-existing directory exception requires path information.
Fixes #5618
|
2014-02-07 13:23:26 +01:00 |
Michael Friedrich
|
11c42b1483
|
icinga check: add *_execution_time, num_{services,hosts}_* state/pending/flap/downtime/ack as perfdata.
Fixes #5440
|
2014-02-07 11:47:58 +01:00 |
Michael Friedrich
|
5f26bb9147
|
Add check source to external commands / check result reader.
Fixes #5615
|
2014-02-07 09:48:15 +01:00 |
Michael Friedrich
|
4aeaf9a947
|
DB IDO: Add icinga_node to *history tables.
Refs #5470
|
2014-02-06 16:44:46 +01:00 |
Michael Friedrich
|
07615f14e8
|
DB IDO: Add check_source to statehistory table.
Refs #5470
|
2014-02-06 16:01:03 +01:00 |
Michael Friedrich
|
1e0a11c7f2
|
Add IcingaNodeName script variable, set as check source (WIP).
Fixes #5471
Fixes #5473
|
2014-02-06 15:38:06 +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 |
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
|
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
|
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
|
e0596f2d33
|
Fix UNIX sockets on FreeBSD.
Fixes #5567
|
2014-01-28 09:58:19 +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
|
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 |
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
|
815a34a535
|
Filelogger must not truncate log file, but append its stream.
Refs #5448
|
2014-01-14 17:25:05 +01:00 |
Michael Friedrich
|
a4466ba880
|
Fix formatting of execution_time, latency.
Fixes #5427
|
2014-01-10 00:38:16 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
3e5af43e4d
|
Don't cache config item properties.
Refs #5400
|
2013-12-20 13:31:13 +01:00 |
Gunnar Beutner
|
38aa231a2d
|
Discard unused config items as early as possibly.
Refs #5400
|
2013-12-20 13:31:13 +01:00 |
Johannes Meyer
|
2997680cf1
|
Fix indices used to access arguments of external commands
fixes #5368
|
2013-12-18 14:41:19 +01:00 |
Gunnar Beutner
|
3a10127bf4
|
Implement support for using custom variables as macros.
Fixes #5364
|
2013-12-18 10:53:26 +01:00 |
Gunnar Beutner
|
21fb0d9872
|
Implement "safe mode" for icinga::Deserialize.
Fixes #5035
|
2013-12-18 10:27:58 +01:00 |
Michael Friedrich
|
79f5618eba
|
Use std::string::find() in String::Contains().
Refs #5355
|
2013-12-17 18:34:05 +01:00 |
Michael Friedrich
|
7fa9188df8
|
Add String::Contains().
Refs #5355
|
2013-12-17 18:34:05 +01:00 |
Johannes Meyer
|
12d32ad719
|
Fix crash that might occur in a situation where icinga should not crash...
refs #5356
|
2013-12-17 16:01:33 +01:00 |
Johannes Meyer
|
772f319926
|
Fix that triggered_by field is not of type int in a livestatus response
fixes #5356
|
2013-12-17 15:15:39 +01:00 |
Gunnar Beutner
|
9bf44b9b1d
|
Fix: Missing warn/crit/min/max values are incorrectly set to 0.
Fixes #5358
|
2013-12-17 14:47:19 +01:00 |
Gunnar Beutner
|
b2ec194a82
|
Update log level for some messages.
Fixes #5357
|
2013-12-17 14:26:48 +01:00 |
Gunnar Beutner
|
41d4ba169f
|
Embed constants into lib{base,icinga,db_ido}.
Fixes #5247
|
2013-12-17 14:24:29 +01:00 |
Gunnar Beutner
|
6bec49bd23
|
Fix invalid lock in Service::UpdateSlaveNotifications.
Fixes #5354
|
2013-12-17 11:56:29 +01:00 |
Gunnar Beutner
|
ad563cf5d2
|
Use CompatUtility::GetCommandLine in StatusDataWriter::DumpCommand.
Fixes #5353
|
2013-12-17 10:20:28 +01:00 |
Johannes Meyer
|
1bec9692c6
|
Fix address and address6 being empty in objects.cache
fixes #5352
|
2013-12-17 09:50:19 +01:00 |
Gunnar Beutner
|
ddf83f33d2
|
Fix compiler warnings in Service::ProcessCheckResult.
Refs #5349
|
2013-12-17 07:55:46 +01:00 |
Gunnar Beutner
|
dac4ac02a9
|
Fix compiler warning in CompatUtility::GetServiceNotificationNotificationOptions.
Refs #5349
|
2013-12-17 07:52:35 +01:00 |
Gunnar Beutner
|
0b8b421323
|
Fix compiler warnings in ScheduledDowntime::FindNextSegment.
Refs #5349
|
2013-12-17 07:52:30 +01:00 |
Gunnar Beutner
|
65b41c51ff
|
Fix compiler warnings in ThreadPool::ThreadPool.
Refs #5349
|
2013-12-17 07:52:26 +01:00 |
Gunnar Beutner
|
79e960f7cb
|
Fix a log message.
Refs #5342
|
2013-12-16 17:23:34 +01:00 |
Gunnar Beutner
|
162cee5c40
|
Remove the ConsoleLogger class and keep the default console log enabled until we daemonize.
Refs #5342
|
2013-12-16 17:23:23 +01:00 |
Michael Friedrich
|
07e4bc03bc
|
Fix perfdata double value type formatting.
Fixes #5277
|
2013-12-16 16:57:30 +01:00 |
Michael Friedrich
|
a840dc8694
|
Apply UOM base to warn/crit/min/max to perfdata values.
Fixes #5280
|
2013-12-16 16:36:54 +01:00 |
Michael Friedrich
|
f4c132ca5b
|
Move command argument logging into the unix process class.
Refs #5225
|
2013-12-16 16:22:22 +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
|
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
|
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 |
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
|
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 |
Michael Friedrich
|
66765311c3
|
Refactor CompatUtility::* for DB IDO, Livestatus, StatusData.
Fixes #5241
|
2013-12-13 09:38:22 +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
|
e6c6a7dc52
|
Use exclamation mark for auto-generated config item names.
Fixes #5318
|
2013-12-12 11:50:08 +01:00 |
Gunnar Beutner
|
7a107b7dbd
|
Improve compatibility with C++11.
Fixes #5307
|
2013-12-11 16:40:55 +01:00 |
Johannes Meyer
|
e50dd8c1cc
|
Fix indentation in lib/icinga/externalcommandprocessor.cpp
|
2013-12-11 16:00:09 +01:00 |
Johannes Meyer
|
66845d05f8
|
Fix crash when a command is executed that affects check services
fixes #5297
|
2013-12-11 12:43:18 +01:00 |
Gunnar Beutner
|
af6df9f268
|
Improve compatibility with Windows.
Fixes #5287
|
2013-12-09 13:46:53 +01:00 |
Michael Friedrich
|
085fca90ad
|
Fix missing comment_data column in downtime tables.
Fixes #5282
|
2013-12-09 13:30:13 +01:00 |
Gunnar Beutner
|
3d7c103035
|
Fix deadlock in ServiceDbConnect::Add{Comments,Downtimes}.
Fixes #5286
|
2013-12-09 13:22:50 +01:00 |
Gunnar Beutner
|
ab2e1e99e2
|
ScriptVariableRegistry::GetInstance should not be defined inline.
Fixes #5284
|
2013-12-09 12:26:25 +01:00 |
Gunnar Beutner
|
5e9ce84c17
|
Fix duplicate IDs in queries for comments/downtimes.
Fixes #5283
|
2013-12-09 12:22:54 +01:00 |
Gunnar Beutner
|
203cf73bf7
|
Improve error messages for the check result reader.
Fixes #5275
|
2013-12-09 09:52:09 +01:00 |
Gunnar Beutner
|
3b99dc1e84
|
Fix incorrect value for the triggered_by_id column.
Fixes #5279
|
2013-12-09 09:22:04 +01:00 |
Gunnar Beutner
|
41ded2858c
|
Implement scheduled downtimes.
Fixes #3584
|
2013-12-06 13:45:18 +01:00 |