]> granicus.if.org Git - icinga2/log
icinga2
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

9 years agoRefactor how variable scopes work
Gunnar Beutner [Sun, 14 Dec 2014 10:33:45 +0000 (11:33 +0100)]
Refactor how variable scopes work

refs #8074

9 years agoMake sure Serialize() doesn't fail for objects which don't have a registered type
Gunnar Beutner [Sat, 13 Dec 2014 20:41:17 +0000 (21:41 +0100)]
Make sure Serialize() doesn't fail for objects which don't have a registered type

fixes #7895

9 years agoBackport i2tcl's error reporting functionality into "icinga2 repl"
Gunnar Beutner [Sat, 13 Dec 2014 20:16:55 +0000 (21:16 +0100)]
Backport i2tcl's error reporting functionality into "icinga2 repl"

fixes #8078

9 years agoImplement the 'global' keyword to differentiate between variable scopes
Gunnar Beutner [Sat, 13 Dec 2014 16:48:58 +0000 (17:48 +0100)]
Implement the 'global' keyword to differentiate between variable scopes

refs #8074

9 years agoFix operator precedence for =>
Gunnar Beutner [Sat, 13 Dec 2014 13:06:19 +0000 (14:06 +0100)]
Fix operator precedence for =>

refs #8030

9 years agoRemove obsolete unit test
Gunnar Beutner [Sat, 13 Dec 2014 12:54:24 +0000 (13:54 +0100)]
Remove obsolete unit test

refs #8040

9 years agoImplement support for lambdas
Gunnar Beutner [Sat, 13 Dec 2014 11:18:26 +0000 (12:18 +0100)]
Implement support for lambdas

refs #8030

9 years agoImprove error messages for failed expressions
Gunnar Beutner [Fri, 12 Dec 2014 20:21:04 +0000 (21:21 +0100)]
Improve error messages for failed expressions

fixes #8076

9 years agoDisallow calling strings as functions
Gunnar Beutner [Fri, 12 Dec 2014 19:40:24 +0000 (20:40 +0100)]
Disallow calling strings as functions

fixes #8040

9 years agoAdd -t options to "snmp" and "snmp-manubulon-command" CheckCommand objects
Steve McMaster [Thu, 11 Dec 2014 21:16:58 +0000 (16:16 -0500)]
Add -t options to "snmp" and "snmp-manubulon-command" CheckCommand objects

fixes #8075

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
9 years agoDB IDO: Update child object reachability if parentchanges to !{OK,UP}
Michael Friedrich [Fri, 12 Dec 2014 14:53:10 +0000 (15:53 +0100)]
DB IDO: Update child object reachability if parentchanges to !{OK,UP}

fixes #7683

9 years agoFix the prototype for the Object class
Gunnar Beutner [Fri, 12 Dec 2014 14:47:51 +0000 (15:47 +0100)]
Fix the prototype for the Object class

refs #8065

9 years agoRename VMFrame to ScriptFrame in the unit tests
Gunnar Beutner [Fri, 12 Dec 2014 14:39:15 +0000 (15:39 +0100)]
Rename VMFrame to ScriptFrame in the unit tests

refs #8065

9 years agoFix the clone() methods for the Array and Dictionary class
Gunnar Beutner [Fri, 12 Dec 2014 14:38:06 +0000 (15:38 +0100)]
Fix the clone() methods for the Array and Dictionary class

refs #8065

9 years agoMove the VMFrame class to libbase
Gunnar Beutner [Fri, 12 Dec 2014 14:33:02 +0000 (15:33 +0100)]
Move the VMFrame class to libbase

refs #8065

9 years agoImplement prototype functions
Gunnar Beutner [Fri, 12 Dec 2014 14:19:23 +0000 (15:19 +0100)]
Implement prototype functions

fixes #8065

9 years agoFix debug visualizer for the Value type
Gunnar Beutner [Fri, 12 Dec 2014 13:58:09 +0000 (14:58 +0100)]
Fix debug visualizer for the Value type

fixes #8073

9 years agoDB IDO: Missing last_hard_state column update in {host,service}status tables
Michael Friedrich [Fri, 12 Dec 2014 12:25:10 +0000 (13:25 +0100)]
DB IDO: Missing last_hard_state column update in {host,service}status tables

fixes #8058

9 years agoAdd missing DebugInfo for field accesses
Gunnar Beutner [Fri, 12 Dec 2014 07:58:39 +0000 (08:58 +0100)]
Add missing DebugInfo for field accesses

refs #8062

9 years agoImplement string indexers
Gunnar Beutner [Fri, 12 Dec 2014 05:54:38 +0000 (06:54 +0100)]
Implement string indexers

fixes #8062

9 years agoFix if for non-boolean arguments
Gunnar Beutner [Thu, 11 Dec 2014 20:31:30 +0000 (21:31 +0100)]
Fix if for non-boolean arguments

fixes #8072

9 years agoImplement a way to call methods on objects
Gunnar Beutner [Thu, 11 Dec 2014 20:12:34 +0000 (21:12 +0100)]
Implement a way to call methods on objects

fixes #8071

9 years agoDocumentation: Add note on default notification interval in getting started notificat...
Michael Friedrich [Thu, 11 Dec 2014 18:19:34 +0000 (19:19 +0100)]
Documentation: Add note on default notification interval in getting started notifications.conf

fixes #8070

9 years agoUpdate AUTHORS
Gunnar Beutner [Thu, 11 Dec 2014 18:01:15 +0000 (19:01 +0100)]
Update AUTHORS

refs #8066

9 years agoRemove remarks about setting dictionary value to null to remove the key/value pair
Steve McMaster [Thu, 11 Dec 2014 15:50:50 +0000 (10:50 -0500)]
Remove remarks about setting dictionary value to null to remove the key/value pair

fixes #8066

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
9 years agoUpdate error message to use the correct lexer token name
Gunnar Beutner [Thu, 11 Dec 2014 14:07:21 +0000 (15:07 +0100)]
Update error message to use the correct lexer token name

refs #7883

9 years agoCli: Don't parse node repository files twice in 'node update-config'
Michael Friedrich [Thu, 11 Dec 2014 13:47:46 +0000 (14:47 +0100)]
Cli: Don't parse node repository files twice in 'node update-config'

refs #7917

9 years agoFix path for the OpenSSL DLLs
Gunnar Beutner [Thu, 11 Dec 2014 12:47:12 +0000 (13:47 +0100)]
Fix path for the OpenSSL DLLs

9 years agoFix unit tests
Gunnar Beutner [Thu, 11 Dec 2014 12:25:06 +0000 (13:25 +0100)]
Fix unit tests

refs #7883

9 years agoRemove the __ prefix from some of the lexer tokens
Gunnar Beutner [Thu, 11 Dec 2014 12:12:35 +0000 (13:12 +0100)]
Remove the __ prefix from some of the lexer tokens

fixes #7883

9 years agoFix another crash in ThreadPool::Stop
Gunnar Beutner [Thu, 11 Dec 2014 08:44:58 +0000 (09:44 +0100)]
Fix another crash in ThreadPool::Stop

refs #8059

9 years agoFix crash in ThreadPool::Stop
Gunnar Beutner [Thu, 11 Dec 2014 08:33:07 +0000 (09:33 +0100)]
Fix crash in ThreadPool::Stop

fixes #8059

9 years agoValidate configuration files during reload
Gunnar Beutner [Thu, 11 Dec 2014 08:27:31 +0000 (09:27 +0100)]
Validate configuration files during reload

fixes #7045

9 years agoImprove error reporting when libmysqlclient or libpq are missing
Gunnar Beutner [Thu, 11 Dec 2014 07:50:28 +0000 (08:50 +0100)]
Improve error reporting when libmysqlclient or libpq are missing

fixes #7882

9 years agoDocumentation: Add import template in dependencies example
Carlos Cesario [Wed, 10 Dec 2014 17:17:27 +0000 (15:17 -0200)]
Documentation: Add import template in dependencies example

fixes #8051

9 years agoCli: Make sure to check for removed nodes only once in 'node update-config'
Michael Friedrich [Wed, 10 Dec 2014 17:48:35 +0000 (18:48 +0100)]
Cli: Make sure to check for removed nodes only once in 'node update-config'

fixes #7917

9 years agoFix set_if for non-numeric boolean values
Gunnar Beutner [Wed, 10 Dec 2014 15:49:00 +0000 (16:49 +0100)]
Fix set_if for non-numeric boolean values

fixes #8049

9 years agoFix missing location information for included files
Gunnar Beutner [Wed, 10 Dec 2014 14:06:09 +0000 (15:06 +0100)]
Fix missing location information for included files

fixes #7927

9 years agoEscape special characters in repository file names
Gunnar Beutner [Wed, 10 Dec 2014 12:20:16 +0000 (13:20 +0100)]
Escape special characters in repository file names

fixes #7618

9 years agoMake ConfigCompiler::HandleInclude return an inline dictionary
Gunnar Beutner [Wed, 10 Dec 2014 10:30:42 +0000 (11:30 +0100)]
Make ConfigCompiler::HandleInclude return an inline dictionary

fixes #8047

9 years agoFix failing unit tests
Gunnar Beutner [Wed, 10 Dec 2014 10:25:20 +0000 (11:25 +0100)]
Fix failing unit tests

refs #8043

9 years agoRemove obsolete unit tests
Gunnar Beutner [Wed, 10 Dec 2014 09:44:15 +0000 (10:44 +0100)]
Remove obsolete unit tests

refs #8043