]> granicus.if.org Git - icinga2/log
icinga2
10 years agoMake duplicate object definitions an error.
Gunnar Beutner [Thu, 20 Mar 2014 14:37:59 +0000 (15:37 +0100)]
Make duplicate object definitions an error.

Fixes #3638

10 years agoMake accessing undefined variables an error (instead of a warning).
Gunnar Beutner [Thu, 20 Mar 2014 14:31:48 +0000 (15:31 +0100)]
Make accessing undefined variables an error (instead of a warning).

Fixes #5809

10 years agoAdd special cases for Array and Dictionary in Value::GetTypeName().
Gunnar Beutner [Thu, 20 Mar 2014 13:28:29 +0000 (14:28 +0100)]
Add special cases for Array and Dictionary in Value::GetTypeName().

Refs #5804

10 years agoImplement union() and intersection() functions.
Gunnar Beutner [Thu, 20 Mar 2014 13:25:40 +0000 (14:25 +0100)]
Implement union() and intersection() functions.

Fixes #5801

10 years agoAdd missing file.
Gunnar Beutner [Thu, 20 Mar 2014 12:45:10 +0000 (13:45 +0100)]
Add missing file.

10 years agoUpdate documentation.
Gunnar Beutner [Thu, 20 Mar 2014 12:04:53 +0000 (13:04 +0100)]
Update documentation.

Refs #5789

10 years agoImplement missing operators for the Value class.
Gunnar Beutner [Thu, 20 Mar 2014 12:02:02 +0000 (13:02 +0100)]
Implement missing operators for the Value class.

Fixes #5804

10 years agoDB IDO/Livestatus: Fix global enabled status values.
Michael Friedrich [Thu, 20 Mar 2014 10:33:59 +0000 (11:33 +0100)]
DB IDO/Livestatus: Fix global enabled status values.

Fixes #5808

10 years agoDocumentation: Cluster naming conventions.
Michael Friedrich [Thu, 20 Mar 2014 09:47:27 +0000 (10:47 +0100)]
Documentation: Cluster naming conventions.

Fixes #5806

10 years agoSet check source to node name as authority, if empty.
Michael Friedrich [Thu, 20 Mar 2014 09:32:52 +0000 (10:32 +0100)]
Set check source to node name as authority, if empty.

Fixes #5805

10 years agoFix formatting issue in the documentation.
Gunnar Beutner [Thu, 20 Mar 2014 05:35:18 +0000 (06:35 +0100)]
Fix formatting issue in the documentation.

Refs #5789

10 years agoClear sticky ack on soft recovery, fix sticky=2, normal=1|0.
Michael Friedrich [Wed, 19 Mar 2014 22:08:01 +0000 (23:08 +0100)]
Clear sticky ack on soft recovery, fix sticky=2, normal=1|0.

Fixes #5365

10 years agoFix missing lock and clear ack comments in RemoveHostAcknowledgement().
Michael Friedrich [Wed, 19 Mar 2014 21:08:28 +0000 (22:08 +0100)]
Fix missing lock and clear ack comments in RemoveHostAcknowledgement().

10 years agoAdd --no-validate option and skip duplicate validation on (re)start.
Michael Friedrich [Wed, 19 Mar 2014 19:59:18 +0000 (20:59 +0100)]
Add --no-validate option and skip duplicate validation on (re)start.

Fixes #5800

10 years agoDebian: Support icinga-cgi-bin as dependency for icinga2-classicui
Markus Frosch [Wed, 19 Mar 2014 19:12:12 +0000 (20:12 +0100)]
Debian: Support icinga-cgi-bin as dependency for icinga2-classicui

Also updated the HTML files and JS stuff that has to be changed for Icinga2.

Fixes #5770

10 years agoUpdate documentation.
Gunnar Beutner [Wed, 19 Mar 2014 19:00:05 +0000 (20:00 +0100)]
Update documentation.

Refs #5789

10 years agoDocumentation: Add cluster scenarios.
Michael Friedrich [Wed, 19 Mar 2014 17:54:02 +0000 (18:54 +0100)]
Documentation: Add cluster scenarios.

Fixes #5443

10 years agoImplement len() and the operators >, >=, < and <=.
Gunnar Beutner [Wed, 19 Mar 2014 12:25:06 +0000 (13:25 +0100)]
Implement len() and the operators >, >=, < and <=.

Refs #5789

10 years agoFix grammar mistake in the documentation.
Gunnar Beutner [Wed, 19 Mar 2014 12:02:59 +0000 (13:02 +0100)]
Fix grammar mistake in the documentation.

Refs #5566

10 years agoMerge branch 'feature/apply-5789' into next
Gunnar Beutner [Wed, 19 Mar 2014 11:48:47 +0000 (12:48 +0100)]
Merge branch 'feature/apply-5789' into next

Fixes #5789

10 years agoUpdate documentation.
Gunnar Beutner [Wed, 19 Mar 2014 11:44:53 +0000 (12:44 +0100)]
Update documentation.

Refs #5789

10 years agoImplement regex() and match() functions.
Gunnar Beutner [Wed, 19 Mar 2014 09:51:09 +0000 (10:51 +0100)]
Implement regex() and match() functions.

Refs #5789

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