]> granicus.if.org Git - icinga2/log
icinga2
11 years agoAdd cluster.conf to the Makefile.
Gunnar Beutner [Mon, 1 Apr 2013 15:12:40 +0000 (17:12 +0200)]
Add cluster.conf to the Makefile.

11 years agoFix ITL definition for the replication component.
Gunnar Beutner [Mon, 1 Apr 2013 15:10:12 +0000 (17:10 +0200)]
Fix ITL definition for the replication component.

11 years agoBugfixes for the JSON-RPC sub-system.
Gunnar Beutner [Mon, 1 Apr 2013 14:25:23 +0000 (16:25 +0200)]
Bugfixes for the JSON-RPC sub-system.

11 years agoMake thread pool utilization calculation more accurate.
Gunnar Beutner [Thu, 28 Mar 2013 12:14:39 +0000 (12:14 +0000)]
Make thread pool utilization calculation more accurate.

11 years agoMinor performance tweaks.
Gunnar Beutner [Wed, 27 Mar 2013 18:02:51 +0000 (18:02 +0000)]
Minor performance tweaks.

11 years agoRelease checker mutex before writing log message.
Gunnar Beutner [Wed, 27 Mar 2013 15:26:56 +0000 (15:26 +0000)]
Release checker mutex before writing log message.

11 years agoBuild fix.
Gunnar Beutner [Wed, 27 Mar 2013 15:08:58 +0000 (16:08 +0100)]
Build fix.

11 years agoAdd missing NUL terminator in lb_steal().
Gunnar Beutner [Wed, 27 Mar 2013 15:01:16 +0000 (16:01 +0100)]
Add missing NUL terminator in lb_steal().

11 years agoSignificantly speed up the config lexer.
Gunnar Beutner [Wed, 27 Mar 2013 14:51:33 +0000 (15:51 +0100)]
Significantly speed up the config lexer.

11 years agoOptimize lb_append_char().
Gunnar Beutner [Wed, 27 Mar 2013 12:51:29 +0000 (13:51 +0100)]
Optimize lb_append_char().

11 years agoRemove some static vars from the config compiler (in an effort to make it re-entrant).
Gunnar Beutner [Wed, 27 Mar 2013 12:50:53 +0000 (13:50 +0100)]
Remove some static vars from the config compiler (in an effort to make it re-entrant).

11 years agoAdd some debug output in the config compiler.
Gunnar Beutner [Wed, 27 Mar 2013 12:49:58 +0000 (13:49 +0100)]
Add some debug output in the config compiler.

11 years agoPython build fix.
Gunnar Beutner [Wed, 27 Mar 2013 06:27:44 +0000 (06:27 +0000)]
Python build fix.

11 years agoRemove unused #include.
Gunnar Beutner [Wed, 27 Mar 2013 06:27:17 +0000 (06:27 +0000)]
Remove unused #include.

11 years agoPerformance improvements for Value -> double conversions.
Gunnar Beutner [Wed, 27 Mar 2013 06:26:42 +0000 (06:26 +0000)]
Performance improvements for Value -> double conversions.

11 years agoFixed double-free in the config parser.
Gunnar Beutner [Tue, 26 Mar 2013 17:26:31 +0000 (17:26 +0000)]
Fixed double-free in the config parser.

11 years agoFix return type for PluginCheckTask::ScriptFunc.
Gunnar Beutner [Mon, 25 Mar 2013 19:58:34 +0000 (19:58 +0000)]
Fix return type for PluginCheckTask::ScriptFunc.

11 years agoRefactor ScriptFunctions.
Gunnar Beutner [Mon, 25 Mar 2013 19:47:02 +0000 (19:47 +0000)]
Refactor ScriptFunctions.

11 years agoWindows build fix.
Gunnar Beutner [Mon, 25 Mar 2013 18:01:02 +0000 (18:01 +0000)]
Windows build fix.

11 years agoRefactor AsyncTasks.
Gunnar Beutner [Mon, 25 Mar 2013 17:36:15 +0000 (17:36 +0000)]
Refactor AsyncTasks.

11 years agoEventQueue: Further changes to how we determine the optimal number of threads.
Gunnar Beutner [Mon, 25 Mar 2013 15:12:25 +0000 (16:12 +0100)]
EventQueue: Further changes to how we determine the optimal number of threads.

11 years agoMore EventQueue tuning.
Gunnar Beutner [Sat, 23 Mar 2013 19:38:41 +0000 (20:38 +0100)]
More EventQueue tuning.

11 years agoProcess class: Pipe FD should be blocking.
Gunnar Beutner [Sat, 23 Mar 2013 17:36:28 +0000 (18:36 +0100)]
Process class: Pipe FD should be blocking.

11 years agoEven more tuning.
Gunnar Beutner [Sat, 23 Mar 2013 14:57:12 +0000 (15:57 +0100)]
Even more tuning.

11 years agoMore tuning.
Gunnar Beutner [Sat, 23 Mar 2013 11:54:14 +0000 (12:54 +0100)]
More tuning.

11 years agoTune thread spawning behavior.
Gunnar Beutner [Sat, 23 Mar 2013 11:50:07 +0000 (12:50 +0100)]
Tune thread spawning behavior.

11 years agoMake the event queue adaptive.
Gunnar Beutner [Sat, 23 Mar 2013 11:23:13 +0000 (12:23 +0100)]
Make the event queue adaptive.

11 years agoProcess class: Use the global EventQueue instead of a custom queue.
Gunnar Beutner [Fri, 22 Mar 2013 23:26:56 +0000 (00:26 +0100)]
Process class: Use the global EventQueue instead of a custom queue.

11 years agoWindows build fix.
Gunnar Beutner [Fri, 22 Mar 2013 15:05:48 +0000 (16:05 +0100)]
Windows build fix.

11 years agoAdd validator for the PerfdataWriter type.
Gunnar Beutner [Fri, 22 Mar 2013 14:31:21 +0000 (15:31 +0100)]
Add validator for the PerfdataWriter type.

11 years agoFix syntax error in type validators.
Gunnar Beutner [Fri, 22 Mar 2013 13:45:24 +0000 (14:45 +0100)]
Fix syntax error in type validators.

11 years agoAdd missing validator for Host -> Service -> notifications.
Gunnar Beutner [Fri, 22 Mar 2013 13:41:11 +0000 (14:41 +0100)]
Add missing validator for Host -> Service -> notifications.

11 years agoRefactor the macro resolver
Gunnar Beutner [Fri, 22 Mar 2013 13:40:55 +0000 (14:40 +0100)]
Refactor the macro resolver

Fixes #3884

11 years agoRemove @threadsafety doc strings
Gunnar Beutner [Fri, 22 Mar 2013 11:02:20 +0000 (12:02 +0100)]
Remove @threadsafety doc strings

Fixes #3889

11 years agoShell-escape macros.
Gunnar Beutner [Fri, 22 Mar 2013 09:58:47 +0000 (10:58 +0100)]
Shell-escape macros.

11 years agoMerge branch 'master' of git.icinga.org:icinga2
Gunnar Beutner [Thu, 21 Mar 2013 14:25:10 +0000 (15:25 +0100)]
Merge branch 'master' of git.icinga.org:icinga2

11 years agoBug fix for reminder notifications.
Gunnar Beutner [Thu, 21 Mar 2013 14:24:00 +0000 (15:24 +0100)]
Bug fix for reminder notifications.

11 years agoRemoved the '#' prefix for the config statements 'include' and 'library'.
Gunnar Beutner [Thu, 21 Mar 2013 13:30:28 +0000 (14:30 +0100)]
Removed the '#' prefix for the config statements 'include' and 'library'.

11 years agoRemoved the '#' prefix for the config statements 'include' and 'library'.
Gunnar Beutner [Thu, 21 Mar 2013 13:30:28 +0000 (14:30 +0100)]
Removed the '#' prefix for the config statements 'include' and 'library'.

11 years agoImplement the 'notification_period' attribute.
Gunnar Beutner [Thu, 21 Mar 2013 12:42:46 +0000 (13:42 +0100)]
Implement the 'notification_period' attribute.

11 years agoImplement 'force' option for SEND_CUSTOM_*_NOTIFICATION.
Gunnar Beutner [Thu, 21 Mar 2013 12:22:26 +0000 (13:22 +0100)]
Implement 'force' option for SEND_CUSTOM_*_NOTIFICATION.

11 years agoMore bugfixes for notifications.
Gunnar Beutner [Thu, 21 Mar 2013 10:37:34 +0000 (11:37 +0100)]
More bugfixes for notifications.

11 years agoFix another bug related to recovery notifications.
Gunnar Beutner [Wed, 20 Mar 2013 15:27:38 +0000 (16:27 +0100)]
Fix another bug related to recovery notifications.

11 years agoFix recovery notifications for (SOFT-OK -> HARD-OK).
Gunnar Beutner [Wed, 20 Mar 2013 14:25:53 +0000 (15:25 +0100)]
Fix recovery notifications for (SOFT-OK -> HARD-OK).

Fixes #3876

11 years agoImplement Icinga1.x-style compat log file rotation
Gunnar Beutner [Wed, 20 Mar 2013 10:11:46 +0000 (11:11 +0100)]
Implement Icinga1.x-style compat log file rotation

Fixes #3874

11 years agoMove the notification_interval option to the Notification class.
Gunnar Beutner [Wed, 20 Mar 2013 09:08:27 +0000 (10:08 +0100)]
Move the notification_interval option to the Notification class.

Fixes #3821

11 years agoImplement the CheckResultReader type.
Gunnar Beutner [Tue, 19 Mar 2013 15:20:13 +0000 (16:20 +0100)]
Implement the CheckResultReader type.

11 years agoReschedule timers even if the OnTimerExpired handler threw an exception.
Gunnar Beutner [Tue, 19 Mar 2013 15:12:28 +0000 (16:12 +0100)]
Reschedule timers even if the OnTimerExpired handler threw an exception.

11 years agoFix cloning attributes for service notifications.
Gunnar Beutner [Tue, 19 Mar 2013 14:15:57 +0000 (15:15 +0100)]
Fix cloning attributes for service notifications.

11 years agoUse Expression::Extract* for notifications.
Gunnar Beutner [Tue, 19 Mar 2013 13:47:19 +0000 (14:47 +0100)]
Use Expression::Extract* for notifications.

11 years agoFix Expression::Extract.
Gunnar Beutner [Tue, 19 Mar 2013 13:13:58 +0000 (14:13 +0100)]
Fix Expression::Extract.

11 years agoBuild dependant services using extracted expression lists.
Gunnar Beutner [Tue, 19 Mar 2013 12:37:09 +0000 (13:37 +0100)]
Build dependant services using extracted expression lists.

11 years agoImplement the CompatLog type.
Gunnar Beutner [Tue, 19 Mar 2013 12:04:30 +0000 (13:04 +0100)]
Implement the CompatLog type.

11 years ago*NIX build fix.
Gunnar Beutner [Tue, 19 Mar 2013 06:12:16 +0000 (07:12 +0100)]
*NIX build fix.

11 years agoFix: The order in which config items are defined should not matter
Gunnar Beutner [Tue, 19 Mar 2013 06:09:06 +0000 (07:09 +0100)]
Fix: The order in which config items are defined should not matter

Fixes #3733

11 years agoWindows build fix.
Gunnar Beutner [Mon, 18 Mar 2013 21:40:40 +0000 (22:40 +0100)]
Windows build fix.

11 years agoRefactored #includes (Part 6).
Gunnar Beutner [Mon, 18 Mar 2013 18:02:42 +0000 (19:02 +0100)]
Refactored #includes (Part 6).

11 years agoRefactor #includes (Part 5).
Gunnar Beutner [Mon, 18 Mar 2013 16:04:22 +0000 (17:04 +0100)]
Refactor #includes (Part 5).

11 years agoImplement downtime notifications.
Gunnar Beutner [Mon, 18 Mar 2013 11:55:41 +0000 (12:55 +0100)]
Implement downtime notifications.

11 years agoImplement += operator for arrays.
Gunnar Beutner [Mon, 18 Mar 2013 11:55:32 +0000 (12:55 +0100)]
Implement += operator for arrays.

11 years agoPython: Fix a compiler warning.
Gunnar Beutner [Mon, 18 Mar 2013 11:36:02 +0000 (12:36 +0100)]
Python: Fix a compiler warning.

11 years agoFix example time period.
Gunnar Beutner [Mon, 18 Mar 2013 10:59:26 +0000 (11:59 +0100)]
Fix example time period.

11 years agoFix unit tests.
Gunnar Beutner [Mon, 18 Mar 2013 10:15:46 +0000 (11:15 +0100)]
Fix unit tests.

11 years agoRefactor #includes (Part 4).
Gunnar Beutner [Mon, 18 Mar 2013 10:02:18 +0000 (11:02 +0100)]
Refactor #includes (Part 4).

11 years agoUpdate Doxygen file.
Gunnar Beutner [Mon, 18 Mar 2013 07:30:52 +0000 (08:30 +0100)]
Update Doxygen file.

11 years agoLinux build fix.
Gunnar Beutner [Sun, 17 Mar 2013 21:14:40 +0000 (22:14 +0100)]
Linux build fix.

11 years agoAdd missing file.
Gunnar Beutner [Sun, 17 Mar 2013 19:22:41 +0000 (20:22 +0100)]
Add missing file.

11 years agoRefactor #includes (Part 3).
Gunnar Beutner [Sun, 17 Mar 2013 19:19:29 +0000 (20:19 +0100)]
Refactor #includes (Part 3).

11 years agoRefactor #includes (Part 2).
Gunnar Beutner [Sat, 16 Mar 2013 20:18:53 +0000 (21:18 +0100)]
Refactor #includes (Part 2).

11 years agoCleaned up #includes (Part 1).
Gunnar Beutner [Fri, 15 Mar 2013 17:21:29 +0000 (18:21 +0100)]
Cleaned up #includes (Part 1).

11 years agoAnother windows build fix.
Gunnar Beutner [Fri, 15 Mar 2013 12:53:50 +0000 (13:53 +0100)]
Another windows build fix.

11 years agoImplement support for Exception::GetLastStackTrace on OS X.
Gunnar Beutner [Fri, 15 Mar 2013 12:44:45 +0000 (13:44 +0100)]
Implement support for Exception::GetLastStackTrace on OS X.

11 years agoWindows build fix.
Gunnar Beutner [Fri, 15 Mar 2013 12:39:53 +0000 (13:39 +0100)]
Windows build fix.

11 years agoFix dependencies for mkembedconfig.
Gunnar Beutner [Fri, 15 Mar 2013 12:35:39 +0000 (13:35 +0100)]
Fix dependencies for mkembedconfig.

11 years agoFix perfdata macros.
Gunnar Beutner [Fri, 15 Mar 2013 12:29:41 +0000 (13:29 +0100)]
Fix perfdata macros.

11 years agoFix crash in TimePeriod::UpdateRegion().
Gunnar Beutner [Fri, 15 Mar 2013 12:29:25 +0000 (13:29 +0100)]
Fix crash in TimePeriod::UpdateRegion().

11 years agoBuild fix for libpython.
Gunnar Beutner [Fri, 15 Mar 2013 12:29:02 +0000 (13:29 +0100)]
Build fix for libpython.

11 years agoFix symbol visibility issue for REGISTER_CONFIG_FRAGMENT().
Gunnar Beutner [Fri, 15 Mar 2013 11:27:03 +0000 (12:27 +0100)]
Fix symbol visibility issue for REGISTER_CONFIG_FRAGMENT().

11 years agoAdd mkembedconfig as a dependency for the .conf -> .cpp build step.
Gunnar Beutner [Fri, 15 Mar 2013 10:56:30 +0000 (11:56 +0100)]
Add mkembedconfig as a dependency for the .conf -> .cpp build step.

11 years agoWindows build fix.
Gunnar Beutner [Fri, 15 Mar 2013 10:51:35 +0000 (11:51 +0100)]
Windows build fix.

11 years agoFix --disable-shared
Gunnar Beutner [Fri, 15 Mar 2013 10:19:52 +0000 (11:19 +0100)]
Fix --disable-shared

Fixes #3852

11 years agoChange log level for some debug messages.
Gunnar Beutner [Fri, 15 Mar 2013 10:18:56 +0000 (11:18 +0100)]
Change log level for some debug messages.

11 years agoDon't validate config items if we've already encountered an error.
Gunnar Beutner [Fri, 15 Mar 2013 10:18:02 +0000 (11:18 +0100)]
Don't validate config items if we've already encountered an error.

11 years agoTimePeriod update function should return an array of time segments
Gunnar Beutner [Fri, 15 Mar 2013 08:54:06 +0000 (09:54 +0100)]
TimePeriod update function should return an array of time segments

Fixes #3857

11 years agoFix: Only take one work item from the event queue per iteration.
Gunnar Beutner [Fri, 15 Mar 2013 08:10:06 +0000 (09:10 +0100)]
Fix: Only take one work item from the event queue per iteration.

11 years agoBuild fix for OS X.
Gunnar Beutner [Fri, 15 Mar 2013 08:07:50 +0000 (09:07 +0100)]
Build fix for OS X.

11 years agoFix autogen.sh on Mac OS X.
Gunnar Beutner [Thu, 14 Mar 2013 23:04:58 +0000 (00:04 +0100)]
Fix autogen.sh on Mac OS X.

11 years agoUse 'explicit' for constructors.
Gunnar Beutner [Thu, 14 Mar 2013 22:52:52 +0000 (23:52 +0100)]
Use 'explicit' for constructors.

11 years agoFix: Install icinga2 man page in section 8 (instead of 1).
Gunnar Beutner [Thu, 14 Mar 2013 14:15:18 +0000 (15:15 +0100)]
Fix: Install icinga2 man page in section 8 (instead of 1).

11 years agoXNU build fixes.
Gunnar Beutner [Thu, 14 Mar 2013 14:14:07 +0000 (15:14 +0100)]
XNU build fixes.

11 years agoFix invalid type in PythonLanguage::m_NativeMethodDef.
Gunnar Beutner [Thu, 14 Mar 2013 13:12:57 +0000 (14:12 +0100)]
Fix invalid type in PythonLanguage::m_NativeMethodDef.

11 years agoPython: implement support for marshalling arrays
Gunnar Beutner [Thu, 14 Mar 2013 13:00:10 +0000 (14:00 +0100)]
Python: implement support for marshalling arrays

Fixes #3858

11 years agoImplement array validation
Gunnar Beutner [Thu, 14 Mar 2013 12:24:07 +0000 (13:24 +0100)]
Implement array validation

Fixes #3701

11 years agoUpdate example config files.
Gunnar Beutner [Thu, 14 Mar 2013 12:18:20 +0000 (13:18 +0100)]
Update example config files.

11 years agoRemove support for anonymous dictionary items.
Gunnar Beutner [Thu, 14 Mar 2013 11:40:02 +0000 (12:40 +0100)]
Remove support for anonymous dictionary items.

11 years agoBug fix: missing lock for TimePeriod::PurgeSegments call.
Gunnar Beutner [Thu, 14 Mar 2013 11:21:10 +0000 (12:21 +0100)]
Bug fix: missing lock for TimePeriod::PurgeSegments call.

11 years agoImplement config support for arrays.
Gunnar Beutner [Thu, 14 Mar 2013 11:17:46 +0000 (12:17 +0100)]
Implement config support for arrays.

11 years agoBuild fix for Clang.
Gunnar Beutner [Thu, 14 Mar 2013 07:18:19 +0000 (08:18 +0100)]
Build fix for Clang.

11 years agoImplement TimePeriod::RemoveSegment().
Gunnar Beutner [Thu, 14 Mar 2013 06:29:53 +0000 (07:29 +0100)]
Implement TimePeriod::RemoveSegment().

11 years agoImplement timeperiods.
Gunnar Beutner [Wed, 13 Mar 2013 15:04:53 +0000 (16:04 +0100)]
Implement timeperiods.