Commit Graph

25 Commits

Author SHA1 Message Date
Gunnar Beutner c3dce7893c Removed array support, implemented support for anonymous dictionary items. 2013-02-13 18:43:56 +01:00
Gunnar Beutner 34cc7347ca Bugfix: Reschedule the delegation timer after starting it. 2013-02-13 12:18:36 +01:00
Gunnar Beutner 601c7d25d1 Implement sub-second check intervals.
Fixes #3656
2013-02-08 10:17:41 +01:00
Gunnar Beutner 1b4a9a3a21 Redesign dependencies.
Fixes #3646
2013-02-07 20:29:35 +01:00
Gunnar Beutner e047e06fc8 Finish implementing %validator.
Fixes #3634
2013-02-06 12:09:50 +01:00
Gunnar Beutner 32eb5335ef Fixed grammar mistake. 2013-02-05 20:23:47 +01:00
Gunnar Beutner 63db2bb89a Update documentation: Types, #include <>
Fixes #3624
2013-02-05 15:31:29 +01:00
Gunnar Beutner 3dcd94896d Allow T_STRING for dictionary keys.
Fixes #3581
2013-01-29 12:40:00 +01:00
Gunnar Beutner 856c5c5a8a Removed enable_checks option from documentation. 2013-01-22 16:22:57 +01:00
Gunnar Beutner 71ec1d2b95 Implement enable_checks property for services.
Fixes #3550
2013-01-22 16:01:08 +01:00
Gunnar Beutner 70c66fa542 Implemented the #library directive and fixed loading icinga.dll on Windows. 2013-01-17 15:05:34 +01:00
Michael Friedrich 56e63838b0 Documentation: remove log_path from icingaApplication as well (refs #3277) 2012-10-16 00:06:21 +02:00
Michael Friedrich 19faa2a755 Compat IDO: update documentation for reconnect_interval (refs #3207) 2012-10-07 22:24:54 +02:00
Michael Friedrich 98fe75fd45 Documentation: add modeline for vim syntax highlighting to icinga2-config.txt 2012-10-02 17:47:13 +02:00
Michael Friedrich bb50720843 Configuration: add _path suffix to IcingaApplication attributes "ca" and "cert"
refs #3222
2012-10-02 15:04:17 +02:00
Michael Friedrich c2bad406ef Configuration: use underscore in attributes, document all using new locations
... from #3228

fixes #3222
2012-10-02 14:44:57 +02:00
Michael Friedrich c271cc9401 s/component/Component/ in docs 2012-10-02 11:27:14 +02:00
Michael Friedrich 516a6cf6d4 Configuration: update type components, add compat(ido) examples and attributes
refs #3158
refs #2796
2012-10-02 11:23:11 +02:00
Michael Friedrich 213fa632e0 compatido: add a note about ourselves to the config 2012-09-27 18:54:09 +02:00
Gunnar Beutner 8114cb7f1c Rephrased the description for check_command. 2012-09-25 15:31:19 +02:00
Gunnar Beutner 0d77919057 Removed references to Nagios from the example config. 2012-09-25 15:26:06 +02:00
Gunnar Beutner a4fa8950c4 Implemented lexer rules for time durations.
Fixes #3073
2012-09-25 11:17:04 +02:00
Gunnar Beutner 57ed16b4f1 Documentation: renamed native::NagiosCheck to native::PluginCheck 2012-09-25 09:42:57 +02:00
Gunnar Beutner a6828f57d3 Fixed a typo in the example config. 2012-09-14 15:41:14 +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