Commit Graph

168 Commits

Author SHA1 Message Date
Michael Friedrich 7ca1c46364 Documentation: Add a chapter about available Icinga 2 user interfaces.
Fixes #5498
2014-01-24 18:26:32 +01:00
Michael Friedrich db20f28b99 Documentation: Add disable/override objects/attribute section.
Fixes #5442
2014-01-24 16:28:21 +01:00
Michael Friedrich 26f41502b4 Documentation: Add service check authorities.
Fixes #5441
2014-01-24 14:20:37 +01:00
Michael Friedrich 79d6bbe8a8 Documentation: Rename Nagios Plugins to Monitoring Plugins.
Fixes #5495
2014-01-17 21:30:05 +01:00
Michael Friedrich c38c81ac3f Additional documentation fixes for NotificationCommand example.
Fixes #5478
2014-01-15 21:04:01 +01:00
Michael Friedrich df059086e4 Documentation: Fix host!service seperator for inline services.
Fixes #5476
2014-01-15 20:44:26 +01:00
Michael Friedrich 9140d80e1f Documentation: Add default classic ui login.
Fixes #5475
2014-01-15 20:16:16 +01:00
Michael Friedrich 555d72150a Update copyright header.
Fixes #5424
2014-01-09 00:32:11 +01:00
Michael Friedrich 084ba6af94 Documentation: Escaping of dollar signs as characters.
Fixes #5373
2013-12-19 14:31:35 +01:00
Michael Friedrich 0045d029ab Release 0.0.6.
Fixes #5322
2013-12-19 10:50:53 +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 1e60383f23 Write documentation on how to do an initial state sync for a cluster setup.
Fixes #5343
2013-12-17 10:25:42 +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 e8cf349451 Update .gitignore.
Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2013-12-16 11:19:03 +01:00
Gunnar Beutner 0e4c00805c Add documentation for the "icinga" check command.
Fixes #5326
2013-12-13 14:41:48 +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 76cc69c701 Update documentation for notification commands.
Fixes #5259
2013-12-12 09:45:36 +01:00
Gunnar Beutner 90dc637b2c Update the livestatus socket path in the documentation.
Fixes #5308
2013-12-11 18:28:46 +01:00
Gunnar Beutner 3c1fc98f5c Fix incorrect attribute names in the documentation.
Fixes #5303
2013-12-11 15:12:20 +01:00
Gunnar Beutner 41ded2858c Implement scheduled downtimes.
Fixes #3584
2013-12-06 13:45:18 +01:00
Gunnar Beutner 02e0933e7c Make status.dat/objects.cache interval configurable.
Fixes #5262
2013-12-05 10:04:49 +01:00
Gunnar Beutner e540685e13 Implement support for constants in the config parser.
Refs #4946
2013-12-04 11:32:45 +01:00
Michael Friedrich d18a00e1e8 Update ChangeLog.
Refs #5254
2013-12-03 09:47:07 +01:00
Gunnar Beutner f8d2172c27 Implement include_recursive config directive.
Fixes #5238
2013-11-29 12:26:31 +01:00
Michael Friedrich 1b6637b981 Documentation: Fix service dependency example.
Fixes #5243
2013-11-29 09:42:55 +01:00
Gunnar Beutner 9d8edd286f Implement IcingaSysconfDir variable.
Refs #5224
2013-11-27 09:46:31 +01:00
Gunnar Beutner a2d77451ec Update documentation.
Refs #4746
2013-11-26 13:55:07 +01:00
Paul Richards 593025f763 Add NSCA-ng support for the Vagrant VM.
Fixes #5128

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2013-11-24 18:21:20 +01:00
Gunnar Beutner 27e9cd71e7 Create temporary files for PerfdataWriter in a separate directory.
Fixes #5105
2013-11-21 07:17:34 +01:00
Gunnar Beutner 4534bb08c5 Implement DbCatEverything flag.
Fixes #5096
2013-11-20 16:47:46 +01:00
Gunnar Beutner b9a13608f3 Fix table in the documentation.
Refs #5109
2013-11-20 12:04:11 +01:00
Gunnar Beutner 077ac31045 Update documentation.
Fixes #5109
2013-11-20 10:29:37 +01:00
Gunnar Beutner 64dc5e9d00 Change default directory for performance data to /var/spool/icinga2/perfdata.
Fixes #5089
2013-11-17 20:04:32 +01:00
Gunnar Beutner a5e3c70bcc Implement support for CRLs.
Fixes #3657
2013-11-13 10:30:40 +01:00
Gunnar Beutner 2ec0877442 Add changelog for 0.0.4.
Refs #5051
2013-11-11 11:23:55 +01:00
Michael Friedrich 2d73b6259c Remove autotools leftovers.
Refs #4962
2013-11-08 13:16:51 +01:00
Michael Friedrich 5caec8c570 Livestatus: Add compat_log_path config option for historical tables.
Fixes #5017
2013-11-07 14:16:10 +01:00
Gunnar Beutner 8e07a3a241 Update .gitignore file.
Refs #4962
2013-11-05 13:50:08 +01:00
Gunnar Beutner 264fdf40d5 Implement PostgreSQL adapter for IDO.
Fixes #4777
2013-11-04 16:05:24 +01:00
Gunnar Beutner a6b0233b75 Make sure the name of the initial library (libicinga) is not hard-coded.
Refs #4959
2013-11-04 15:33:29 +01:00
Gunnar Beutner a7980466c7 Install HTML documentation in .../htdocs.
Refs #4992
2013-11-03 18:19:31 +01:00
Gunnar Beutner f2307c4242 Add cmake build files.
Refs #4962
2013-11-03 13:45:26 +01:00
Gunnar Beutner 2c143fbdf8 Remove unused files.
Refs #4962
2013-11-03 11:12:47 +01:00
Michael Friedrich 060e772ce3 Update documentation. 2013-10-31 16:42:08 +01:00
Michael Friedrich 2af130b06f Update documentation for livestatus log table.
refs #4433
2013-10-31 16:25:13 +01:00
Michael Friedrich d21d79a36c CompatUtility: Use functionality in compat/ido/livestatus.
refs #4735
2013-10-31 16:08:55 +01:00
Gunnar Beutner 00c596665a Fix incorrect column name in the documentation.
Refs #4969
2013-10-30 14:07:50 +01:00
Gunnar Beutner 1a8a838de9 Add documentation for the DbCat* filters.
Refs #4782
2013-10-30 10:20:00 +01:00
Gunnar Beutner db4b3b78d6 Implement class compiler.
Refs #4963
2013-10-28 14:27:36 +01:00
Michael Friedrich e06af274ca Update Documentation. 2013-10-22 12:21:46 +02:00