]> granicus.if.org Git - icinga2/log
icinga2
9 years agoTurn on verbose builds for the RPM
Gunnar Beutner [Fri, 14 Nov 2014 05:37:30 +0000 (06:37 +0100)]
Turn on verbose builds for the RPM

9 years agoFix null pointer dereference while parsing the config
Gunnar Beutner [Thu, 13 Nov 2014 22:25:52 +0000 (23:25 +0100)]
Fix null pointer dereference while parsing the config

9 years agoAdd default parameters to the AST classes
Gunnar Beutner [Thu, 13 Nov 2014 22:25:31 +0000 (23:25 +0100)]
Add default parameters to the AST classes

9 years agoFix CA2202 code analysis warning in the Windows wizard
Gunnar Beutner [Thu, 13 Nov 2014 19:18:41 +0000 (20:18 +0100)]
Fix CA2202 code analysis warning in the Windows wizard

9 years agoBuild fix for the Windows plugins
Gunnar Beutner [Thu, 13 Nov 2014 19:11:17 +0000 (20:11 +0100)]
Build fix for the Windows plugins

9 years agoFix crash in StreamLogger::~StreamLogger
Gunnar Beutner [Thu, 13 Nov 2014 18:44:51 +0000 (19:44 +0100)]
Fix crash in StreamLogger::~StreamLogger

9 years agoDrop invalid headers from libhello debug code
Michael Friedrich [Thu, 13 Nov 2014 19:09:36 +0000 (20:09 +0100)]
Drop invalid headers from libhello debug code

refs #7559

9 years agoUse Application::Exit to implement the exit() script function
Gunnar Beutner [Thu, 13 Nov 2014 14:56:47 +0000 (15:56 +0100)]
Use Application::Exit to implement the exit() script function

9 years agoImprove check argument parsing
Jean Flach [Thu, 13 Nov 2014 14:57:10 +0000 (15:57 +0100)]
Improve check argument parsing

9 years agoRemove debug code
Gunnar Beutner [Thu, 13 Nov 2014 14:53:15 +0000 (15:53 +0100)]
Remove debug code

refs #7559

9 years agoRemove some more redundant code from "node wizard"
Gunnar Beutner [Thu, 13 Nov 2014 14:32:41 +0000 (15:32 +0100)]
Remove some more redundant code from "node wizard"

refs #7656

9 years agoFix handling of the CA certificate in "node wizard"
Gunnar Beutner [Thu, 13 Nov 2014 14:25:15 +0000 (15:25 +0100)]
Fix handling of the CA certificate in "node wizard"

fixes #7656

9 years agoImplement support for executing remote commands
Gunnar Beutner [Thu, 13 Nov 2014 10:23:57 +0000 (11:23 +0100)]
Implement support for executing remote commands

fixes #7559

9 years agoRemove the migrate-hosts script
Gunnar Beutner [Thu, 13 Nov 2014 10:15:55 +0000 (11:15 +0100)]
Remove the migrate-hosts script

fixes #7398

9 years agoFix deadlock in ThreadPool::Stop
Gunnar Beutner [Thu, 13 Nov 2014 09:00:49 +0000 (10:00 +0100)]
Fix deadlock in ThreadPool::Stop

9 years agoRemove unions from the DebugInfo class
Gunnar Beutner [Thu, 13 Nov 2014 08:02:43 +0000 (09:02 +0100)]
Remove unions from the DebugInfo class

9 years agoAdd missing Stop call in the Logger class
Gunnar Beutner [Thu, 13 Nov 2014 08:02:23 +0000 (09:02 +0100)]
Add missing Stop call in the Logger class

fixes #7652

9 years agoImprove error messages for the Process class
Gunnar Beutner [Thu, 13 Nov 2014 07:53:12 +0000 (08:53 +0100)]
Improve error messages for the Process class

9 years agoRemove obsolete mutex profiling code
Gunnar Beutner [Thu, 13 Nov 2014 04:47:48 +0000 (05:47 +0100)]
Remove obsolete mutex profiling code

refs #7622

9 years agoMake sure all threads are dead before calling fork()
Gunnar Beutner [Wed, 12 Nov 2014 20:27:36 +0000 (21:27 +0100)]
Make sure all threads are dead before calling fork()

fixes #7653

9 years agoImplement the __get_object function
Gunnar Beutner [Wed, 12 Nov 2014 18:08:36 +0000 (19:08 +0100)]
Implement the __get_object function

9 years agoGelfWriter: Change _state to human-readable string
Michael Friedrich [Wed, 12 Nov 2014 16:58:13 +0000 (17:58 +0100)]
GelfWriter: Change _state to human-readable string

refs #7619

9 years agoGelfWriter: Add missing fields, fix notification state
Michael Friedrich [Wed, 12 Nov 2014 16:48:48 +0000 (17:48 +0100)]
GelfWriter: Add missing fields, fix notification state

refs #7619

9 years agoAdd release barrier in ObjectLock::Unlock
Gunnar Beutner [Wed, 12 Nov 2014 12:18:34 +0000 (13:18 +0100)]
Add release barrier in ObjectLock::Unlock

refs #7648

9 years agoFix incorrect field name
Gunnar Beutner [Wed, 12 Nov 2014 11:46:33 +0000 (12:46 +0100)]
Fix incorrect field name

refs #7648

9 years agoFix crash when daemonizing Icinga
Gunnar Beutner [Wed, 12 Nov 2014 11:44:14 +0000 (12:44 +0100)]
Fix crash when daemonizing Icinga

refs #7648

9 years agoAdd missing barriers for Object::m_LockOwner
Gunnar Beutner [Wed, 12 Nov 2014 11:32:14 +0000 (12:32 +0100)]
Add missing barriers for Object::m_LockOwner

refs #7648

9 years agoFix _DEBUG define on *NIX
Gunnar Beutner [Wed, 12 Nov 2014 10:34:59 +0000 (11:34 +0100)]
Fix _DEBUG define on *NIX

9 years agoFix validator for dependency filters
Gunnar Beutner [Wed, 12 Nov 2014 08:40:45 +0000 (09:40 +0100)]
Fix validator for dependency filters

fixes #7650

9 years agoFix crash in the unit tests
Gunnar Beutner [Wed, 12 Nov 2014 08:33:13 +0000 (09:33 +0100)]
Fix crash in the unit tests

fixes #7648

9 years agoEnable parallel builds for the Debian package
Gunnar Beutner [Wed, 12 Nov 2014 07:40:48 +0000 (08:40 +0100)]
Enable parallel builds for the Debian package

fixes #7649

9 years agoFix static initializers for Utility::AddDeferredInitializer
Gunnar Beutner [Wed, 12 Nov 2014 07:00:56 +0000 (08:00 +0100)]
Fix static initializers for Utility::AddDeferredInitializer

fixes #7646

9 years agoAllow thin mutex calls to be inlined
Gunnar Beutner [Wed, 12 Nov 2014 05:48:23 +0000 (06:48 +0100)]
Allow thin mutex calls to be inlined

refs #7622

9 years agoAllow locks to be inlined
Gunnar Beutner [Wed, 12 Nov 2014 05:33:20 +0000 (06:33 +0100)]
Allow locks to be inlined

refs #7622

9 years agoRemove debug code
Gunnar Beutner [Tue, 11 Nov 2014 23:06:51 +0000 (00:06 +0100)]
Remove debug code

refs #7622

9 years agoAdd missing default arguments
Gunnar Beutner [Tue, 11 Nov 2014 22:48:17 +0000 (23:48 +0100)]
Add missing default arguments

refs #7622

9 years agoAllow String class members to be inlined
Gunnar Beutner [Tue, 11 Nov 2014 22:46:06 +0000 (23:46 +0100)]
Allow String class members to be inlined

9 years agoAllow Value class members to be inlined
Gunnar Beutner [Tue, 11 Nov 2014 22:28:53 +0000 (23:28 +0100)]
Allow Value class members to be inlined

9 years agoClean up the code a bit
Gunnar Beutner [Tue, 11 Nov 2014 22:06:47 +0000 (23:06 +0100)]
Clean up the code a bit

9 years agoFix _DEBUG define
Gunnar Beutner [Tue, 11 Nov 2014 15:40:27 +0000 (16:40 +0100)]
Fix _DEBUG define

refs #7634

9 years agoFix incorrect IDO queries
Gunnar Beutner [Tue, 11 Nov 2014 15:35:58 +0000 (16:35 +0100)]
Fix incorrect IDO queries

fixes #7634

9 years agoEnable ASSERT() for *NIX debug builds
Gunnar Beutner [Tue, 11 Nov 2014 13:07:25 +0000 (14:07 +0100)]
Enable ASSERT() for *NIX debug builds

refs #7634

9 years agoGelfWriter: Update AUTHORS
Michael Friedrich [Tue, 11 Nov 2014 13:32:52 +0000 (14:32 +0100)]
GelfWriter: Update AUTHORS

refs #7619

9 years agoMerge branch 'feature/gelf-writer-7619'
Michael Friedrich [Tue, 11 Nov 2014 13:25:59 +0000 (14:25 +0100)]
Merge branch 'feature/gelf-writer-7619'

fixes #7619

9 years agoGelfWriter: Add documentation
Michael Friedrich [Tue, 11 Nov 2014 13:12:06 +0000 (14:12 +0100)]
GelfWriter: Add documentation

refs #7619

9 years agoGelfWriter: Add 'source' configuration attribute
Michael Friedrich [Tue, 11 Nov 2014 13:05:28 +0000 (14:05 +0100)]
GelfWriter: Add 'source' configuration attribute

refs #7619

9 years agoGelfWriter: Fix default example port
Michael Friedrich [Mon, 10 Nov 2014 19:34:04 +0000 (20:34 +0100)]
GelfWriter: Fix default example port

refs #7619

9 years agoRebase against master changes, fix indent
Michael Friedrich [Mon, 10 Nov 2014 19:21:22 +0000 (20:21 +0100)]
Rebase against master changes, fix indent

refs #7619

9 years agoAdd a type validafor for GelfWriter
Michael Friedrich [Mon, 10 Nov 2014 19:09:54 +0000 (20:09 +0100)]
Add a type validafor for GelfWriter

refs #7619

9 years agoAdd 'gelf' feature config
Michael Friedrich [Mon, 10 Nov 2014 19:05:57 +0000 (20:05 +0100)]
Add 'gelf' feature config

refs #7619

9 years agoAdd GelfWriter
Marius Sturm [Wed, 5 Nov 2014 21:00:44 +0000 (22:00 +0100)]
Add GelfWriter

refs #7619

9 years agoFix static initializers
Gunnar Beutner [Tue, 11 Nov 2014 12:22:16 +0000 (13:22 +0100)]
Fix static initializers

refs #7634

9 years agoAdd build directories to gitignore
Jean Flach [Tue, 11 Nov 2014 08:49:44 +0000 (09:49 +0100)]
Add build directories to gitignore

9 years agoFix some Ido initialization bugs
Jean Flach [Tue, 11 Nov 2014 08:40:00 +0000 (09:40 +0100)]
Fix some Ido initialization bugs

refs #7625

9 years agoRemove unused include
Gunnar Beutner [Tue, 11 Nov 2014 04:46:08 +0000 (05:46 +0100)]
Remove unused include

refs #7622

9 years agoUpdate AUTHORS
Michael Friedrich [Mon, 10 Nov 2014 20:01:38 +0000 (21:01 +0100)]
Update AUTHORS

9 years agoAvoid unnecessary type lookups
Gunnar Beutner [Mon, 10 Nov 2014 19:06:28 +0000 (20:06 +0100)]
Avoid unnecessary type lookups

refs #7622

9 years agoDocs: Add link from db ido config to object configs
Michael Friedrich [Mon, 10 Nov 2014 15:03:36 +0000 (16:03 +0100)]
Docs: Add link from db ido config to object configs

9 years agoFix check_plugins dying with certain parameters
Jean Flach [Mon, 10 Nov 2014 13:39:12 +0000 (14:39 +0100)]
Fix check_plugins dying with certain parameters

9 years agoAdd missing category type for some IDO queries
Gunnar Beutner [Mon, 10 Nov 2014 12:21:33 +0000 (13:21 +0100)]
Add missing category type for some IDO queries

fixes #7625

9 years agoOptimize apply/object filters
Gunnar Beutner [Mon, 10 Nov 2014 11:05:45 +0000 (12:05 +0100)]
Optimize apply/object filters

refs #7622

9 years agoRefactor the AST
Gunnar Beutner [Sun, 9 Nov 2014 18:48:28 +0000 (19:48 +0100)]
Refactor the AST

refs #7622

9 years agoRemove unused fields from the ObjectRule class
Gunnar Beutner [Mon, 10 Nov 2014 08:52:27 +0000 (09:52 +0100)]
Remove unused fields from the ObjectRule class

refs #7622

9 years agoOnly notify users on recovery who have been notified on not-OK before
Michael Friedrich [Tue, 4 Nov 2014 21:03:39 +0000 (22:03 +0100)]
Only notify users on recovery who have been notified on not-OK before

Also ensure that type NotificationRecovery always
passes the state filter (missing `OK` is totally fine).

Also fix that notification delays set the correct
next notification time to the begin time window.

fixes #7579
fixes #7623
fixes #6547

9 years agoReplace boost::shared_ptr with boost::intrusive_ptr
Gunnar Beutner [Sat, 8 Nov 2014 20:17:16 +0000 (21:17 +0100)]
Replace boost::shared_ptr with boost::intrusive_ptr

refs #7622

9 years agoImplement support for thin mutexes
Gunnar Beutner [Tue, 17 Dec 2013 11:23:19 +0000 (12:23 +0100)]
Implement support for thin mutexes

refs #7622

9 years agoFix GetInstance() methods for the DbType and config validator registry classes
Gunnar Beutner [Sun, 9 Nov 2014 12:06:25 +0000 (13:06 +0100)]
Fix GetInstance() methods for the DbType and config validator registry classes

9 years agoDiscard unnamed config items as early as possible
Gunnar Beutner [Sun, 9 Nov 2014 03:17:34 +0000 (04:17 +0100)]
Discard unnamed config items as early as possible

9 years agoFix Zone::IsGlobal()
Michael Friedrich [Sat, 8 Nov 2014 21:57:09 +0000 (22:57 +0100)]
Fix Zone::IsGlobal()

9 years agoDocumentation: Add dependency example for setting locally scoped variables
Michael Friedrich [Sat, 8 Nov 2014 18:12:34 +0000 (19:12 +0100)]
Documentation: Add dependency example for setting locally scoped variables

fixes #7319

9 years agoDocs: Update what's new
Michael Friedrich [Sat, 8 Nov 2014 17:48:36 +0000 (18:48 +0100)]
Docs: Update what's new

9 years agoFix: Adding/Removing multiple services fails
Gunnar Beutner [Sat, 8 Nov 2014 13:57:44 +0000 (14:57 +0100)]
Fix: Adding/Removing multiple services fails

fixes #7616

9 years agoRemove unnecessary use of boost::ref()
Gunnar Beutner [Sat, 8 Nov 2014 13:54:36 +0000 (14:54 +0100)]
Remove unnecessary use of boost::ref()

9 years agoFix problem with missing config items
Gunnar Beutner [Sat, 8 Nov 2014 13:24:17 +0000 (14:24 +0100)]
Fix problem with missing config items

9 years agoFix: mkclass crashes when called without arguments
Gunnar Beutner [Sat, 8 Nov 2014 12:41:08 +0000 (13:41 +0100)]
Fix: mkclass crashes when called without arguments

fixes #7617

9 years agoImprove config compiler's memory usage
Gunnar Beutner [Thu, 6 Nov 2014 18:35:47 +0000 (19:35 +0100)]
Improve config compiler's memory usage

9 years agomkclass: Optimize struct layout
Gunnar Beutner [Fri, 7 Nov 2014 22:07:02 +0000 (23:07 +0100)]
mkclass: Optimize struct layout

fixes #7615

9 years agoRemove unused attributes
Gunnar Beutner [Fri, 7 Nov 2014 20:40:47 +0000 (21:40 +0100)]
Remove unused attributes

9 years agoDocs: Fix markdown formatting (code after list requires text in between)
Michael Friedrich [Fri, 7 Nov 2014 17:37:09 +0000 (18:37 +0100)]
Docs: Fix markdown formatting (code after list requires text in between)

9 years agoFix problem with unresolved symbols
Gunnar Beutner [Fri, 7 Nov 2014 17:37:07 +0000 (18:37 +0100)]
Fix problem with unresolved symbols

refs #7561

9 years agoClean up plugins/CMakeLists.txt
Jean Flach [Fri, 7 Nov 2014 12:32:20 +0000 (13:32 +0100)]
Clean up plugins/CMakeLists.txt

9 years agoSpeed up type lookups
Gunnar Beutner [Fri, 7 Nov 2014 11:32:25 +0000 (12:32 +0100)]
Speed up type lookups

refs #7561

9 years agoProperly report errors when CreateProcess() fails
Gunnar Beutner [Fri, 7 Nov 2014 08:53:23 +0000 (09:53 +0100)]
Properly report errors when CreateProcess() fails

fixes #7599

9 years agoFix crash in CompatUtility::GetCheckableCommandArgs
Gunnar Beutner [Fri, 7 Nov 2014 08:26:44 +0000 (09:26 +0100)]
Fix crash in CompatUtility::GetCheckableCommandArgs

refs #7599

9 years agoDocumentation: Fix description in apply for
Michael Friedrich [Fri, 7 Nov 2014 03:42:50 +0000 (04:42 +0100)]
Documentation: Fix description in apply for

refs #7543

9 years agoDocumentation: Fix chapter level
Michael Friedrich [Fri, 7 Nov 2014 03:39:36 +0000 (04:39 +0100)]
Documentation: Fix chapter level

9 years agoDocumentation: Fix markdown formatting
Michael Friedrich [Fri, 7 Nov 2014 03:34:15 +0000 (04:34 +0100)]
Documentation: Fix markdown formatting

9 years agoDocumentation: Add remote client endpoint/zone config creation
Michael Friedrich [Fri, 7 Nov 2014 03:29:58 +0000 (04:29 +0100)]
Documentation: Add remote client endpoint/zone config creation

fixes #7524

9 years agoDocumentation: Better apply rule best practice in monitoring basics
Michael Friedrich [Fri, 7 Nov 2014 02:40:46 +0000 (03:40 +0100)]
Documentation: Better apply rule best practice in monitoring basics

fixes #7480
fixes #7543
fixes #7187
fixes #7573

9 years agoDocumentation: Rewrite getting started config section using apply rules
Michael Friedrich [Fri, 7 Nov 2014 00:24:14 +0000 (01:24 +0100)]
Documentation: Rewrite getting started config section using apply rules

fixes #7504

9 years agoRevamp sample configuration: add NodeName host, move services into apply rules schema
Michael Friedrich [Fri, 7 Nov 2014 00:10:56 +0000 (01:10 +0100)]
Revamp sample configuration: add NodeName host, move services into apply rules schema

fixes #7594

9 years agoChange migrate-hosts to remove repository.d/hosts/fqdn
Michael Friedrich [Fri, 7 Nov 2014 00:01:12 +0000 (01:01 +0100)]
Change migrate-hosts to remove repository.d/hosts/fqdn

Create a backup, and drop that later.

refs #7398

9 years agoFix variable scope for object rules
Gunnar Beutner [Thu, 6 Nov 2014 18:26:44 +0000 (19:26 +0100)]
Fix variable scope for object rules

9 years agoMake check plugins decent
Jean Flach [Thu, 6 Nov 2014 15:36:42 +0000 (16:36 +0100)]
Make check plugins decent

fixes #7242

9 years agoAdd Windows plugins
Jean Flach [Thu, 6 Nov 2014 14:17:08 +0000 (15:17 +0100)]
Add Windows plugins

refs #7242

9 years agowindows build fix
Jean Flach [Thu, 6 Nov 2014 14:13:44 +0000 (15:13 +0100)]
windows build fix

refs #7597

9 years agoPlugin Check Commands: disk is missing '-p', 'x' parameter
Michael Friedrich [Thu, 6 Nov 2014 13:17:28 +0000 (14:17 +0100)]
Plugin Check Commands: disk is missing '-p', 'x' parameter

fixes #7596

9 years agoFix build problem on Windows
Gunnar Beutner [Thu, 6 Nov 2014 13:21:22 +0000 (14:21 +0100)]
Fix build problem on Windows

fixes #7597

9 years agoFix dynamic_cast problem
Gunnar Beutner [Thu, 6 Nov 2014 08:05:12 +0000 (09:05 +0100)]
Fix dynamic_cast problem

fixes #7586

9 years agoFix compiler warnings for the lexers
Gunnar Beutner [Thu, 6 Nov 2014 05:23:25 +0000 (06:23 +0100)]
Fix compiler warnings for the lexers