Commit Graph

3744 Commits

Author SHA1 Message Date
Michael Friedrich 6a080edf80 Error Messages: Catch boost::regex exceptions.
Refs #6070
2014-06-05 16:13:28 +02:00
Michael Friedrich a416987031 Error messages: Add logging to Socket class.
Refs #6070
2014-06-05 15:45:37 +02:00
Michael Friedrich 17668af2c2 Error messages: Fix Logger exceptions.
Refs #6070
2014-06-05 15:35:30 +02:00
Michael Friedrich 2989c00680 Error messages: Enable logging in TlsStream class.
Refs #6070
2014-06-05 15:34:54 +02:00
Michael Friedrich 47f19a2ce9 Error messages: Catch all SSL/TLS exceptions in ApiListener.
Refs #6070
2014-06-05 15:03:56 +02:00
Michael Friedrich bd916723f4 Error messages: Fix ApiListener.
Refs #6070
2014-06-05 14:40:52 +02:00
Michael Friedrich f1e77a0579 Error Messages: Deal with socket exceptions.
Refs #6070
2014-06-05 14:36:50 +02:00
Michael Friedrich 516cc1c90f Documentation: Fix check_users description.
Fixes #6389
2014-06-05 11:12:37 +02:00
Michael Friedrich 72f529875f Documentation: Fix migration examples.
Thanks Tom :)

Refs #6380
2014-06-04 22:42:58 +02:00
Michael Friedrich 62ee130a2f Documentation: Fix formatting.
Refs #6380
2014-06-04 22:38:12 +02:00
Michael Friedrich 7f99556727 Documentation: Add detailed manual migration hints with config examples.
Fixes #6380
2014-06-04 22:26:45 +02:00
Michael Friedrich 44f36b25fb Documentation: Add an example for multiple host addresses using custom attributes.
Fixes #6404
2014-06-04 17:52:32 +02:00
Michael Friedrich 2bdc21190d Vagrant: Install debuginfo and latest packages by default.
Fixes #6407
2014-06-04 15:55:16 +02:00
Carlos Cesario fa515bd5af Syntax Highlighting: Add nano syntax file.
Fixes #6385

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-04 15:45:03 +02:00
Michael Friedrich 1d048462a2 Use hostname if fqdn is empty for NodeName.
Refs #6393
2014-06-04 11:29:29 +02:00
Michael Friedrich 63df43eea2 Revert "Fix configuration error on missing NodeName."
This reverts commit 72ef0d31fd.

Refs #6393
2014-06-04 10:23:39 +02:00
Michael Friedrich 1d9f7fb045 Plugins: Add 'http_auth_pair' as 'http' command argument.
Fixes #6396
2014-06-03 19:54:59 +02:00
Carlos Cesario ec75e7dcbb Vim syntax: Fix angleBrackets and vars regex.
Fixes #6386

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-03 17:22:12 +02:00
Michael Friedrich c1af4e827d Documentation: Explain dependencies and their required attributes better.
Fixes #6394
2014-06-03 15:33:50 +02:00
Michael Friedrich 72ef0d31fd Fix configuration error on missing NodeName.
Fixes #6393
2014-06-03 14:54:21 +02:00
Gunnar Beutner 5d10558342 Fix the "running_kernel" check command.
Refs #6369
2014-06-02 19:59:28 +02:00
Michael Friedrich f8d3052f39 Documentation: Add manual configuration migration hints for services.
Refs #6380
2014-06-02 16:57:59 +02:00
Michael Friedrich 4a99f94bc3 Documentation: Rename 'using templates' to 'object inheritance using templates'.
Fixes #6384
2014-06-02 16:32:15 +02:00
Carlos Cesario 1b45b814eb Add icinga2 vim syntax file and installation documentation.
Fixes #3199

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
2014-06-02 16:29:27 +02:00
Michael Friedrich 25e4e81e50 Yet another kernel removal fix.
Refs #6369
2014-06-02 14:54:59 +02:00
Michael Friedrich bef81e6881 Documentation: Add a note on host and service checks.
Fixes #6361
2014-06-02 14:39:42 +02:00
Michael Friedrich 26f0ef7657 Drop missing file from install.
Refs #6369
2014-06-02 14:06:48 +02:00
Michael Friedrich 64a6ca9022 Documentation: Fix dependency example.
Fixes #6372
2014-06-02 13:51:28 +02:00
Michael Friedrich 9225f7ed00 Drop check_kernel in favor of check_running_kernel, add plugin command.
Refs #6369
2014-06-02 13:34:35 +02:00
Michael Friedrich bc446bb8b5 Documentation: Drop merge leftover.
Refs #5795
2014-06-02 13:20:58 +02:00
Gunnar Beutner 4624f22b70 Update AUTHORS file.
Refs #5795
2014-06-02 12:47:11 +02:00
Phil Hutchinson dbbd400de6 Fixes for poor grammar and bad sentence structure.
Refs #5795

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-06-02 12:46:16 +02:00
Michael Friedrich 739c6d53a5 Remove unused member variable: DynamicObject::m_Privileges.
Fixes #6376
2014-06-02 11:32:00 +02:00
Michael Friedrich 26e35b7cf0 Documentation: Fix 'http' check_command.
Fixes #6379
2014-06-02 10:47:31 +02:00
Gunnar Beutner ff077bc8b9 Fix typo in the documentation.
Fixes #6378
2014-06-01 11:40:40 +02:00
Gunnar Beutner 24035ab390 Use AF_UNSPEC for Bind() calls.
Fixes #6375
2014-06-01 08:51:06 +02:00
Gunnar Beutner a59687312e Fix incorrect file names in icinga2-setup-agent.
Refs #6367
2014-05-31 12:01:18 +02:00
Gunnar Beutner 32e6e6ff04 Rewrite the check_kernel script and implement support for RHEL, Fedora and Ubuntu.
Fixes #6332
2014-05-31 09:13:01 +02:00
Gunnar Beutner eae6e75f94 Update icinga2-setup-agent to use zones.conf.
Fixes #6367
2014-05-31 08:17:10 +02:00
Gunnar Beutner d11231d49d Fix incorrect template name.
Refs #5795
2014-05-31 05:11:46 +02:00
Michael Friedrich 93a422fa81 Require at least Vagrant 1.2.x in Vagrantfile.
Fixes #6365
2014-05-30 16:12:42 +02:00
Michael Friedrich 5b50b5434b Documentation: Fix typo. 2014-05-30 12:02:24 +02:00
Michael Friedrich 8fece8b085 Documentation: Fix wrong contact/user macros in migration docs.
Fixes #6362
2014-05-30 11:29:56 +02:00
Michael Friedrich 7e46926c72 Remove debug output in icinga2-enable-feature.
Fixes #6360
2014-05-30 09:55:23 +02:00
Wolfgang Nieder 36c71d69bd Update documentation.
Fixes #6359

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
2014-05-29 16:57:33 +02:00
Michael Friedrich 24a884f79b Documentation: Fix typo.
Refs #6357
2014-05-29 15:40:47 +02:00
Michael Friedrich d940c754fc Documentation: Fix Icinga Wiki url. 2014-05-29 15:38:29 +02:00
Michael Friedrich b178817256 Documentation: Fix default enabled features, add troubleshooting hints.
Fixes #6357
2014-05-29 15:34:01 +02:00
Michael Friedrich 020b4a3615 Fix help text for icinga2-{en,dis}able-feature.
Refs #6315
2014-05-29 15:24:13 +02:00
Michael Friedrich 63c7512fd9 Documentation: Monitoring Basics: Add/Fix livestatus and add DB IDO incl health checks.
Fixes #6356
Fixes #6358
2014-05-29 15:15:36 +02:00