]> granicus.if.org Git - icinga2/log
icinga2
10 years agoDocumentation: Update some migration examples.
Michael Friedrich [Fri, 6 Jun 2014 08:48:39 +0000 (10:48 +0200)]
Documentation: Update some migration examples.

Refs #6380

10 years agoDB IDO: Bump required schema to 1.11.3
Michael Friedrich [Fri, 6 Jun 2014 08:42:10 +0000 (10:42 +0200)]
DB IDO: Bump required schema to 1.11.3

Fixes #6422

10 years agoDocumentation: Fix running_kernel head in documentation.
Carlos Cesario [Thu, 5 Jun 2014 15:05:28 +0000 (12:05 -0300)]
Documentation: Fix running_kernel head in documentation.

Fixes #6415

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoError messages: Properly catch and log DB IDO errors.
Michael Friedrich [Thu, 5 Jun 2014 16:26:38 +0000 (18:26 +0200)]
Error messages: Properly catch and log DB IDO errors.

Refs #6070

10 years agoError messages: Use strerror() for message formatting.
Michael Friedrich [Thu, 5 Jun 2014 15:45:02 +0000 (17:45 +0200)]
Error messages: Use strerror() for message formatting.

Refs #6070

10 years agoError messages: Gracefully handle PID file errors.
Michael Friedrich [Thu, 5 Jun 2014 15:44:41 +0000 (17:44 +0200)]
Error messages: Gracefully handle PID file errors.

Refs #6070

10 years agoError messages: Properly handle livestatus/cmd pipe errors.
Michael Friedrich [Thu, 5 Jun 2014 15:43:34 +0000 (17:43 +0200)]
Error messages: Properly handle livestatus/cmd pipe errors.

Refs #6070

10 years agoError messages: Replace exceptions with log/exit in main application.
Michael Friedrich [Thu, 5 Jun 2014 14:36:03 +0000 (16:36 +0200)]
Error messages: Replace exceptions with log/exit in main application.

Refs #6070

10 years agoError Messages: Catch and log all Socket class exceptions.
Michael Friedrich [Thu, 5 Jun 2014 14:17:53 +0000 (16:17 +0200)]
Error Messages: Catch and log all Socket class exceptions.

Refs #6070

10 years agoError Messages: Catch boost::regex exceptions.
Michael Friedrich [Thu, 5 Jun 2014 14:13:28 +0000 (16:13 +0200)]
Error Messages: Catch boost::regex exceptions.

Refs #6070

10 years agoError messages: Add logging to Socket class.
Michael Friedrich [Thu, 5 Jun 2014 13:45:37 +0000 (15:45 +0200)]
Error messages: Add logging to Socket class.

Refs #6070

10 years agoError messages: Fix Logger exceptions.
Michael Friedrich [Thu, 5 Jun 2014 13:35:30 +0000 (15:35 +0200)]
Error messages: Fix Logger exceptions.

Refs #6070

10 years agoError messages: Enable logging in TlsStream class.
Michael Friedrich [Thu, 5 Jun 2014 13:34:54 +0000 (15:34 +0200)]
Error messages: Enable logging in TlsStream class.

Refs #6070

10 years agoError messages: Catch all SSL/TLS exceptions in ApiListener.
Michael Friedrich [Thu, 5 Jun 2014 13:03:56 +0000 (15:03 +0200)]
Error messages: Catch all SSL/TLS exceptions in ApiListener.

Refs #6070

10 years agoError messages: Fix ApiListener.
Michael Friedrich [Thu, 5 Jun 2014 12:36:57 +0000 (14:36 +0200)]
Error messages: Fix ApiListener.

Refs #6070

10 years agoError Messages: Deal with socket exceptions.
Michael Friedrich [Thu, 5 Jun 2014 12:08:01 +0000 (14:08 +0200)]
Error Messages: Deal with socket exceptions.

Refs #6070

10 years agoDocumentation: Fix check_users description.
Michael Friedrich [Thu, 5 Jun 2014 09:12:37 +0000 (11:12 +0200)]
Documentation: Fix check_users description.

Fixes #6389

10 years agoDocumentation: Fix migration examples.
Michael Friedrich [Wed, 4 Jun 2014 20:40:41 +0000 (22:40 +0200)]
Documentation: Fix migration examples.

Thanks Tom :)

Refs #6380

10 years agoDocumentation: Fix formatting.
Michael Friedrich [Wed, 4 Jun 2014 20:38:12 +0000 (22:38 +0200)]
Documentation: Fix formatting.

Refs #6380

10 years agoDocumentation: Add detailed manual migration hints with config examples.
Michael Friedrich [Mon, 2 Jun 2014 16:01:14 +0000 (18:01 +0200)]
Documentation: Add detailed manual migration hints with config examples.

Fixes #6380

10 years agoDocumentation: Add an example for multiple host addresses using custom attributes.
Michael Friedrich [Wed, 4 Jun 2014 15:52:32 +0000 (17:52 +0200)]
Documentation: Add an example for multiple host addresses using custom attributes.

Fixes #6404

10 years agoVagrant: Install debuginfo and latest packages by default.
Michael Friedrich [Wed, 4 Jun 2014 13:55:16 +0000 (15:55 +0200)]
Vagrant: Install debuginfo and latest packages by default.

Fixes #6407

10 years agoSyntax Highlighting: Add nano syntax file.
Carlos Cesario [Tue, 3 Jun 2014 20:45:24 +0000 (17:45 -0300)]
Syntax Highlighting: Add nano syntax file.

Fixes #6385

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoUse hostname if fqdn is empty for NodeName.
Michael Friedrich [Wed, 4 Jun 2014 09:29:29 +0000 (11:29 +0200)]
Use hostname if fqdn is empty for NodeName.

Refs #6393

10 years agoRevert "Fix configuration error on missing NodeName."
Michael Friedrich [Wed, 4 Jun 2014 08:23:39 +0000 (10:23 +0200)]
Revert "Fix configuration error on missing NodeName."

This reverts commit 72ef0d31fd19ed20b2d5b986990a7be15011da09.

Refs #6393

10 years agoPlugins: Add 'http_auth_pair' as 'http' command argument.
Michael Friedrich [Tue, 3 Jun 2014 17:54:59 +0000 (19:54 +0200)]
Plugins: Add 'http_auth_pair' as 'http' command argument.

Fixes #6396

10 years agoVim syntax: Fix angleBrackets and vars regex.
Carlos Cesario [Mon, 2 Jun 2014 16:23:51 +0000 (13:23 -0300)]
Vim syntax: Fix angleBrackets and vars regex.

Fixes #6386

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoDocumentation: Explain dependencies and their required attributes better.
Michael Friedrich [Tue, 3 Jun 2014 13:33:50 +0000 (15:33 +0200)]
Documentation: Explain dependencies and their required attributes better.

Fixes #6394

10 years agoFix configuration error on missing NodeName.
Michael Friedrich [Tue, 3 Jun 2014 12:54:21 +0000 (14:54 +0200)]
Fix configuration error on missing NodeName.

Fixes #6393

10 years agoFix the "running_kernel" check command.
Gunnar Beutner [Mon, 2 Jun 2014 17:59:28 +0000 (19:59 +0200)]
Fix the "running_kernel" check command.

Refs #6369

10 years agoDocumentation: Add manual configuration migration hints for services.
Michael Friedrich [Mon, 2 Jun 2014 14:57:59 +0000 (16:57 +0200)]
Documentation: Add manual configuration migration hints for services.

Refs #6380

10 years agoDocumentation: Rename 'using templates' to 'object inheritance using templates'.
Michael Friedrich [Mon, 2 Jun 2014 14:32:15 +0000 (16:32 +0200)]
Documentation: Rename 'using templates' to 'object inheritance using templates'.

Fixes #6384

10 years agoAdd icinga2 vim syntax file and installation documentation.
Carlos Cesario [Sat, 31 May 2014 21:38:45 +0000 (18:38 -0300)]
Add icinga2 vim syntax file and installation documentation.

Fixes #3199

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoYet another kernel removal fix.
Michael Friedrich [Mon, 2 Jun 2014 12:54:59 +0000 (14:54 +0200)]
Yet another kernel removal fix.

Refs #6369

10 years agoDocumentation: Add a note on host and service checks.
Michael Friedrich [Mon, 2 Jun 2014 12:39:42 +0000 (14:39 +0200)]
Documentation: Add a note on host and service checks.

Fixes #6361

10 years agoDrop missing file from install.
Michael Friedrich [Mon, 2 Jun 2014 12:06:48 +0000 (14:06 +0200)]
Drop missing file from install.

Refs #6369

10 years agoDocumentation: Fix dependency example.
Michael Friedrich [Mon, 2 Jun 2014 11:51:28 +0000 (13:51 +0200)]
Documentation: Fix dependency example.

Fixes #6372

10 years agoDrop check_kernel in favor of check_running_kernel, add plugin command.
Michael Friedrich [Mon, 2 Jun 2014 11:34:35 +0000 (13:34 +0200)]
Drop check_kernel in favor of check_running_kernel, add plugin command.

Refs #6369

10 years agoDocumentation: Drop merge leftover.
Michael Friedrich [Mon, 2 Jun 2014 11:20:58 +0000 (13:20 +0200)]
Documentation: Drop merge leftover.

Refs #5795

10 years agoUpdate AUTHORS file.
Gunnar Beutner [Mon, 2 Jun 2014 10:47:11 +0000 (12:47 +0200)]
Update AUTHORS file.

Refs #5795

10 years agoFixes for poor grammar and bad sentence structure.
Phil Hutchinson [Thu, 29 May 2014 09:58:25 +0000 (10:58 +0100)]
Fixes for poor grammar and bad sentence structure.

Refs #5795

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
10 years agoRemove unused member variable: DynamicObject::m_Privileges.
Michael Friedrich [Mon, 2 Jun 2014 09:32:00 +0000 (11:32 +0200)]
Remove unused member variable: DynamicObject::m_Privileges.

Fixes #6376

10 years agoDocumentation: Fix 'http' check_command.
Michael Friedrich [Mon, 2 Jun 2014 08:47:31 +0000 (10:47 +0200)]
Documentation: Fix 'http' check_command.

Fixes #6379

10 years agoFix typo in the documentation.
Gunnar Beutner [Sun, 1 Jun 2014 09:40:23 +0000 (11:40 +0200)]
Fix typo in the documentation.

Fixes #6378

10 years agoUse AF_UNSPEC for Bind() calls.
Gunnar Beutner [Sun, 1 Jun 2014 06:51:06 +0000 (08:51 +0200)]
Use AF_UNSPEC for Bind() calls.

Fixes #6375

10 years agoFix incorrect file names in icinga2-setup-agent.
Gunnar Beutner [Sat, 31 May 2014 09:59:00 +0000 (11:59 +0200)]
Fix incorrect file names in icinga2-setup-agent.

Refs #6367

10 years agoRewrite the check_kernel script and implement support for RHEL, Fedora and Ubuntu.
Gunnar Beutner [Sat, 31 May 2014 06:26:02 +0000 (08:26 +0200)]
Rewrite the check_kernel script and implement support for RHEL, Fedora and Ubuntu.

Fixes #6332

10 years agoUpdate icinga2-setup-agent to use zones.conf.
Gunnar Beutner [Sat, 31 May 2014 06:17:10 +0000 (08:17 +0200)]
Update icinga2-setup-agent to use zones.conf.

Fixes #6367

10 years agoFix incorrect template name.
Gunnar Beutner [Sat, 31 May 2014 03:11:46 +0000 (05:11 +0200)]
Fix incorrect template name.

Refs #5795

10 years agoRequire at least Vagrant 1.2.x in Vagrantfile.
Michael Friedrich [Fri, 30 May 2014 14:12:42 +0000 (16:12 +0200)]
Require at least Vagrant 1.2.x in Vagrantfile.

Fixes #6365

10 years agoDocumentation: Fix typo.
Michael Friedrich [Fri, 30 May 2014 10:02:24 +0000 (12:02 +0200)]
Documentation: Fix typo.

10 years agoDocumentation: Fix wrong contact/user macros in migration docs.
Michael Friedrich [Fri, 30 May 2014 09:27:18 +0000 (11:27 +0200)]
Documentation: Fix wrong contact/user macros in migration docs.

Fixes #6362

10 years agoRemove debug output in icinga2-enable-feature.
Michael Friedrich [Fri, 30 May 2014 07:55:23 +0000 (09:55 +0200)]
Remove debug output in icinga2-enable-feature.

Fixes #6360

10 years agoUpdate documentation.
Wolfgang Nieder [Thu, 29 May 2014 14:54:57 +0000 (16:54 +0200)]
Update documentation.

Fixes #6359

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
10 years agoDocumentation: Fix typo.
Michael Friedrich [Thu, 29 May 2014 13:40:47 +0000 (15:40 +0200)]
Documentation: Fix typo.

Refs #6357

10 years agoDocumentation: Fix Icinga Wiki url.
Michael Friedrich [Thu, 29 May 2014 13:38:29 +0000 (15:38 +0200)]
Documentation: Fix Icinga Wiki url.

10 years agoDocumentation: Fix default enabled features, add troubleshooting hints.
Michael Friedrich [Thu, 29 May 2014 13:34:01 +0000 (15:34 +0200)]
Documentation: Fix default enabled features, add troubleshooting hints.

Fixes #6357

10 years agoFix help text for icinga2-{en,dis}able-feature.
Michael Friedrich [Thu, 29 May 2014 13:24:13 +0000 (15:24 +0200)]
Fix help text for icinga2-{en,dis}able-feature.

Refs #6315

10 years agoDocumentation: Monitoring Basics: Add/Fix livestatus and add DB IDO incl health checks.
Michael Friedrich [Thu, 29 May 2014 13:14:44 +0000 (15:14 +0200)]
Documentation: Monitoring Basics: Add/Fix livestatus and add DB IDO incl health checks.

Fixes #6356
Fixes #6358

10 years agoPlugins: Add ftp and ups CheckCommand objects.
Marcus van Dam [Wed, 28 May 2014 21:08:32 +0000 (23:08 +0200)]
Plugins: Add ftp and ups CheckCommand objects.

Refs #6225

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
10 years agoPlugins: Add imap,simap,pop,spop CheckCommand objects.
Marcus van Dam [Wed, 28 May 2014 20:14:24 +0000 (22:14 +0200)]
Plugins: Add imap,simap,pop,spop CheckCommand objects.

Refs #6225

Signed-off-by: Michael Friedrich <michael.friedrich@gmail.com>
10 years agoFix a situation where some threadpool work items are never executed.
Gunnar Beutner [Wed, 28 May 2014 13:57:48 +0000 (15:57 +0200)]
Fix a situation where some threadpool work items are never executed.

Fixes #6349

10 years agoMerge branch 'fix/rename-log-lib-name-6346' into next
Michael Friedrich [Wed, 28 May 2014 12:42:13 +0000 (14:42 +0200)]
Merge branch 'fix/rename-log-lib-name-6346' into next

Fixes #6346

10 years agoChange log message identifier for libdb_ido.
Michael Friedrich [Wed, 28 May 2014 12:34:26 +0000 (14:34 +0200)]
Change log message identifier for libdb_ido.

Refs #6346

10 years agoFix AExpression log message.
Michael Friedrich [Wed, 28 May 2014 12:26:03 +0000 (14:26 +0200)]
Fix AExpression log message.

Refs #6346

10 years agoRename livestatus classes.
Michael Friedrich [Wed, 28 May 2014 12:25:12 +0000 (14:25 +0200)]
Rename livestatus classes.

Refs #6346

10 years agoChange log message identifier for libremote.
Michael Friedrich [Wed, 28 May 2014 11:58:56 +0000 (13:58 +0200)]
Change log message identifier for libremote.

Refs #6346

10 years agoChange log message identifier for libmethods.
Michael Friedrich [Wed, 28 May 2014 11:50:10 +0000 (13:50 +0200)]
Change log message identifier for libmethods.

Refs #6346

10 years agoChange log message identifier for libicinga.
Michael Friedrich [Wed, 28 May 2014 11:45:45 +0000 (13:45 +0200)]
Change log message identifier for libicinga.

Refs #6346

10 years agoChange log message identifier for libconfig.
Michael Friedrich [Wed, 28 May 2014 11:21:52 +0000 (13:21 +0200)]
Change log message identifier for libconfig.

Refs #6346

10 years agoChange log message identifier for libbase.
Michael Friedrich [Wed, 28 May 2014 11:17:02 +0000 (13:17 +0200)]
Change log message identifier for libbase.

Refs #6346

10 years agoChange log message identifier for components/*.
Michael Friedrich [Wed, 28 May 2014 11:03:44 +0000 (13:03 +0200)]
Change log message identifier for components/*.

Refs #6346

10 years agoFix missing timer events.
Gunnar Beutner [Wed, 28 May 2014 11:46:39 +0000 (13:46 +0200)]
Fix missing timer events.

Fixes #6349

10 years agoRemove thread names from log messages.
Gunnar Beutner [Wed, 28 May 2014 09:46:47 +0000 (11:46 +0200)]
Remove thread names from log messages.

Fixes #6345

10 years agoVagrant: Fix 'vagrant ssh' for a single instance.
Michael Friedrich [Tue, 27 May 2014 14:36:29 +0000 (16:36 +0200)]
Vagrant: Fix 'vagrant ssh' for a single instance.

Refs #6334

10 years agoVagrant: Fix index.html title.
Michael Friedrich [Tue, 27 May 2014 14:32:13 +0000 (16:32 +0200)]
Vagrant: Fix index.html title.

Refs #6334

10 years agoVagrant: Fix finalize.sh.
Michael Friedrich [Tue, 27 May 2014 14:24:10 +0000 (16:24 +0200)]
Vagrant: Fix finalize.sh.

Refs #6334

10 years agoChange Vagrant VM welcome page to a more friendly one.
Michael Friedrich [Tue, 27 May 2014 14:20:33 +0000 (16:20 +0200)]
Change Vagrant VM welcome page to a more friendly one.

Fixes #6334

10 years agoFix spelling mistake.
Gunnar Beutner [Tue, 27 May 2014 14:06:03 +0000 (16:06 +0200)]
Fix spelling mistake.

Refs #5793

10 years agoRemove icinga::ErrorInformation.
Gunnar Beutner [Tue, 27 May 2014 13:51:38 +0000 (15:51 +0200)]
Remove icinga::ErrorInformation.

Fixes #6333

10 years agoUse Utility::GetFQDN for the NodeName variable.
Gunnar Beutner [Tue, 27 May 2014 10:53:41 +0000 (12:53 +0200)]
Use Utility::GetFQDN for the NodeName variable.

Refs #6312

10 years agoBump version to 2.0.0-1.beta2.dev.
Gunnar Beutner [Tue, 27 May 2014 10:11:52 +0000 (12:11 +0200)]
Bump version to 2.0.0-1.beta2.dev.

10 years agoUpdate ChangeLog for 2.0.0 Beta 1. v2.0.0-beta1
Michael Friedrich [Tue, 27 May 2014 09:41:48 +0000 (11:41 +0200)]
Update ChangeLog for 2.0.0 Beta 1.

Refs #5793

10 years agoDocumentation: Fix migration script documentation.
Michael Friedrich [Tue, 27 May 2014 09:31:42 +0000 (11:31 +0200)]
Documentation: Fix migration script documentation.

Fixes #6326

10 years agoSplit Utility::GetHostName into two functions.
Gunnar Beutner [Tue, 27 May 2014 08:20:33 +0000 (10:20 +0200)]
Split Utility::GetHostName into two functions.

Fixes #6312

10 years agoFix logrotate.d/icinga2 file in the Debian package.
Gunnar Beutner [Tue, 27 May 2014 08:19:43 +0000 (10:19 +0200)]
Fix logrotate.d/icinga2 file in the Debian package.

Fixes #6322

10 years agoFix removal of expired ScheduledDowntimes.
Michael Friedrich [Tue, 27 May 2014 07:44:32 +0000 (09:44 +0200)]
Fix removal of expired ScheduledDowntimes.

Fixes #6321

10 years agoUpdate documentation.
Gunnar Beutner [Tue, 27 May 2014 05:50:01 +0000 (07:50 +0200)]
Update documentation.

Refs #5795

10 years agoUse icinga2-enable-feature's multi-argument functionality in the Debian/RPM packages.
Gunnar Beutner [Tue, 27 May 2014 05:27:12 +0000 (07:27 +0200)]
Use icinga2-enable-feature's multi-argument functionality in the Debian/RPM packages.

Refs #6315

10 years agoDocumentation: Add configuration best practice introduction.
Michael Friedrich [Mon, 26 May 2014 22:25:36 +0000 (00:25 +0200)]
Documentation: Add configuration best practice introduction.

Fixes #6318

10 years agoDocumentation: Add advanced apply services with custom command arguments example.
Michael Friedrich [Mon, 26 May 2014 20:27:13 +0000 (22:27 +0200)]
Documentation: Add advanced apply services with custom command arguments example.

Fixes #6317

10 years agoFix check statistics are mixing host/service checks.
Michael Friedrich [Mon, 26 May 2014 18:56:34 +0000 (20:56 +0200)]
Fix check statistics are mixing host/service checks.

Fixes #6313

10 years agoAdd icinga2-{en,dis}able-feature support to multiple modules.
Carlos Cesario [Mon, 26 May 2014 17:54:39 +0000 (14:54 -0300)]
Add icinga2-{en,dis}able-feature support to multiple modules.

Fixes #6315

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoDocumentation: Import missing Livestatus tables and attributes.
Michael Friedrich [Mon, 26 May 2014 17:46:53 +0000 (19:46 +0200)]
Documentation: Import missing Livestatus tables and attributes.

Fixes #6314

10 years agoMake sure that Utility::GetHostName() returns an FQDN.
Gunnar Beutner [Mon, 26 May 2014 15:32:18 +0000 (17:32 +0200)]
Make sure that Utility::GetHostName() returns an FQDN.

Fixes #6312

10 years agoUpdate documentation.
Gunnar Beutner [Mon, 26 May 2014 14:35:03 +0000 (16:35 +0200)]
Update documentation.

Refs #5795

10 years agoAdd missing file icingastatus.conf.
Carlos Cesario [Mon, 26 May 2014 13:28:26 +0000 (10:28 -0300)]
Add missing file icingastatus.conf.

Fixes #6308

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoComment out the NodeName constant.
Gunnar Beutner [Mon, 26 May 2014 12:40:57 +0000 (14:40 +0200)]
Comment out the NodeName constant.

Fixes #6306

10 years agoRemove the keep_alive attribute.
Gunnar Beutner [Mon, 26 May 2014 11:48:42 +0000 (13:48 +0200)]
Remove the keep_alive attribute.

Fixes #6304

10 years agoMake the output of the cluster check more readable.
Gunnar Beutner [Mon, 26 May 2014 07:39:14 +0000 (09:39 +0200)]
Make the output of the cluster check more readable.

Fixes #6299