]> granicus.if.org Git - icinga2/log
icinga2
9 years agoUpdate AUTHORS
Gunnar Beutner [Mon, 12 Jan 2015 13:35:41 +0000 (14:35 +0100)]
Update AUTHORS

9 years agoAdds additional documentation for snmp traps and passive checks
Joseph L. Casale [Sun, 11 Jan 2015 02:16:13 +0000 (19:16 -0700)]
Adds additional documentation for snmp traps and passive checks

fixes #8016

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoRename the "repl" command to "console"
Gunnar Beutner [Mon, 12 Jan 2015 13:29:08 +0000 (14:29 +0100)]
Rename the "repl" command to "console"

fixes #8167

9 years agoVerify array bounds
Gunnar Beutner [Mon, 12 Jan 2015 13:19:35 +0000 (14:19 +0100)]
Verify array bounds

fixes #7812

9 years agoFix some more compiler warnings
Gunnar Beutner [Mon, 12 Jan 2015 13:19:20 +0000 (14:19 +0100)]
Fix some more compiler warnings

refs #8175

9 years agoFix compiler warnings
Gunnar Beutner [Mon, 12 Jan 2015 11:36:49 +0000 (12:36 +0100)]
Fix compiler warnings

fixes #8175

9 years agoChange return type for 'set' expressions to Empty
Gunnar Beutner [Mon, 12 Jan 2015 07:55:16 +0000 (08:55 +0100)]
Change return type for 'set' expressions to Empty

fixes #8172

9 years agoImplicitly convert filter values to bool for object rules
Gunnar Beutner [Mon, 12 Jan 2015 07:38:14 +0000 (08:38 +0100)]
Implicitly convert filter values to bool for object rules

fixes #8184

9 years agoUpdate documentation for v2.2.3
Michael Friedrich [Fri, 9 Jan 2015 13:46:07 +0000 (14:46 +0100)]
Update documentation for v2.2.3

9 years agoFix wrong host/node name in update-config blacklist
Michael Friedrich [Fri, 9 Jan 2015 13:25:45 +0000 (14:25 +0100)]
Fix wrong host/node name in update-config blacklist

fixes #8181

9 years agoFix crash in node update-config
Michael Friedrich [Fri, 9 Jan 2015 13:10:48 +0000 (14:10 +0100)]
Fix crash in node update-config

fixes #8182

9 years agoUpdate check_service help
Jean Flach [Fri, 9 Jan 2015 12:20:22 +0000 (13:20 +0100)]
Update check_service help

fixes #8143

9 years agoDisable Application::SetResourceLimits on non-Linux systems
Gunnar Beutner [Fri, 9 Jan 2015 10:43:57 +0000 (11:43 +0100)]
Disable Application::SetResourceLimits on non-Linux systems

fixes #8178

9 years agoIncrease DB IDO query queue limit
Michael Friedrich [Fri, 9 Jan 2015 10:23:29 +0000 (11:23 +0100)]
Increase DB IDO query queue limit

fixes #8152

9 years agoFix error messages in LivestatusListener::ServerThreadProc
Gunnar Beutner [Fri, 9 Jan 2015 08:53:43 +0000 (09:53 +0100)]
Fix error messages in LivestatusListener::ServerThreadProc

fixes #8176

9 years agoIncorrect ticket number shouldn't cause "node wizard" to terminate
Michael Friedrich [Thu, 8 Jan 2015 16:09:31 +0000 (17:09 +0100)]
Incorrect ticket number shouldn't cause "node wizard" to terminate

fixes #8125

9 years agoFix DebugInfoRange for ApplyExpression in config parser
Michael Friedrich [Thu, 8 Jan 2015 16:00:13 +0000 (17:00 +0100)]
Fix DebugInfoRange for ApplyExpression in config parser

fixes #8173

9 years agoFix a typo in the example of the StatusDataWriter documentation
Tobias von der Krone [Thu, 8 Jan 2015 15:29:40 +0000 (16:29 +0100)]
Fix a typo in the example of the StatusDataWriter documentation

fixes #8171

9 years agoFix sending notifications for volatile checks on OK->OK changes
Michael Friedrich [Thu, 8 Jan 2015 15:18:11 +0000 (16:18 +0100)]
Fix sending notifications for volatile checks on OK->OK changes

volatile checks make state changes behave like HARD state changes.
Though OK -> OK transitions must not be notified.

Increased log information for notifications too.

fixes #8063

9 years agoUse @$ instead of DebugInfoRange
Gunnar Beutner [Thu, 8 Jan 2015 14:01:13 +0000 (15:01 +0100)]
Use @$ instead of DebugInfoRange

9 years agoDeactivate Livestatus listener before writing the state file
Gunnar Beutner [Thu, 8 Jan 2015 13:03:43 +0000 (14:03 +0100)]
Deactivate Livestatus listener before writing the state file

fixes #7660

9 years agoRemove unnecessary default rules
Gunnar Beutner [Thu, 8 Jan 2015 10:39:06 +0000 (11:39 +0100)]
Remove unnecessary default rules

9 years agoFix missing command arguments
Gunnar Beutner [Thu, 8 Jan 2015 10:36:53 +0000 (11:36 +0100)]
Fix missing command arguments

fixes #8144

9 years agoAllow side-effect-free expressions in a limited number of cases
Gunnar Beutner [Thu, 8 Jan 2015 09:30:34 +0000 (10:30 +0100)]
Allow side-effect-free expressions in a limited number of cases

refs #6570

9 years agoDisallow side-effect-free r-value expressions in expression lists
Gunnar Beutner [Thu, 8 Jan 2015 08:33:24 +0000 (09:33 +0100)]
Disallow side-effect-free r-value expressions in expression lists

fixes #6570

9 years agoFix ambiguity when parsing include_recursive
Gunnar Beutner [Wed, 7 Jan 2015 16:22:29 +0000 (17:22 +0100)]
Fix ambiguity when parsing include_recursive

fixes #8166

9 years agoFix a compiler warning
Gunnar Beutner [Wed, 7 Jan 2015 14:00:20 +0000 (15:00 +0100)]
Fix a compiler warning

refs #8164

9 years agoAdd unit tests for escape sequences
Gunnar Beutner [Wed, 7 Jan 2015 12:26:10 +0000 (13:26 +0100)]
Add unit tests for escape sequences

refs #8164

9 years agoFix escape sequence for double quotes
Gunnar Beutner [Wed, 7 Jan 2015 12:06:02 +0000 (13:06 +0100)]
Fix escape sequence for double quotes

refs #8164

9 years agoFix escape sequence for backslashes
Gunnar Beutner [Wed, 7 Jan 2015 07:56:52 +0000 (08:56 +0100)]
Fix escape sequence for backslashes

fixes #8164

9 years agoBuild fix for Windows
Gunnar Beutner [Mon, 22 Dec 2014 13:14:16 +0000 (14:14 +0100)]
Build fix for Windows

9 years agoFix incorrect week day calculation in LegacyTimePeriod::ParseTimeSpec
Gunnar Beutner [Sat, 20 Dec 2014 21:04:24 +0000 (22:04 +0100)]
Fix incorrect week day calculation in LegacyTimePeriod::ParseTimeSpec

fixes #6943

9 years agoDon't show stack traces for known exception types
Gunnar Beutner [Sat, 20 Dec 2014 14:41:31 +0000 (15:41 +0100)]
Don't show stack traces for known exception types

refs #6070

9 years agoImprove error reporting
Gunnar Beutner [Sat, 20 Dec 2014 14:29:04 +0000 (15:29 +0100)]
Improve error reporting

fixes #8136
refs #6070

9 years agoImprove error reporting for the import keyword
Gunnar Beutner [Sat, 20 Dec 2014 10:09:21 +0000 (11:09 +0100)]
Improve error reporting for the import keyword

fixes #8061

9 years agoReport error for invalid escape sequences
Gunnar Beutner [Sat, 20 Dec 2014 08:48:18 +0000 (09:48 +0100)]
Report error for invalid escape sequences

fixes #7910

9 years agoFix integer overflow in len()
Gunnar Beutner [Sat, 20 Dec 2014 08:36:35 +0000 (09:36 +0100)]
Fix integer overflow in len()

fixes #8041

9 years agoMake sure that Value::IsEmpty() returns true for empty strings
Gunnar Beutner [Sat, 20 Dec 2014 08:31:55 +0000 (09:31 +0100)]
Make sure that Value::IsEmpty() returns true for empty strings

fixes #8018

9 years agoImprove error message for invalid field accesses
Gunnar Beutner [Sat, 20 Dec 2014 08:17:02 +0000 (09:17 +0100)]
Improve error message for invalid field accesses

fixes #8079

9 years agoMake sure that "feature enable" uses relative paths for the symlinks
Gunnar Beutner [Sat, 20 Dec 2014 07:39:12 +0000 (08:39 +0100)]
Make sure that "feature enable" uses relative paths for the symlinks

fixes #8121

9 years agoFix debug info for indexer
Gunnar Beutner [Fri, 19 Dec 2014 15:53:44 +0000 (16:53 +0100)]
Fix debug info for indexer

fixes #8132

9 years agoMake sure the livestatus module works when the compat module is disabled
Gunnar Beutner [Fri, 19 Dec 2014 15:42:20 +0000 (16:42 +0100)]
Make sure the livestatus module works when the compat module is disabled

refs #7794

9 years agoDisable vfork() on OS X
Gunnar Beutner [Fri, 19 Dec 2014 15:04:34 +0000 (16:04 +0100)]
Disable vfork() on OS X

fixes #8131

9 years agoExclude prepare-dirs from bin package
Tim Hardeck [Fri, 19 Dec 2014 12:05:28 +0000 (13:05 +0100)]
Exclude prepare-dirs from bin package

Prepare-dirs on i586 platforms end up in the same directory as the
other lib files so it would get automatically included in the bin
package. To prevent this only "*.so*" files are included in the bin
package from this directory.

fixes #8126

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoImplement the __commit function
Gunnar Beutner [Fri, 19 Dec 2014 12:08:46 +0000 (13:08 +0100)]
Implement the __commit function

refs #8127

9 years agoImplement the __get_objects function
Gunnar Beutner [Fri, 19 Dec 2014 12:08:31 +0000 (13:08 +0100)]
Implement the __get_objects function

refs #8127

9 years agoAllow relative paths for the UNIX socket
Gunnar Beutner [Fri, 19 Dec 2014 11:33:51 +0000 (12:33 +0100)]
Allow relative paths for the UNIX socket

refs #7805

9 years agoRename _DEBUG to I2_DEBUG
Gunnar Beutner [Fri, 19 Dec 2014 11:19:28 +0000 (12:19 +0100)]
Rename _DEBUG to I2_DEBUG

fixes #7767

9 years agoFix a deadlock in TlsStream::Read / TlsStream::Close
Gunnar Beutner [Fri, 19 Dec 2014 11:07:06 +0000 (12:07 +0100)]
Fix a deadlock in TlsStream::Read / TlsStream::Close

fixes #8124

9 years agoFix validation for service names in Notification, Dependency and ScheduledDowntime...
Gunnar Beutner [Fri, 19 Dec 2014 09:56:34 +0000 (10:56 +0100)]
Fix validation for service names in Notification, Dependency and ScheduledDowntime objects

fixes #8122

9 years agoChange some things up in the windows-plugins
Jean Flach [Fri, 19 Dec 2014 09:21:38 +0000 (10:21 +0100)]
Change some things up in the windows-plugins

refs #7886 #7778 #8060 #8115

9 years agoMove the InstallConfig include into the top-level CMakeLists.txt file
Gunnar Beutner [Fri, 19 Dec 2014 08:51:14 +0000 (09:51 +0100)]
Move the InstallConfig include into the top-level CMakeLists.txt file

refs #7794

9 years agoImplement CMake options for some of the modules
Gunnar Beutner [Fri, 19 Dec 2014 08:45:35 +0000 (09:45 +0100)]
Implement CMake options for some of the modules

fixes #7794
fixes #7795

9 years agoFix a compiler warning
Jean Flach [Fri, 19 Dec 2014 08:36:59 +0000 (09:36 +0100)]
Fix a compiler warning

fixes #8114

9 years agoReplace spaces with tabs
Gunnar Beutner [Thu, 18 Dec 2014 15:55:45 +0000 (16:55 +0100)]
Replace spaces with tabs

9 years agoRemove obsolete code
Gunnar Beutner [Thu, 18 Dec 2014 14:43:01 +0000 (15:43 +0100)]
Remove obsolete code

refs #7709

9 years agoRefactor the WorkQueue class to make error reporting easier
Gunnar Beutner [Thu, 18 Dec 2014 14:11:57 +0000 (15:11 +0100)]
Refactor the WorkQueue class to make error reporting easier

refs #7709

9 years agoClean up the DebugInfo class
Gunnar Beutner [Thu, 18 Dec 2014 11:58:46 +0000 (12:58 +0100)]
Clean up the DebugInfo class

refs #7709

9 years agoFix crash in ConfigCompilerContext::WriteObject
Gunnar Beutner [Thu, 18 Dec 2014 11:46:35 +0000 (12:46 +0100)]
Fix crash in ConfigCompilerContext::WriteObject

fixes #8106

9 years agoCompat: Fix event_handler_enabled dump based on enable_event_handler attribute
Michael Friedrich [Thu, 18 Dec 2014 10:20:06 +0000 (11:20 +0100)]
Compat: Fix event_handler_enabled dump based on enable_event_handler attribute

fixes #8105

9 years agoFix crash when accessing invalid fields
Gunnar Beutner [Thu, 18 Dec 2014 10:21:11 +0000 (11:21 +0100)]
Fix crash when accessing invalid fields

fixes #8104

9 years agoUpdate INSTALL.md for 2.2.2
Gunnar Beutner [Thu, 18 Dec 2014 09:22:24 +0000 (10:22 +0100)]
Update INSTALL.md for 2.2.2

9 years agoAdd new files from Debian's pkg-icinga2 repository
Gunnar Beutner [Thu, 18 Dec 2014 05:42:41 +0000 (06:42 +0100)]
Add new files from Debian's pkg-icinga2 repository

refs #8103

9 years agoRemove unused files from the Debian packages
Gunnar Beutner [Thu, 18 Dec 2014 05:23:59 +0000 (06:23 +0100)]
Remove unused files from the Debian packages

refs #8103

9 years agoForward-port packaging changes from Debian's pkg-icinga2 repository
Gunnar Beutner [Thu, 18 Dec 2014 05:12:26 +0000 (06:12 +0100)]
Forward-port packaging changes from Debian's pkg-icinga2 repository

refs #8103

9 years agoRemove usage info from --version
Gunnar Beutner [Thu, 18 Dec 2014 04:28:51 +0000 (05:28 +0100)]
Remove usage info from --version

fixes #8102

9 years agoUpdate RPM spec file to use the boost153 package on RHEL 5 and SLES 11 SP3
Gunnar Beutner [Wed, 17 Dec 2014 15:36:50 +0000 (16:36 +0100)]
Update RPM spec file to use the boost153 package on RHEL 5 and SLES 11 SP3

9 years agoAdd files needed by last commit
Jean Flach [Wed, 17 Dec 2014 13:23:20 +0000 (14:23 +0100)]
Add files needed by last commit

9 years agoAdd windows-plugin check_ping
Jean Flach [Wed, 17 Dec 2014 13:17:46 +0000 (14:17 +0100)]
Add windows-plugin check_ping

fixes #7879

9 years agoFix the dependency nightmare that is libreadline
Gunnar Beutner [Wed, 17 Dec 2014 08:47:03 +0000 (09:47 +0100)]
Fix the dependency nightmare that is libreadline

refs #8091

9 years agoFix incorrect package name for SLES/openSUSE
Gunnar Beutner [Wed, 17 Dec 2014 08:27:06 +0000 (09:27 +0100)]
Fix incorrect package name for SLES/openSUSE

refs #8091

9 years agoUpdate documentation for libreadline requirement
Gunnar Beutner [Wed, 17 Dec 2014 08:07:05 +0000 (09:07 +0100)]
Update documentation for libreadline requirement

fixes #8091

9 years agoUpdate livestatus and statusdata to properly support booleans
Gunnar Beutner [Wed, 17 Dec 2014 07:54:28 +0000 (08:54 +0100)]
Update livestatus and statusdata to properly support booleans

fixes #8100

9 years agoFix another problem with boolean values in SQL queries
Gunnar Beutner [Tue, 16 Dec 2014 20:43:03 +0000 (21:43 +0100)]
Fix another problem with boolean values in SQL queries

refs #8100

9 years agoBuild fix for Windows
Gunnar Beutner [Tue, 16 Dec 2014 20:25:58 +0000 (21:25 +0100)]
Build fix for Windows

refs #7805

9 years agoFix incorrect SQL values for boolean fields
Gunnar Beutner [Tue, 16 Dec 2014 20:23:50 +0000 (21:23 +0100)]
Fix incorrect SQL values for boolean fields

fixes #8100

9 years agoIncrease the timeout for "repl" sessions
Gunnar Beutner [Tue, 16 Dec 2014 18:51:33 +0000 (19:51 +0100)]
Increase the timeout for "repl" sessions

refs #7805

9 years agoImplement Livestatus support for the "repl" command
Gunnar Beutner [Tue, 16 Dec 2014 18:28:46 +0000 (19:28 +0100)]
Implement Livestatus support for the "repl" command

refs #7805

9 years agoFix crash when accessing invalid fields on objects which don't have prototypes
Gunnar Beutner [Tue, 16 Dec 2014 17:15:47 +0000 (18:15 +0100)]
Fix crash when accessing invalid fields on objects which don't have prototypes

9 years agoUpdate the list of keywords
Gunnar Beutner [Tue, 16 Dec 2014 14:46:45 +0000 (15:46 +0100)]
Update the list of keywords

refs #8096

9 years agoAdd readline support for the "repl" command
Gunnar Beutner [Tue, 16 Dec 2014 11:22:02 +0000 (12:22 +0100)]
Add readline support for the "repl" command

fixes #8091

9 years agoUpdate the documentation and RPM spec file for 2.2.2
Gunnar Beutner [Tue, 16 Dec 2014 10:33:14 +0000 (11:33 +0100)]
Update the documentation and RPM spec file for 2.2.2

9 years agoUpdate unit tests to use the new variable syntax
Gunnar Beutner [Tue, 16 Dec 2014 09:37:21 +0000 (10:37 +0100)]
Update unit tests to use the new variable syntax

refs #8074

9 years agoAdd version output to the "repl" command
Gunnar Beutner [Tue, 16 Dec 2014 09:36:59 +0000 (10:36 +0100)]
Add version output to the "repl" command

refs #7805

9 years agoMake sure that operator % throws an exception when the ride-hand-side argument is 0
Gunnar Beutner [Tue, 16 Dec 2014 07:52:32 +0000 (08:52 +0100)]
Make sure that operator % throws an exception when the ride-hand-side argument is 0

fixes #8089

9 years agoFix location info for strings
Gunnar Beutner [Tue, 16 Dec 2014 05:18:39 +0000 (06:18 +0100)]
Fix location info for strings

fixes #8081

9 years agoAdd another unit test for expressions
Gunnar Beutner [Mon, 15 Dec 2014 16:23:18 +0000 (17:23 +0100)]
Add another unit test for expressions

refs #8074

9 years agoAdd unit tests for the "var" keyword
Gunnar Beutner [Mon, 15 Dec 2014 15:42:34 +0000 (16:42 +0100)]
Add unit tests for the "var" keyword

refs #8074

9 years agoGet rid of the local/global keywords
Gunnar Beutner [Mon, 15 Dec 2014 15:09:17 +0000 (16:09 +0100)]
Get rid of the local/global keywords

refs #8074

9 years agoFix unit test
Gunnar Beutner [Mon, 15 Dec 2014 14:12:24 +0000 (15:12 +0100)]
Fix unit test

refs #8074

9 years agoCli: "node wizard" shouldn't crash when SaveCert fails
Michael Friedrich [Mon, 15 Dec 2014 10:44:56 +0000 (11:44 +0100)]
Cli: "node wizard" shouldn't crash when SaveCert fails

fixes #7707

9 years agoFix incorrect variable scoping
Gunnar Beutner [Mon, 15 Dec 2014 11:57:40 +0000 (12:57 +0100)]
Fix incorrect variable scoping

refs #8074

9 years agoDocs: Fix gdb pretty printers
Michael Friedrich [Mon, 15 Dec 2014 10:26:22 +0000 (11:26 +0100)]
Docs: Fix gdb pretty printers

fixes #8048

9 years agoDocs: Update dependency state filter explaination
Michael Friedrich [Mon, 15 Dec 2014 10:08:34 +0000 (11:08 +0100)]
Docs: Update dependency state filter explaination

refs #7301

9 years agoRemove unnecessary includes
Gunnar Beutner [Mon, 15 Dec 2014 09:16:06 +0000 (10:16 +0100)]
Remove unnecessary includes

9 years agoDisable impersonation for the "repl" command
Gunnar Beutner [Mon, 15 Dec 2014 07:37:34 +0000 (08:37 +0100)]
Disable impersonation for the "repl" command

refs #7805

9 years agoRemove unused code
Gunnar Beutner [Mon, 15 Dec 2014 05:03:13 +0000 (06:03 +0100)]
Remove unused code

refs #8074

9 years agoMake sure IcingaApplication::GetVars returns a default value
Gunnar Beutner [Mon, 15 Dec 2014 05:02:59 +0000 (06:02 +0100)]
Make sure IcingaApplication::GetVars returns a default value

refs #8074

9 years agoAllow if/else in rterms
Gunnar Beutner [Sun, 14 Dec 2014 13:08:41 +0000 (14:08 +0100)]
Allow if/else in rterms

refs #8074

9 years agoOnly implicitly convert strings to indexers
Gunnar Beutner [Sun, 14 Dec 2014 10:55:44 +0000 (11:55 +0100)]
Only implicitly convert strings to indexers

refs #8074