]> granicus.if.org Git - icinga2/log
icinga2
10 years agoMake braces around constant expressions optional.
Gunnar Beutner [Wed, 19 Mar 2014 08:38:45 +0000 (09:38 +0100)]
Make braces around constant expressions optional.

Refs #5789

10 years agoFix the !in operator.
Gunnar Beutner [Tue, 18 Mar 2014 14:48:50 +0000 (15:48 +0100)]
Fix the !in operator.

Refs #5789

10 years agoImplement additional operators: &&, ||, in and !in.
Gunnar Beutner [Tue, 18 Mar 2014 14:29:04 +0000 (15:29 +0100)]
Implement additional operators: &&, ||, in and !in.

Refs #5789

10 years agoMake Value operators const where possible.
Gunnar Beutner [Tue, 18 Mar 2014 11:58:10 +0000 (12:58 +0100)]
Make Value operators const where possible.

Refs #5789

10 years agoAllow arrays as operands in constant expressions.
Gunnar Beutner [Tue, 18 Mar 2014 11:44:09 +0000 (12:44 +0100)]
Allow arrays as operands in constant expressions.

Refs #5789

10 years agoImplement the 'apply template' directive.
Gunnar Beutner [Tue, 18 Mar 2014 10:44:09 +0000 (11:44 +0100)]
Implement the 'apply template' directive.

Refs #5789

10 years agoImplement support for local variables in AExpressions.
Gunnar Beutner [Tue, 18 Mar 2014 07:36:40 +0000 (08:36 +0100)]
Implement support for local variables in AExpressions.

Refs #5789

10 years agoImplement == and != operators for AExpressions.
Gunnar Beutner [Tue, 18 Mar 2014 07:34:56 +0000 (08:34 +0100)]
Implement == and != operators for AExpressions.

Refs #5789

10 years agoChange copyright header (again).
Michael Friedrich [Wed, 19 Mar 2014 00:02:29 +0000 (01:02 +0100)]
Change copyright header (again).

Fixes #5424

10 years agoFixing bad word error "seperate" in documentation.
Markus Frosch [Tue, 18 Mar 2014 19:52:52 +0000 (20:52 +0100)]
Fixing bad word error "seperate" in documentation.

Fixes #5497

10 years agoDocumentation: Update differences 1.x and 2.x.
Michael Friedrich [Tue, 18 Mar 2014 17:10:01 +0000 (18:10 +0100)]
Documentation: Update differences 1.x and 2.x.

Fixes #5497

10 years agoDocumentation: Split 'advanced' into multiple sections.
Michael Friedrich [Tue, 18 Mar 2014 10:18:17 +0000 (11:18 +0100)]
Documentation: Split 'advanced' into multiple sections.

Fixes #5791

10 years agoDocumentation: Add note on dependencies and inherits parents.
Michael Friedrich [Tue, 18 Mar 2014 10:10:01 +0000 (11:10 +0100)]
Documentation: Add note on dependencies and inherits parents.

Fixes #5742

10 years agoEmpty command string on CHANGE_{HOST,SERVICE}_EVENTHANDLER should disable event handlers.
Michael Friedrich [Mon, 17 Mar 2014 17:52:23 +0000 (18:52 +0100)]
Empty command string on CHANGE_{HOST,SERVICE}_EVENTHANDLER should disable event handlers.

Fixes #5670

10 years agoicinga2-{disable,enable}-feature should check if "ln" worked.
Michael Friedrich [Mon, 17 Mar 2014 17:44:06 +0000 (18:44 +0100)]
icinga2-{disable,enable}-feature should check if "ln" worked.

Fixes #5753

10 years agoDocumentation: Fix StateFilterOK for recovery notifications.
Michael Friedrich [Mon, 17 Mar 2014 17:08:05 +0000 (18:08 +0100)]
Documentation: Fix StateFilterOK for recovery notifications.

Refs #5762

10 years agoChown log/pid on startup.
Michael Friedrich [Mon, 17 Mar 2014 17:06:23 +0000 (18:06 +0100)]
Chown log/pid on startup.

Refs #5787

10 years agoInit script shouldn't run config validation as root.
Gunnar Beutner [Mon, 17 Mar 2014 09:14:21 +0000 (10:14 +0100)]
Init script shouldn't run config validation as root.

Fixes #5761

10 years agoAdd StateFilterOK in the example notification config.
Gunnar Beutner [Mon, 17 Mar 2014 08:42:43 +0000 (09:42 +0100)]
Add StateFilterOK in the example notification config.

Fixes #5762

10 years agoAvoid unnecessary async callback.
Gunnar Beutner [Mon, 17 Mar 2014 08:09:55 +0000 (09:09 +0100)]
Avoid unnecessary async callback.

Refs #5748

10 years agoStop checks during shutdown.
Gunnar Beutner [Mon, 17 Mar 2014 08:04:19 +0000 (09:04 +0100)]
Stop checks during shutdown.

Fixes #5784

10 years agoFix null pointer dereference in Timer::AdjustTimers.
Gunnar Beutner [Mon, 17 Mar 2014 07:41:53 +0000 (08:41 +0100)]
Fix null pointer dereference in Timer::AdjustTimers.

Fixes #5783

10 years agoDo not start, restart, reload on config validation errors.
Michael Friedrich [Sun, 16 Mar 2014 22:26:47 +0000 (23:26 +0100)]
Do not start, restart, reload on config validation errors.

Fixes #5781

10 years agoFix RandomCheckTask result processing.
Michael Friedrich [Sun, 16 Mar 2014 21:26:17 +0000 (22:26 +0100)]
Fix RandomCheckTask result processing.

Fixes #5780

10 years agoFix host, service sort order in StatusDataWriter.
Michael Friedrich [Sun, 16 Mar 2014 13:59:19 +0000 (14:59 +0100)]
Fix host, service sort order in StatusDataWriter.

Fixes #5775

10 years agoOutput child pid to debug log when forking.
Gerd von Egidy [Thu, 13 Mar 2014 22:03:59 +0000 (23:03 +0100)]
Output child pid to debug log when forking.

Fixes #5756

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
10 years agoWindows build fix.
Gunnar Beutner [Fri, 14 Mar 2014 12:23:04 +0000 (13:23 +0100)]
Windows build fix.

10 years agoUse more threads for Process I/O.
Gunnar Beutner [Fri, 14 Mar 2014 12:21:11 +0000 (13:21 +0100)]
Use more threads for Process I/O.

Refs #5748

10 years agoFix Process timeouts.
Gunnar Beutner [Fri, 14 Mar 2014 11:16:49 +0000 (12:16 +0100)]
Fix Process timeouts.

Fixes #5759

10 years agoRemove comment when clearing acknowledgement.
Michael Friedrich [Thu, 13 Mar 2014 15:43:32 +0000 (16:43 +0100)]
Remove comment when clearing acknowledgement.

Fixes #5366

10 years agoReschedule services before running checks.
Gunnar Beutner [Thu, 13 Mar 2014 13:09:52 +0000 (14:09 +0100)]
Reschedule services before running checks.

Fixes #5754

10 years agoFix the Puppet manifests.
Gunnar Beutner [Thu, 13 Mar 2014 12:35:06 +0000 (13:35 +0100)]
Fix the Puppet manifests.

Fixes #5752

10 years agoFix: Plugin-based checks are broken.
Gunnar Beutner [Thu, 13 Mar 2014 11:05:27 +0000 (12:05 +0100)]
Fix: Plugin-based checks are broken.

Fixes #5751

10 years agoBuild fix.
Michael Friedrich [Wed, 12 Mar 2014 16:51:42 +0000 (17:51 +0100)]
Build fix.

10 years agoDocumentation: Add Vagrant on Windows, refactor Vagrant section.
Michael Friedrich [Wed, 12 Mar 2014 15:16:59 +0000 (16:16 +0100)]
Documentation: Add Vagrant on Windows, refactor Vagrant section.

Fixes #5569

10 years agoFix enable_perfdata attribute in compat features.
Michael Friedrich [Wed, 12 Mar 2014 14:21:56 +0000 (15:21 +0100)]
Fix enable_perfdata attribute in compat features.

Fixes #5693

10 years agoDocumentation: Fix markdown pipe in table cell.
Michael Friedrich [Wed, 12 Mar 2014 12:34:24 +0000 (13:34 +0100)]
Documentation: Fix markdown pipe in table cell.

10 years agoBuild fix.
Gunnar Beutner [Wed, 12 Mar 2014 12:19:06 +0000 (13:19 +0100)]
Build fix.

10 years agoCall Process callbacks asynchronously.
Gunnar Beutner [Wed, 12 Mar 2014 10:06:17 +0000 (11:06 +0100)]
Call Process callbacks asynchronously.

Refs #5748

10 years agoDecrease the maximum number of threads allowed per ThreadPool.
Gunnar Beutner [Wed, 12 Mar 2014 09:52:07 +0000 (10:52 +0100)]
Decrease the maximum number of threads allowed per ThreadPool.

Refs #5748

10 years agoUse fewer threads for plugin-based checks.
Gunnar Beutner [Wed, 12 Mar 2014 09:05:36 +0000 (10:05 +0100)]
Use fewer threads for plugin-based checks.

Fixes #5748

10 years agoFix initial check interval.
Gunnar Beutner [Tue, 11 Mar 2014 14:21:35 +0000 (15:21 +0100)]
Fix initial check interval.

Refs #5716

10 years agoAdd IcingaStatusWriter to features-available.
Michael Friedrich [Tue, 11 Mar 2014 11:11:48 +0000 (12:11 +0100)]
Add IcingaStatusWriter to features-available.

Fixes #5741

10 years agoRelease 0.0.8. v0.0.8
Michael Friedrich [Tue, 11 Mar 2014 10:11:04 +0000 (11:11 +0100)]
Release 0.0.8.

10 years agoFix {Host,Service,User}Group::{Add,Remove}Member isn't thread-safe.
Michael Friedrich [Tue, 11 Mar 2014 09:40:37 +0000 (10:40 +0100)]
Fix {Host,Service,User}Group::{Add,Remove}Member isn't thread-safe.

Fixes #5699

10 years agoDocumentation: Fix typos.
Wolfgang Nieder [Sun, 9 Mar 2014 21:30:56 +0000 (22:30 +0100)]
Documentation: Fix typos.

Fixes #5692

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
10 years agoRemove unnecessary sort in GetClusterStatus().
Michael Friedrich [Tue, 11 Mar 2014 09:17:57 +0000 (10:17 +0100)]
Remove unnecessary sort in GetClusterStatus().

Fixes #5664

10 years agoFix RPM packages.
Gunnar Beutner [Tue, 11 Mar 2014 07:52:24 +0000 (08:52 +0100)]
Fix RPM packages.

Fixes #5738

10 years agoAdd missing -bin package.
Gunnar Beutner [Tue, 11 Mar 2014 07:26:24 +0000 (08:26 +0100)]
Add missing -bin package.

Refs #5631

10 years agoHealth Check: Sanitize perfdata.
Michael Friedrich [Mon, 10 Mar 2014 17:01:26 +0000 (18:01 +0100)]
Health Check: Sanitize perfdata.

Refs #5664

10 years agoMigration: Change inline dependencies to new 'dependencies' dictionary.
Michael Friedrich [Mon, 10 Mar 2014 16:40:16 +0000 (17:40 +0100)]
Migration: Change inline dependencies to new 'dependencies' dictionary.

Fixes #4061

10 years agoPrepare schema for endpoint object id (tbd).
Michael Friedrich [Mon, 10 Mar 2014 16:15:03 +0000 (17:15 +0100)]
Prepare schema for endpoint object id (tbd).

Refs #5636

10 years agoRename icinga2 to icinga2-bin, icinga2 as meta package.
Michael Friedrich [Mon, 10 Mar 2014 13:11:27 +0000 (14:11 +0100)]
Rename icinga2 to icinga2-bin, icinga2 as meta package.

Fixes #5631

10 years agoDon't send notifications for the initial state change.
Gunnar Beutner [Mon, 10 Mar 2014 12:54:16 +0000 (13:54 +0100)]
Don't send notifications for the initial state change.

Fixes #5736

10 years agoFix file descriptor leak in StackTracce::Addr2Line.
Gunnar Beutner [Mon, 10 Mar 2014 12:38:36 +0000 (13:38 +0100)]
Fix file descriptor leak in StackTracce::Addr2Line.

Fixes #5735

10 years agoFix: Don't try to execute empty Livestatus queries.
Gunnar Beutner [Mon, 10 Mar 2014 08:44:53 +0000 (09:44 +0100)]
Fix: Don't try to execute empty Livestatus queries.

Fixes #5484

10 years agoFix $ escaping in macros.
Gunnar Beutner [Mon, 10 Mar 2014 08:41:48 +0000 (09:41 +0100)]
Fix $ escaping in macros.

Fixes #5378

10 years agoFix: Check attempt counter is invalid.
Gunnar Beutner [Mon, 10 Mar 2014 07:56:31 +0000 (08:56 +0100)]
Fix: Check attempt counter is invalid.

Fixes #5734

10 years agoVagrant: Ensure latest snapshot packages of icinga2*.
Michael Friedrich [Sun, 9 Mar 2014 17:32:10 +0000 (18:32 +0100)]
Vagrant: Ensure latest snapshot packages of icinga2*.

Signed-off-by: Michael Friedrich <Michael.Friedrich@netways.de>
10 years agoAdd comment on clearing tables on reconnect.
Michael Friedrich [Sun, 9 Mar 2014 17:20:45 +0000 (18:20 +0100)]
Add comment on clearing tables on reconnect.

Refs #5565

10 years agoUpdate next check before processing any result triggering status updates.
Michael Friedrich [Sun, 9 Mar 2014 17:06:24 +0000 (18:06 +0100)]
Update next check before processing any result triggering status updates.

Fixes #5733

10 years agoDB IDO: Fix agent_version column.
Michael Friedrich [Sat, 8 Mar 2014 14:03:59 +0000 (15:03 +0100)]
DB IDO: Fix agent_version column.

Fixes #5729

10 years agoDB IDO: Drop obsolete icinga_node column.
Michael Friedrich [Sat, 8 Mar 2014 13:44:58 +0000 (14:44 +0100)]
DB IDO: Drop obsolete icinga_node column.

Fixes #5730

10 years agoDB IDO: Clean schema.
Michael Friedrich [Tue, 4 Mar 2014 08:54:58 +0000 (09:54 +0100)]
DB IDO: Clean schema.

Refs #5636
Refs #5730

Conflicts:
components/db_ido_mysql/schema/mysql.sql
components/db_ido_pgsql/schema/pgsql.sql

10 years agoDocumentation: Add Domains.
Michael Friedrich [Fri, 7 Mar 2014 14:21:57 +0000 (15:21 +0100)]
Documentation: Add Domains.

Fixes #5288

10 years agoFix DomainPrivCheckResult has no effect.
Gunnar Beutner [Fri, 7 Mar 2014 13:49:08 +0000 (14:49 +0100)]
Fix DomainPrivCheckResult has no effect.

Fixes #5727

10 years agoDocumentation: Fix usermod on Debian.
Michael Friedrich [Fri, 7 Mar 2014 13:14:17 +0000 (14:14 +0100)]
Documentation: Fix usermod on Debian.

Fixes #5653

10 years agoDocumentation: Fix debian package locations / dependencies.
Michael Friedrich [Fri, 7 Mar 2014 11:27:54 +0000 (12:27 +0100)]
Documentation: Fix debian package locations / dependencies.

Fixes #5566

10 years agoFix inline service dependencies.
Gunnar Beutner [Fri, 7 Mar 2014 11:14:28 +0000 (12:14 +0100)]
Fix inline service dependencies.

Fixes #5726

10 years agoDocumentation: Update Advanced -> Dependencies.
Michael Friedrich [Fri, 7 Mar 2014 11:10:23 +0000 (12:10 +0100)]
Documentation: Update Advanced -> Dependencies.

Fixes #5724

10 years agoDB IDO: Schema update for 0.0.8 provides 1.11.0 version.
Michael Friedrich [Fri, 7 Mar 2014 10:11:28 +0000 (11:11 +0100)]
DB IDO: Schema update for 0.0.8 provides 1.11.0 version.

Refs #5635

10 years agoUpdate news for 0.0.8
Michael Friedrich [Fri, 7 Mar 2014 09:51:00 +0000 (10:51 +0100)]
Update news for 0.0.8

Fixes #5725

10 years agoDocument DB IDO schema changes for 0.0.8
Michael Friedrich [Fri, 7 Mar 2014 09:40:30 +0000 (10:40 +0100)]
Document DB IDO schema changes for 0.0.8

Fixes #5635

10 years agoFix deadlock in Service::RemoveAllComments().
Gunnar Beutner [Fri, 7 Mar 2014 08:53:21 +0000 (09:53 +0100)]
Fix deadlock in Service::RemoveAllComments().

Fixes #5721

10 years agoDocumentation: Remove dead package.
Michael Friedrich [Thu, 6 Mar 2014 21:44:52 +0000 (22:44 +0100)]
Documentation: Remove dead package.

10 years agoFix dladdr detection.
Gunnar Beutner [Thu, 6 Mar 2014 11:16:00 +0000 (12:16 +0100)]
Fix dladdr detection.

Fixes #5717

10 years agoFix: Pending services are being checked with the retry interval.
Gunnar Beutner [Thu, 6 Mar 2014 10:39:32 +0000 (11:39 +0100)]
Fix: Pending services are being checked with the retry interval.

Fixes #5716

10 years agoInclude source file name and line numbers in stack traces.
Gunnar Beutner [Thu, 6 Mar 2014 09:59:13 +0000 (10:59 +0100)]
Include source file name and line numbers in stack traces.

Fixes #5715

10 years agoClear servicedependencies table after reconnect.
Gunnar Beutner [Thu, 6 Mar 2014 08:37:26 +0000 (09:37 +0100)]
Clear servicedependencies table after reconnect.

Fixes #5714

10 years agoDocumentation: Fix service groups attribute.
Michael Friedrich [Wed, 5 Mar 2014 18:20:52 +0000 (19:20 +0100)]
Documentation: Fix service groups attribute.

10 years agoFix: Host groups in objects.cache aren't working properly.
Gunnar Beutner [Wed, 5 Mar 2014 11:07:53 +0000 (12:07 +0100)]
Fix: Host groups in objects.cache aren't working properly.

Fixes #5632

10 years agoImplement a new object type for service dependencies.
Gunnar Beutner [Thu, 27 Feb 2014 10:05:55 +0000 (11:05 +0100)]
Implement a new object type for service dependencies.

Fixes #2799

10 years agoVagrant: Install mailx, vim-enhanced.
Michael Friedrich [Tue, 4 Mar 2014 15:19:28 +0000 (16:19 +0100)]
Vagrant: Install mailx, vim-enhanced.

Fixes #5707

10 years agoDocumentation: Fix wrong double quote.
Michael Friedrich [Fri, 21 Feb 2014 19:04:51 +0000 (20:04 +0100)]
Documentation: Fix wrong double quote.

10 years agoDocumentation: Fix duplicate installation path table.
Michael Friedrich [Fri, 21 Feb 2014 08:31:37 +0000 (09:31 +0100)]
Documentation: Fix duplicate installation path table.

Refs #5619

10 years agoDocumentation: Add a note about multiple cluster nodes and LocalStateDir.
Michael Friedrich [Thu, 20 Feb 2014 15:56:37 +0000 (16:56 +0100)]
Documentation: Add a note about multiple cluster nodes and LocalStateDir.

Fixes #5619

10 years agoRefactor status/perfdata stats registry.
Michael Friedrich [Tue, 18 Feb 2014 09:53:44 +0000 (10:53 +0100)]
Refactor status/perfdata stats registry.

Fixes #5622

10 years agoAdd verbosity levels to the vm-test-runner and add more debug output
Johannes Meyer [Thu, 20 Feb 2014 10:11:45 +0000 (11:11 +0100)]
Add verbosity levels to the vm-test-runner and add more debug output

10 years agoLet all vm-tests output filesystem paths when they work with them
Johannes Meyer [Wed, 19 Feb 2014 14:33:10 +0000 (15:33 +0100)]
Let all vm-tests output filesystem paths when they work with them

10 years agoEvent handlers should be run when services are in a soft state.
Gunnar Beutner [Thu, 20 Feb 2014 09:32:11 +0000 (10:32 +0100)]
Event handlers should be run when services are in a soft state.

Fixes #5681

10 years agoImplement IcingaStatusWriter object dumping local and feature stats.
Michael Friedrich [Mon, 17 Feb 2014 17:51:16 +0000 (18:51 +0100)]
Implement IcingaStatusWriter object dumping local and feature stats.

Refactored the cluster listener health check too.

Refs #5622
Refs #5444

10 years agoImplement StatsFunction Registry for features.
Michael Friedrich [Mon, 17 Feb 2014 15:34:18 +0000 (16:34 +0100)]
Implement StatsFunction Registry for features.

Refs #5622

10 years agoFix that the vm-test-runner is not using the new result attributes
Johannes Meyer [Fri, 14 Feb 2014 16:07:40 +0000 (17:07 +0100)]
Fix that the vm-test-runner is not using the new result attributes

10 years agoRefactor output of all vm-tests
Johannes Meyer [Fri, 14 Feb 2014 15:05:58 +0000 (16:05 +0100)]
Refactor output of all vm-tests

10 years agoRevert "Set stack size rlimit."
Gunnar Beutner [Fri, 14 Feb 2014 11:28:10 +0000 (12:28 +0100)]
Revert "Set stack size rlimit."

This reverts commit 36c0af7a85d92401fa1d28c16f1e6ee64e2bb804.

10 years agoFix external command tests and make livestatus a default in the vagrant vm
Johannes Meyer [Fri, 14 Feb 2014 10:32:46 +0000 (11:32 +0100)]
Fix external command tests and make livestatus a default in the vagrant vm

10 years agoSet stack size rlimit.
Gunnar Beutner [Fri, 14 Feb 2014 09:44:09 +0000 (10:44 +0100)]
Set stack size rlimit.

Fixes #5659

10 years agoMerge branch 'feature/cluster-status-json-5444' into next
Michael Friedrich [Thu, 13 Feb 2014 18:24:09 +0000 (19:24 +0100)]
Merge branch 'feature/cluster-status-json-5444' into next

Fixes #5444

10 years agoRefactor ClusterCheckTask based on cluster status.
Michael Friedrich [Thu, 13 Feb 2014 18:23:38 +0000 (19:23 +0100)]
Refactor ClusterCheckTask based on cluster status.

Refs #5444

10 years agoCluster: Periodically dump status json.
Michael Friedrich [Thu, 13 Feb 2014 14:15:16 +0000 (15:15 +0100)]
Cluster: Periodically dump status json.

Refs #5444