Gunnar Beutner
|
0e353c7b29
|
Fixed some more memory leaks.
|
2013-02-11 10:10:17 +01:00 |
Gunnar Beutner
|
3221c043e4
|
Fixed some memory leaks in the config parser.
|
2013-02-11 09:55:32 +01:00 |
Gunnar Beutner
|
c44ad7b06b
|
Implemented notification request messages, notifications dictionary for hosts/services and state-based notifications.
|
2013-02-09 15:20:10 +01:00 |
Gunnar Beutner
|
7f86ac3390
|
Updated VS filters for libconfig.
|
2013-02-09 10:43:31 +01:00 |
Gunnar Beutner
|
580f2e1fcc
|
Use Host constructor/destructor/OnAttributeChange instead of OnCommitted/OnRemoved for Host->services
Fixes #3612
|
2013-02-08 21:05:08 +01:00 |
Gunnar Beutner
|
b99068aec6
|
Fixed compiler warning.
|
2013-02-08 19:45:51 +01:00 |
Gunnar Beutner
|
601c7d25d1
|
Implement sub-second check intervals.
Fixes #3656
|
2013-02-08 10:17:41 +01:00 |
Gunnar Beutner
|
e0fe2cab14
|
Bugfix: Removing obsolete items after reloading config is broken.
Fixes #3644
|
2013-02-07 09:19:13 +01:00 |
Gunnar Beutner
|
07e8565045
|
Fixed error message for the method validator.
|
2013-02-06 13:25:04 +01:00 |
Gunnar Beutner
|
07b50ecce8
|
Bugfix: %require didn't work if parent type had a validator for the same attribute.
|
2013-02-06 13:21:55 +01:00 |
Gunnar Beutner
|
671eb0110f
|
Write a validator for method names
Fixes #3637
|
2013-02-06 13:10:14 +01:00 |
Gunnar Beutner
|
b887f14d96
|
Use BOOST_THROW_EXCEPTION instead of boost::throw_exception()
Fixes #3636
|
2013-02-06 12:51:12 +01:00 |
Gunnar Beutner
|
e047e06fc8
|
Finish implementing %validator.
Fixes #3634
|
2013-02-06 12:09:50 +01:00 |
Gunnar Beutner
|
d463bed478
|
Config: Implement detection of missing required attributes
Fixes #3627
|
2013-02-06 00:32:05 +01:00 |
Gunnar Beutner
|
b735aae321
|
Windows build fix.
|
2013-02-05 13:19:01 +01:00 |
Gunnar Beutner
|
7a150d2c29
|
Validate config objects before trying to activate them.
Fixes #3619
|
2013-02-05 13:06:42 +01:00 |
Gunnar Beutner
|
c4293cfa25
|
Added init script.
Fixes #3114
|
2013-02-04 12:52:39 +01:00 |
Gunnar Beutner
|
b997462eef
|
Bugfix: Crash while reloading config
Fixes #3621
|
2013-02-03 15:47:11 +01:00 |
Gunnar Beutner
|
a88d9b5646
|
Print DebugInfo for failed #includes
Fixes #3613
|
2013-02-03 01:41:00 +01:00 |
Gunnar Beutner
|
dbf762e771
|
Use boost::program_options to parse arguments.
Fixes #3536
Fixes #3184
|
2013-02-02 23:22:27 +01:00 |
Gunnar Beutner
|
f2e17bdd09
|
Fixed compiler warnings (-Wextra).
|
2013-02-02 22:13:54 +01:00 |
Gunnar Beutner
|
b19f88e8b8
|
Removed some debug output.
|
2013-02-02 20:06:56 +01:00 |
Gunnar Beutner
|
628d8374c7
|
Bugfixes for the type validation feature.
|
2013-02-02 20:03:24 +01:00 |
Gunnar Beutner
|
33aba14197
|
Implement type keyword in the config compiler
Fixes #3616
|
2013-02-02 14:28:11 +01:00 |
Gunnar Beutner
|
11cf07fa9c
|
Config: implement support for wildcard includes
Fixes #2771
|
2013-02-02 00:32:18 +01:00 |
Gunnar Beutner
|
04fd703e6a
|
Windows build fix.
|
2013-02-01 23:10:48 +01:00 |
Gunnar Beutner
|
00b827d5cf
|
Implement search dirs for #include.
Fixes #3599
|
2013-02-01 22:44:58 +01:00 |
Gunnar Beutner
|
6c0a6a2207
|
Removed assert()s in ConfigItemBuilder::Compile.
|
2013-02-01 14:45:55 +01:00 |
Gunnar Beutner
|
768fd50703
|
Config: Changing a template ConfigItem must cause child ConfigObjects to be updated.
Fixes #2791
|
2013-01-31 15:26:54 +01:00 |
Gunnar Beutner
|
a4451abad3
|
Fixed indentation bug in Expression::DumpValue().
|
2013-01-30 23:15:37 +01:00 |
Gunnar Beutner
|
eab6411892
|
Config: Implement dumping the config in text form
Fixes #2754
|
2013-01-30 23:02:46 +01:00 |
Gunnar Beutner
|
3dcd94896d
|
Allow T_STRING for dictionary keys.
Fixes #3581
|
2013-01-29 12:40:00 +01:00 |
Gunnar Beutner
|
1bbdfa2413
|
Config: Implement true/false as aliases for 1/0
Fixes #3551
|
2013-01-24 10:08:03 +01:00 |
Gunnar Beutner
|
99e58f7031
|
Windows fix for ConfigCompiler::ReadInput.
|
2013-01-23 21:58:19 +01:00 |
Gunnar Beutner
|
c99d4b19a9
|
Throw exception for missing types.
|
2013-01-23 10:41:38 +01:00 |
Gunnar Beutner
|
153ab33074
|
Properly deal with I/O errors when parsing config files.
Fixes #3152
|
2013-01-23 09:57:06 +01:00 |
Gunnar Beutner
|
70c66fa542
|
Implemented the #library directive and fixed loading icinga.dll on Windows.
|
2013-01-17 15:05:34 +01:00 |
Gunnar Beutner
|
83772d4386
|
Implemented DynamicType support.
Fixes #3477
|
2012-12-04 08:42:24 +01:00 |
Gunnar Beutner
|
cfb07e9e2c
|
Ignore Windows new-lines.
Fixes #3292
|
2012-10-15 08:27:07 +02:00 |
Gunnar Beutner
|
a4fa8950c4
|
Implemented lexer rules for time durations.
Fixes #3073
|
2012-09-25 11:17:04 +02:00 |
Gunnar Beutner
|
b9b009b6da
|
Build fix for Windows.
|
2012-09-21 16:28:14 +02:00 |
Gunnar Beutner
|
bb8935fe9b
|
Added Win64 build support.
|
2012-09-21 16:15:36 +02:00 |
Gunnar Beutner
|
c9d6728869
|
Build fix.
|
2012-09-19 13:03:17 +02:00 |
Gunnar Beutner
|
8e2801e062
|
Updated documentation.
|
2012-09-19 12:32:39 +02:00 |
Gunnar Beutner
|
ff0af9d65e
|
Fixed more doxygen warnings.
|
2012-09-17 14:47:43 +02:00 |
Gunnar Beutner
|
fee4246f55
|
Updated doxygen documentation.
|
2012-09-17 13:35:55 +02:00 |
Gunnar Beutner
|
c7b29c6b46
|
Build fix for Windows.
|
2012-09-07 11:46:38 +02:00 |
Gunnar Beutner
|
9bc93ce4a9
|
Renamed 'doc' to 'docs'.
Moved Doxygen files to docs/.
Removed cJSON directory.
Moved libraries into lib/.
Renamed 'config' to 'm4'.
Renamed 'dyn' library to 'config'.
|
2012-09-07 10:27:31 +02:00 |