Gunnar Beutner
|
5d45c74be3
|
Improve function metadata by adding arguments
fixes #5087
|
2017-03-27 14:43:19 +02:00 |
Michael Friedrich
|
b7caf0820d
|
Ensure that *.icinga.com is used everywhere
fixes #13897
fixes #13277
|
2017-01-10 17:19:12 +01:00 |
Gunnar Beutner
|
288413f046
|
Replace BOOST_FOREACH with range-based for loops
fixes #12538
|
2016-08-25 06:46:17 +02:00 |
Gunnar Beutner
|
43a4acd5a2
|
Remove deprecated functions
fixes #12507
|
2016-08-23 15:01:40 +02:00 |
Gunnar Beutner
|
e09fb88cae
|
Make sure functions are registered with the correct prefix
refs #12393
|
2016-08-10 16:33:17 +02:00 |
Gunnar Beutner
|
dc06209e4a
|
Move internal script functions into the 'Internal' namespace
fixes #12338
|
2016-08-10 06:55:44 +02:00 |
Gunnar Beutner
|
ed27130402
|
Fix: "day -X" time specifications are parsed incorrectly
fixes #11147
|
2016-05-11 09:23:55 +02:00 |
Adam James
|
e04b70856b
|
Fix parsing of YYYY-MM-DD in LegacyTimePeriod::ParseTimeSpec
fixes #11132
Signed-off-by: Jean Flach <jean-marcel.flach@netways.de>
|
2016-02-10 16:24:36 +01:00 |
Gunnar Beutner
|
599929b0f6
|
Update copyright headers for 2016
|
2016-01-12 08:29:59 +01:00 |
Jean Flach
|
f1a1dfb26e
|
Update use of String::Trim()
fixes #9704
|
2015-08-27 18:06:20 +02:00 |
Gunnar Beutner
|
a5c5569324
|
Improve timeperiod validation error messages
fixes #8893
|
2015-03-29 08:13:11 +02:00 |
Gunnar Beutner
|
a6822fd59a
|
Fix validation errors for time ranges which span the DST transition
fixes #8892
|
2015-03-29 08:05:01 +02:00 |
Michael Friedrich
|
2ed78e82a8
|
Validate configured TimePeriod ranges
Requires re-throwing the hidden exceptions inside the existing
timeperiod code and validating the configured time range
strings then.
fixes #7576
|
2015-02-13 17:10:58 +01:00 |
Gunnar Beutner
|
2f44581f14
|
Validate timeperiod segments
fixes #8309
|
2015-01-29 14:14:56 +01:00 |
Michael Friedrich
|
78bfd0204c
|
Update copyright year
|
2015-01-22 12:00:23 +01:00 |
Gunnar Beutner
|
363f23b1d8
|
Rename ScriptFunction to Function
fixes #8258
|
2015-01-21 08:48:38 +01:00 |
Gunnar Beutner
|
407f88e185
|
Fix incorrect week day calculation in LegacyTimePeriod::ParseTimeSpec
fixes #6943
|
2014-12-20 22:04:24 +01:00 |
Gunnar Beutner
|
97168378e8
|
Rename _DEBUG to I2_DEBUG
fixes #7767
|
2014-12-19 12:19:28 +01:00 |
Gunnar Beutner
|
478f03b49a
|
Replace boost::shared_ptr with boost::intrusive_ptr
refs #7622
|
2014-11-09 16:54:41 +01:00 |
Gunnar Beutner
|
2d5e9514a5
|
Refactor logging code
|
2014-10-19 17:52:17 +02:00 |
Gunnar Beutner
|
b18f57a745
|
Remove logger_fwd.hpp
|
2014-10-19 14:50:39 +02:00 |
Michael Friedrich
|
3ecec31af3
|
Change log message identifier for libicinga.
Refs #6346
|
2014-05-28 14:42:00 +02:00 |
Gunnar Beutner
|
632026cd9f
|
Rename C++ header files.
Fixes #6291
|
2014-05-25 16:27:14 +02:00 |
Gunnar Beutner
|
6a8db4035d
|
Fix another couple of compiler warnings.
Refs #5823
|
2014-05-11 08:36:51 +02:00 |
Gunnar Beutner
|
ad42367999
|
Refactor name helper classes a bit.
Refs #5925
|
2014-04-06 08:15:07 +02:00 |
Michael Friedrich
|
ce737ff2f3
|
Change copyright header (again).
Fixes #5424
|
2014-03-19 11:42:47 +01:00 |
Michael Friedrich
|
555d72150a
|
Update copyright header.
Fixes #5424
|
2014-01-09 00:32:11 +01:00 |
Gunnar Beutner
|
41ded2858c
|
Implement scheduled downtimes.
Fixes #3584
|
2013-12-06 13:45:18 +01:00 |
Gunnar Beutner
|
871f6febc7
|
Move methods to a separate library.
Refs #4959
|
2013-11-04 15:29:18 +01:00 |
Gunnar Beutner
|
bf1a800e39
|
Update copyright information.
|
2013-09-25 07:45:56 +02:00 |
Gunnar Beutner
|
f39f69d390
|
Refactor ASSERT macro.
|
2013-08-28 08:18:58 +02:00 |
Gunnar Beutner
|
e9e55cd8c0
|
Remove the replication feature and clean up the code.
|
2013-08-26 14:56:38 +02:00 |
Michael Friedrich
|
b89f72b552
|
Windows x64 build fix.
|
2013-08-20 12:50:24 +02:00 |
Gunnar Beutner
|
82b3b81b91
|
Windows build fix.
|
2013-08-20 08:29:38 +02:00 |
Gunnar Beutner
|
c34540676e
|
ido: Use relative timestamps for the timeranges.
|
2013-08-09 11:07:55 +02:00 |
Gunnar Beutner
|
a93543db7f
|
Fix: Timeperiods: legacy-timeperiod parsed empty, results in skipped checks
Fixes #4336
|
2013-06-24 15:01:23 +02:00 |
Gunnar Beutner
|
d042a181bd
|
Refactor commands and implement event handlers.
Fixes #3877
Fixes #4001
|
2013-06-13 11:33:00 +02:00 |
Gunnar Beutner
|
36a45059f9
|
Fix infinite loop in LegacyTimePeriod::FindNthWeekday().
|
2013-05-08 12:48:45 +02:00 |
Gunnar Beutner
|
1d6e1c205f
|
Fix uninitialized variables.
|
2013-05-03 12:44:27 +02:00 |
Gunnar Beutner
|
1e9dcb35b4
|
Fix parsing <MONTH> <DAY> time defs (e.g. "december 25").
Fixes #4040
|
2013-05-03 12:31:11 +02:00 |
Gunnar Beutner
|
3457e2d476
|
Fix DST bug in LegacyTimePeriod::ParseTimeSpec().
|
2013-05-03 12:30:57 +02:00 |
Gunnar Beutner
|
0fcbfdb236
|
Windows build fix.
|
2013-04-19 15:28:34 +02:00 |
Gunnar Beutner
|
c9fa320379
|
Remove debug code.
|
2013-04-18 09:39:08 +02:00 |
Gunnar Beutner
|
654954c64c
|
Fix incorrect variable name.
|
2013-04-18 08:24:22 +02:00 |
Gunnar Beutner
|
b40c0995ad
|
Unify parsing weekday definitions.
|
2013-04-18 08:20:16 +02:00 |
Gunnar Beutner
|
8a1d24042d
|
Implement complex 1.x timeperiod definitions.
|
2013-04-17 14:26:04 +02:00 |
Gunnar Beutner
|
2e600a7810
|
More bugfixes for timeperiods.
|
2013-04-16 10:55:23 +02:00 |
Gunnar Beutner
|
836c26da66
|
Bugfixes for the timeperiod feature.
|
2013-04-16 10:12:53 +02:00 |
Gunnar Beutner
|
9fa628af82
|
Implemented Icinga 1.x time period parser.
|
2013-04-15 12:48:12 +02:00 |