Commit Graph

41 Commits

Author SHA1 Message Date
Gunnar Beutner 2952cc8afb Implement an alias for "abstract object".
Fixes #3707
2013-02-16 09:18:34 +01:00
Gunnar Beutner d13017ef60 Removed some more native:: prefixes (oops). 2013-02-15 12:49:14 +01:00
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
Michael Friedrich cff8102604 docs/Makefile.am: keep txt in make dist 2013-02-07 20:47:57 +01:00
Gunnar Beutner 1b4a9a3a21 Redesign dependencies.
Fixes #3646
2013-02-07 20:29:35 +01:00
Michael Friedrich 021ca76642 automake: fix asciidoc DATA includes for make
fixes #3635
2013-02-07 19:57:23 +01:00
Michael Friedrich 0932f00edb asciidoc: only enable automake magic if feature enabled
refs #3230
2013-02-07 18:31:05 +01:00
Gunnar Beutner 41e10c83be Documentation: add man pages
Fixes #2844
2013-02-06 17:49:11 +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 c546b197e0 Fixed FreeBSD build. 2013-02-05 20:01:52 +01:00
Gunnar Beutner 1adab9e79a Added 'clean' rule for docs/. 2013-02-05 16:35:22 +01:00
Gunnar Beutner 7d780d5d3d Documentation: implement make target for asciidoc generation
Fixes #3230
2013-02-05 16:32:26 +01:00
Gunnar Beutner 63db2bb89a Update documentation: Types, #include <>
Fixes #3624
2013-02-05 15:31:29 +01:00
Michael Friedrich 312756a886 update .gitignore 2013-02-04 18:36:21 +01:00
Michael Friedrich dbf6bccea3 Documentation: implement make target for asciidoc generation
similar to 1.x, 'make create-docs'

fixes #3230
2013-02-04 18:33:35 +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 abcf7672c4 update .gitignore for docs and binaries 2012-10-11 16:20:37 +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 3d04e31f27 Documentation: remove icinga2-config.odt 2012-10-02 15:36:59 +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 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 a6828f57d3 Fixed a typo in the example config. 2012-09-14 15:41:14 +02:00
Gunnar Beutner ef9e5ec585 Clean up .gitignore files. 2012-09-14 11:03:21 +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