]> granicus.if.org Git - icinga2/log
icinga2
9 years agoFix a memory leak in the ReadLineContext class
Gunnar Beutner [Mon, 1 Dec 2014 09:36:38 +0000 (10:36 +0100)]
Fix a memory leak in the ReadLineContext class

fixes #7602

9 years agoAdd support for Apache 2.4 in the Classic UI config file
Gunnar Beutner [Mon, 1 Dec 2014 09:00:05 +0000 (10:00 +0100)]
Add support for Apache 2.4 in the Classic UI config file

fixes #7739

9 years agoUpdate AUTHORS
Gunnar Beutner [Sat, 29 Nov 2014 19:17:06 +0000 (20:17 +0100)]
Update AUTHORS

9 years agoFix group permission in prepare-dirs
Malte Rabenseifner [Fri, 28 Nov 2014 18:27:31 +0000 (19:27 +0100)]
Fix group permission in prepare-dirs

fixes #7890

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoProperly reset the ThreadPool status in Stop
Gunnar Beutner [Fri, 28 Nov 2014 10:32:37 +0000 (11:32 +0100)]
Properly reset the ThreadPool status in Stop

refs #7822

9 years agoFix the Expression unit tests
Gunnar Beutner [Fri, 28 Nov 2014 06:31:37 +0000 (07:31 +0100)]
Fix the Expression unit tests

refs #7822

9 years agoMake the config lexer return an error for unterminated string literals
Gunnar Beutner [Fri, 28 Nov 2014 05:47:52 +0000 (06:47 +0100)]
Make the config lexer return an error for unterminated string literals

fixes #7808

9 years agoMake the config parser thread-safe
Gunnar Beutner [Thu, 27 Nov 2014 07:04:07 +0000 (08:04 +0100)]
Make the config parser thread-safe

fixes #7822

9 years agoShow source line information for the "repl" command
Gunnar Beutner [Fri, 28 Nov 2014 05:28:07 +0000 (06:28 +0100)]
Show source line information for the "repl" command

refs #7805

9 years agoDocs: Fix wrong command reference
Michael Friedrich [Thu, 27 Nov 2014 17:19:38 +0000 (18:19 +0100)]
Docs: Fix wrong command reference

refs #7867

9 years agoCli: Ensure that repository path is created on 'node add' command
Michael Friedrich [Thu, 27 Nov 2014 17:15:14 +0000 (18:15 +0100)]
Cli: Ensure that repository path is created on 'node add' command

fixes #7743

9 years agoUpdate man page for icinga2
Michael Friedrich [Thu, 27 Nov 2014 16:28:49 +0000 (17:28 +0100)]
Update man page for icinga2

$ help2man 'icinga2 daemon' > doc/icinga2.8

fixes #7735

9 years agoDocumentation: Explain macro array support, repeat_key, add icmp example
Michael Friedrich [Thu, 27 Nov 2014 15:57:58 +0000 (16:57 +0100)]
Documentation: Explain macro array support, repeat_key, add icmp example

fixes #7868
fixes #7867

9 years agoRun systemd macros in the correct rpm scripts
Tim Hardeck [Thu, 20 Nov 2014 15:29:17 +0000 (16:29 +0100)]
Run systemd macros in the correct rpm scripts

The systemd Icinga service was moved from the package bin to common in
2.2.0 but most rpm scripts like postun, preun and so on weren't adapted
accordingly.

fixes #7738

9 years agoMove the icinga2-prepare-dirs script to /usr/lib
Gunnar Beutner [Thu, 27 Nov 2014 13:33:26 +0000 (14:33 +0100)]
Move the icinga2-prepare-dirs script to /usr/lib

fixes #7786

9 years agoImplement support for arrays in command arguments
Gunnar Beutner [Wed, 26 Nov 2014 19:43:42 +0000 (20:43 +0100)]
Implement support for arrays in command arguments

fixes #6709

9 years agoDocumentation: Fix wrong wizard information for clients
Christian Jonak [Tue, 25 Nov 2014 17:54:05 +0000 (18:54 +0100)]
Documentation: Fix wrong wizard information for clients

Remote client should not be configured as master, so we need to answer the first question with 'Y'

fixes #7847

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
9 years agoRemove the BuildRequires for yajl-devel (on RHEL 6) because their package is broken
Gunnar Beutner [Thu, 27 Nov 2014 08:53:37 +0000 (09:53 +0100)]
Remove the BuildRequires for yajl-devel (on RHEL 6) because their package is broken

refs #7463

9 years agoFix incorrect operators in GelfWriter::NotificationToUserHandler
Gunnar Beutner [Thu, 27 Nov 2014 08:40:27 +0000 (09:40 +0100)]
Fix incorrect operators in GelfWriter::NotificationToUserHandler

fixes #7866

9 years agoFix crash in CreateCert
Gunnar Beutner [Thu, 27 Nov 2014 08:35:24 +0000 (09:35 +0100)]
Fix crash in CreateCert

fixes #7862

9 years agoRemove the __parent field in the DynamicObject class
Gunnar Beutner [Thu, 27 Nov 2014 05:31:43 +0000 (06:31 +0100)]
Remove the __parent field in the DynamicObject class

refs #7748

9 years agoAdd label option to snmp ckecks
Carlos Cesario [Wed, 26 Nov 2014 18:45:40 +0000 (16:45 -0200)]
Add label option to snmp ckecks

Add label option to snmpv3 and snmp snmp-interface commands. Based on attached files to ticket #7545.

fixes #7545

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoAdd more options to snmp-interface command
Carlos Cesario [Wed, 26 Nov 2014 17:16:55 +0000 (15:16 -0200)]
Add more options to snmp-interface command

Add more options to snmp-interface command based on conf file attached on ticket #7136.

fixes #7136

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoUpdate AUTHORS
Gunnar Beutner [Wed, 26 Nov 2014 16:40:24 +0000 (17:40 +0100)]
Update AUTHORS

9 years agoAdding missing command
Yohan Jarosz [Wed, 26 Nov 2014 10:16:32 +0000 (11:16 +0100)]
Adding missing command

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoAdd build dependency for yajl in the spec file
Gunnar Beutner [Wed, 26 Nov 2014 15:35:29 +0000 (16:35 +0100)]
Add build dependency for yajl in the spec file

fixes #7463

9 years agoFix the init script
Gunnar Beutner [Wed, 26 Nov 2014 05:40:24 +0000 (06:40 +0100)]
Fix the init script

refs #7613

9 years agoDocumentation: Add a note on unique template/object names
Michael Friedrich [Tue, 25 Nov 2014 17:51:53 +0000 (18:51 +0100)]
Documentation: Add a note on unique template/object names

fixes #7671

9 years agoMake sure that user/group exists when starting Icinga 2
Michael Friedrich [Tue, 25 Nov 2014 17:42:13 +0000 (18:42 +0100)]
Make sure that user/group exists when starting Icinga 2

fixes #7173
fixes #7613

9 years agoImplement the %, ^, %=, ^=, &= and |= operators
Gunnar Beutner [Tue, 25 Nov 2014 16:04:20 +0000 (17:04 +0100)]
Implement the %, ^, %=, ^=, &= and |= operators

fixes #7813

9 years agoBuild fix for GCC
Gunnar Beutner [Tue, 25 Nov 2014 11:36:04 +0000 (12:36 +0100)]
Build fix for GCC

refs #7822

9 years agoImplicitly convert Number argument to string for operator +
Gunnar Beutner [Tue, 25 Nov 2014 11:26:49 +0000 (12:26 +0100)]
Implicitly convert Number argument to string for operator +

fixes #7823

9 years agoMove the parser's global variables to the ConfigCompiler class
Gunnar Beutner [Tue, 25 Nov 2014 08:40:32 +0000 (09:40 +0100)]
Move the parser's global variables to the ConfigCompiler class

refs #7822

9 years agoFix parser problem with missing new-lines
Gunnar Beutner [Tue, 25 Nov 2014 07:59:55 +0000 (08:59 +0100)]
Fix parser problem with missing new-lines

refs #7822

9 years agoUse MakeLiteral instead of 'new LiteralExpression'
Gunnar Beutner [Tue, 25 Nov 2014 07:44:47 +0000 (08:44 +0100)]
Use MakeLiteral instead of 'new LiteralExpression'

refs #7822

9 years agoRemove the global m_Expressions variable
Gunnar Beutner [Tue, 25 Nov 2014 07:42:27 +0000 (08:42 +0100)]
Remove the global m_Expressions variable

refs #7822

9 years agoMake SetExpression check whether the LHS is null
Gunnar Beutner [Mon, 24 Nov 2014 16:02:22 +0000 (17:02 +0100)]
Make SetExpression check whether the LHS is null

fixes #7814

9 years agoFix some compiler warnings
Gunnar Beutner [Mon, 24 Nov 2014 17:24:47 +0000 (18:24 +0100)]
Fix some compiler warnings

fixes #7826

9 years agoDisallow - in identifiers
Gunnar Beutner [Mon, 24 Nov 2014 15:54:06 +0000 (16:54 +0100)]
Disallow - in identifiers

fixes #7830

9 years agoImplement the __if and __else keywords
Gunnar Beutner [Mon, 24 Nov 2014 08:53:45 +0000 (09:53 +0100)]
Implement the __if and __else keywords

fixes #7824

9 years agoChange parameter type for include and include_recursive to T_STRING
Gunnar Beutner [Mon, 24 Nov 2014 06:18:37 +0000 (07:18 +0100)]
Change parameter type for include and include_recursive to T_STRING

fixes #7802

9 years agoMove the cast functions into libbase
Gunnar Beutner [Mon, 24 Nov 2014 06:09:51 +0000 (07:09 +0100)]
Move the cast functions into libbase

fixes #7807

9 years agoAdd some more missing unit tests
Gunnar Beutner [Mon, 24 Nov 2014 00:17:54 +0000 (01:17 +0100)]
Add some more missing unit tests

refs #7805

9 years agoAdd missing unit tests to the project file
Gunnar Beutner [Mon, 24 Nov 2014 00:07:00 +0000 (01:07 +0100)]
Add missing unit tests to the project file

refs #7805

9 years agoRemove unused parameter
Gunnar Beutner [Mon, 24 Nov 2014 00:05:19 +0000 (01:05 +0100)]
Remove unused parameter

refs #7805

9 years agoRemove unused code in the ThinMutex class
Gunnar Beutner [Mon, 24 Nov 2014 00:01:39 +0000 (01:01 +0100)]
Remove unused code in the ThinMutex class

refs #7805

9 years agoFix the __return keyword
Gunnar Beutner [Sun, 23 Nov 2014 23:04:26 +0000 (00:04 +0100)]
Fix the __return keyword

fixes #7811

9 years agoFix unary minus operator
Gunnar Beutner [Sun, 23 Nov 2014 22:19:46 +0000 (23:19 +0100)]
Fix unary minus operator

fixes #7815

9 years agoFix scoping for __for
Gunnar Beutner [Sun, 23 Nov 2014 19:43:50 +0000 (20:43 +0100)]
Fix scoping for __for

fixes #7809

9 years agoFix a crash in the "repl" command
Gunnar Beutner [Sun, 23 Nov 2014 18:13:42 +0000 (19:13 +0100)]
Fix a crash in the "repl" command

refs #7805

9 years agoFix the reduce/reduce conflicts
Gunnar Beutner [Sun, 23 Nov 2014 14:20:51 +0000 (15:20 +0100)]
Fix the reduce/reduce conflicts

refs #7800

9 years agoAdd missing return value for ReplCommand::Run
Gunnar Beutner [Sun, 23 Nov 2014 12:41:45 +0000 (13:41 +0100)]
Add missing return value for ReplCommand::Run

refs #7805

9 years agoAdd color tags to the repl command
Gunnar Beutner [Sun, 23 Nov 2014 11:38:16 +0000 (12:38 +0100)]
Add color tags to the repl command

refs #7805

9 years agoImplement more unit tests
Gunnar Beutner [Sun, 23 Nov 2014 11:35:13 +0000 (12:35 +0100)]
Implement more unit tests

refs #7805

9 years agoRemove debug code
Gunnar Beutner [Sun, 23 Nov 2014 11:08:29 +0000 (12:08 +0100)]
Remove debug code

refs #7800

9 years agoFix some more shift/reduce conflicts
Gunnar Beutner [Sun, 23 Nov 2014 11:06:47 +0000 (12:06 +0100)]
Fix some more shift/reduce conflicts

refs #7800

9 years agoImprove test coverage for the Convert class
Gunnar Beutner [Sun, 23 Nov 2014 08:58:33 +0000 (09:58 +0100)]
Improve test coverage for the Convert class

refs #7805

9 years agoImplement unit tests for the config parser
Gunnar Beutner [Sun, 23 Nov 2014 08:53:28 +0000 (09:53 +0100)]
Implement unit tests for the config parser

refs #7805

9 years agoFix incorrect result for the !in operator
Gunnar Beutner [Sun, 23 Nov 2014 08:52:17 +0000 (09:52 +0100)]
Fix incorrect result for the !in operator

fixes #7806

9 years agoImprove test coverage for the array class
Gunnar Beutner [Sun, 23 Nov 2014 08:50:11 +0000 (09:50 +0100)]
Improve test coverage for the array class

9 years agoFix the shift/reduce conflicts in the parser
Gunnar Beutner [Sat, 22 Nov 2014 22:02:12 +0000 (23:02 +0100)]
Fix the shift/reduce conflicts in the parser

fixes #7800

9 years agoRemove the C++ code generator
Gunnar Beutner [Sat, 22 Nov 2014 18:23:42 +0000 (19:23 +0100)]
Remove the C++ code generator

refs #7699

9 years agoRefactor the stack frame handling for scripts
Gunnar Beutner [Sat, 22 Nov 2014 11:21:28 +0000 (12:21 +0100)]
Refactor the stack frame handling for scripts

fixes #7748

9 years agoFix initialization bug for the Notification class
Gunnar Beutner [Sat, 22 Nov 2014 15:42:57 +0000 (16:42 +0100)]
Fix initialization bug for the Notification class

refs #7780

9 years agoFix initialization for the ApiListener class
Gunnar Beutner [Fri, 21 Nov 2014 22:23:31 +0000 (23:23 +0100)]
Fix initialization for the ApiListener class

fixes #7780

9 years agoIncrease default timeout for NRPE checks
Gunnar Beutner [Fri, 21 Nov 2014 21:05:03 +0000 (22:05 +0100)]
Increase default timeout for NRPE checks

fixes #7747

9 years agoFix initialization bug for the Endpoint class
Gunnar Beutner [Fri, 21 Nov 2014 20:01:44 +0000 (21:01 +0100)]
Fix initialization bug for the Endpoint class

refs #7780

9 years agoMake sure source information is always available for error messages
Gunnar Beutner [Fri, 21 Nov 2014 17:35:59 +0000 (18:35 +0100)]
Make sure source information is always available for error messages

refs #7699

9 years agoSplit DynamicObject::OnConfigLoaded into two separate events
Gunnar Beutner [Fri, 21 Nov 2014 17:31:37 +0000 (18:31 +0100)]
Split DynamicObject::OnConfigLoaded into two separate events

refs #7780

9 years agoAdd notification custom vars to the satellite-{host,service} templates
Gunnar Beutner [Fri, 21 Nov 2014 13:02:51 +0000 (14:02 +0100)]
Add notification custom vars to the satellite-{host,service} templates

fixes #7770

9 years agoImprove error messages for the config parser
Gunnar Beutner [Fri, 21 Nov 2014 08:07:08 +0000 (09:07 +0100)]
Improve error messages for the config parser

refs #7699

9 years agoFix some incorrectly generated code
Gunnar Beutner [Fri, 21 Nov 2014 06:37:20 +0000 (07:37 +0100)]
Fix some incorrectly generated code

refs #7699

9 years agoBuild fix
Gunnar Beutner [Thu, 20 Nov 2014 21:53:59 +0000 (22:53 +0100)]
Build fix

refs #7699

9 years agoImplement a C++ code generator for libconfig
Gunnar Beutner [Sat, 15 Nov 2014 07:20:22 +0000 (08:20 +0100)]
Implement a C++ code generator for libconfig

fixes #7699
fixes #7704
fixes #7706

9 years agoRefactor apply/object rules
Gunnar Beutner [Sun, 16 Nov 2014 15:20:39 +0000 (16:20 +0100)]
Refactor apply/object rules

fixes #7700

9 years agoRemove icinga-prepare-dirs from icinga-bin package
Tim Hardeck [Thu, 20 Nov 2014 14:56:48 +0000 (15:56 +0100)]
Remove icinga-prepare-dirs from icinga-bin package

`icinga-prepare-dirs` was part of the package common and bin. Since it
was added with 2.2.0 to common with a man page I would expect this to be
the right place so I removed it from bin.

fixes #7740

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoFix incorrect return type for ScriptSignal::Invoke
Gunnar Beutner [Thu, 20 Nov 2014 18:43:50 +0000 (19:43 +0100)]
Fix incorrect return type for ScriptSignal::Invoke

refs #7744

9 years agoFix incorrect error message for localhost (in "node update-config")
Gunnar Beutner [Thu, 20 Nov 2014 13:53:59 +0000 (14:53 +0100)]
Fix incorrect error message for localhost (in "node update-config")

fixes #7754

9 years agoRefactor the config validator so that it doesn't require serialized objects
Gunnar Beutner [Thu, 20 Nov 2014 12:28:21 +0000 (13:28 +0100)]
Refactor the config validator so that it doesn't require serialized objects

refs #7701

9 years agoDon't validate strings in the JSON parser
Gunnar Beutner [Thu, 20 Nov 2014 09:09:13 +0000 (10:09 +0100)]
Don't validate strings in the JSON parser

fixes #7730

9 years agoAvoid rebuilding libbase when the version number changes
Gunnar Beutner [Thu, 20 Nov 2014 08:59:39 +0000 (09:59 +0100)]
Avoid rebuilding libbase when the version number changes

fixes #7647

9 years agoImplement support for signals
Gunnar Beutner [Thu, 20 Nov 2014 05:53:57 +0000 (06:53 +0100)]
Implement support for signals

fixes #7744

9 years agoAdd Windows-specific example config files
Gunnar Beutner [Wed, 19 Nov 2014 06:20:37 +0000 (07:20 +0100)]
Add Windows-specific example config files

9 years agoSome minor plugin fixes
Gunnar Beutner [Wed, 19 Nov 2014 05:40:58 +0000 (06:40 +0100)]
Some minor plugin fixes

9 years agoFix file permissions in the Windows wizard
Gunnar Beutner [Tue, 18 Nov 2014 17:33:51 +0000 (18:33 +0100)]
Fix file permissions in the Windows wizard

refs #7726

9 years agoFix another incorrect argument name
Gunnar Beutner [Tue, 18 Nov 2014 15:48:58 +0000 (16:48 +0100)]
Fix another incorrect argument name

refs #7726

9 years agoFix: Windows wizard is missing --zone argument
Gunnar Beutner [Tue, 18 Nov 2014 15:19:32 +0000 (16:19 +0100)]
Fix: Windows wizard is missing --zone argument

fixes #7726

9 years agoFix incorrect CLI command name in the Windows wizard
Gunnar Beutner [Tue, 18 Nov 2014 15:06:50 +0000 (16:06 +0100)]
Fix incorrect CLI command name in the Windows wizard

fixes #7725

9 years agoFix markdown urls
Michael Friedrich [Tue, 18 Nov 2014 11:28:01 +0000 (12:28 +0100)]
Fix markdown urls

9 years agoAdd an option that hides CLI commands
Gunnar Beutner [Mon, 17 Nov 2014 17:42:22 +0000 (18:42 +0100)]
Add an option that hides CLI commands

fixes #7702

9 years agoClean up the DebugHint class
Gunnar Beutner [Mon, 17 Nov 2014 09:34:11 +0000 (10:34 +0100)]
Clean up the DebugHint class

9 years agoProvide a specialized function overload for Convert::ToDouble(const Value&)
Gunnar Beutner [Mon, 17 Nov 2014 12:59:29 +0000 (13:59 +0100)]
Provide a specialized function overload for Convert::ToDouble(const Value&)

9 years agoRelease version 2.2.0 v2.2.0
Gunnar Beutner [Mon, 17 Nov 2014 09:52:21 +0000 (10:52 +0100)]
Release version 2.2.0

9 years agoBuild fix for RHEL 5
Gunnar Beutner [Mon, 17 Nov 2014 09:22:52 +0000 (10:22 +0100)]
Build fix for RHEL 5

9 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 17 Nov 2014 08:52:34 +0000 (09:52 +0100)]
Update AUTHORS

9 years agoSyntax: Add missing keywords
Michael Friedrich [Mon, 17 Nov 2014 08:51:24 +0000 (09:51 +0100)]
Syntax: Add missing keywords

9 years agoComment out InitializeProcThreadAttributeList (for now)
Gunnar Beutner [Mon, 17 Nov 2014 08:45:35 +0000 (09:45 +0100)]
Comment out InitializeProcThreadAttributeList (for now)

fixes #7681

9 years agoImplement an experimental variable to limit the number of threads
Gunnar Beutner [Sun, 16 Nov 2014 12:14:42 +0000 (13:14 +0100)]
Implement an experimental variable to limit the number of threads

9 years agoDocs: Fix markdown formatting
Michael Friedrich [Sat, 15 Nov 2014 16:14:39 +0000 (17:14 +0100)]
Docs: Fix markdown formatting

refs #7387

9 years agoFix: Names for nested objects are evaluated at the wrong time
Gunnar Beutner [Sat, 15 Nov 2014 14:57:23 +0000 (15:57 +0100)]
Fix: Names for nested objects are evaluated at the wrong time

fixes #7689