]> granicus.if.org Git - icinga2/log
icinga2
11 years agoUpdate default host/service groups to use display_name instead of alias.
Gunnar Beutner [Wed, 13 Mar 2013 10:28:56 +0000 (11:28 +0100)]
Update default host/service groups to use display_name instead of alias.

11 years agoFix type definitions (rename alias to display_name).
Gunnar Beutner [Wed, 13 Mar 2013 10:24:58 +0000 (11:24 +0100)]
Fix type definitions (rename alias to display_name).

11 years agoFix another unit test bug.
Gunnar Beutner [Tue, 12 Mar 2013 22:00:40 +0000 (23:00 +0100)]
Fix another unit test bug.

11 years agoFix: Deleting downtimes doesn't work
Gunnar Beutner [Tue, 12 Mar 2013 21:49:11 +0000 (22:49 +0100)]
Fix: Deleting downtimes doesn't work

Fixes #3825

11 years agoFix the REMOVE_SVC_ACKNOWLEDGEMENT command.
Gunnar Beutner [Tue, 12 Mar 2013 21:00:35 +0000 (22:00 +0100)]
Fix the REMOVE_SVC_ACKNOWLEDGEMENT command.

11 years agoFix the dictionary unit test.
Gunnar Beutner [Tue, 12 Mar 2013 20:41:29 +0000 (21:41 +0100)]
Fix the dictionary unit test.

11 years agoCleaned up VS project files.
Gunnar Beutner [Tue, 12 Mar 2013 18:49:24 +0000 (19:49 +0100)]
Cleaned up VS project files.

11 years agoFix compiler warnings on Windows.
Gunnar Beutner [Tue, 12 Mar 2013 17:53:44 +0000 (18:53 +0100)]
Fix compiler warnings on Windows.

11 years agoWindows build fix.
Gunnar Beutner [Tue, 12 Mar 2013 17:42:35 +0000 (18:42 +0100)]
Windows build fix.

11 years agoAdd missing VS project files.
Gunnar Beutner [Tue, 12 Mar 2013 16:28:51 +0000 (17:28 +0100)]
Add missing VS project files.

11 years agoInit script: Fix incorrect output redirection.
Gunnar Beutner [Tue, 12 Mar 2013 15:16:49 +0000 (16:16 +0100)]
Init script: Fix incorrect output redirection.

11 years agoFix writing the PID file if there is no previous PID file.
Gunnar Beutner [Tue, 12 Mar 2013 15:02:35 +0000 (16:02 +0100)]
Fix writing the PID file if there is no previous PID file.

11 years agoUpdate example configuration files.
Gunnar Beutner [Tue, 12 Mar 2013 14:37:24 +0000 (15:37 +0100)]
Update example configuration files.

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

11 years agoMake mode variable const.
Gunnar Beutner [Tue, 12 Mar 2013 13:50:40 +0000 (14:50 +0100)]
Make mode variable const.

11 years agoAdd mkembedconfig tool.
Gunnar Beutner [Tue, 12 Mar 2013 13:48:34 +0000 (14:48 +0100)]
Add mkembedconfig tool.

11 years agoTruncate the PID file before writing the new PID.
Gunnar Beutner [Tue, 12 Mar 2013 13:06:59 +0000 (14:06 +0100)]
Truncate the PID file before writing the new PID.

11 years agoAdd missing default implementation for DynamicObject::Stop().
Gunnar Beutner [Tue, 12 Mar 2013 13:01:11 +0000 (14:01 +0100)]
Add missing default implementation for DynamicObject::Stop().

11 years agoRemove libpopen_noshell.
Gunnar Beutner [Tue, 12 Mar 2013 13:01:01 +0000 (14:01 +0100)]
Remove libpopen_noshell.

11 years agoImplement DynamicObject::Stop().
Gunnar Beutner [Tue, 12 Mar 2013 12:48:37 +0000 (13:48 +0100)]
Implement DynamicObject::Stop().

11 years agoEliminate the Component class.
Gunnar Beutner [Tue, 12 Mar 2013 12:45:54 +0000 (13:45 +0100)]
Eliminate the Component class.

Fixes #3832
Fixes #3840

11 years agoFix some deadlocks in the TlsStream class.
Gunnar Beutner [Tue, 12 Mar 2013 10:56:14 +0000 (11:56 +0100)]
Fix some deadlocks in the TlsStream class.

11 years agoRefactor the init script and remove the -d option.
Gunnar Beutner [Tue, 12 Mar 2013 10:48:45 +0000 (11:48 +0100)]
Refactor the init script and remove the -d option.

Fixes #3666

11 years agoFix: $prefix/var not created during 'make install', fails on cmd pipe creation
Gunnar Beutner [Tue, 12 Mar 2013 08:58:27 +0000 (09:58 +0100)]
Fix: $prefix/var not created during 'make install', fails on cmd pipe creation

Fixes #3815

11 years agoWindows build fix.
Gunnar Beutner [Mon, 11 Mar 2013 13:03:01 +0000 (14:03 +0100)]
Windows build fix.

11 years agoAdd more information to exceptions.
Gunnar Beutner [Mon, 11 Mar 2013 12:45:08 +0000 (13:45 +0100)]
Add more information to exceptions.

11 years agoFix null pointer dereference in ConfigItem::Commit().
Gunnar Beutner [Mon, 11 Mar 2013 12:07:21 +0000 (13:07 +0100)]
Fix null pointer dereference in ConfigItem::Commit().

11 years agoConfigType: Use ConfigItem::IsAbstract() to check if items are abstract.
Gunnar Beutner [Mon, 11 Mar 2013 12:05:32 +0000 (13:05 +0100)]
ConfigType: Use ConfigItem::IsAbstract() to check if items are abstract.

11 years agoDon't instantiate abstract objects.
Gunnar Beutner [Mon, 11 Mar 2013 11:04:10 +0000 (12:04 +0100)]
Don't instantiate abstract objects.

Fixes #3669

11 years ago*NIX build fix.
Gunnar Beutner [Sun, 10 Mar 2013 21:55:57 +0000 (22:55 +0100)]
*NIX build fix.

11 years agoImplement some more tables.
Gunnar Beutner [Sun, 10 Mar 2013 21:20:13 +0000 (22:20 +0100)]
Implement some more tables.

11 years agoPrepare support for table joins.
Gunnar Beutner [Sun, 10 Mar 2013 17:49:14 +0000 (18:49 +0100)]
Prepare support for table joins.

11 years agoAdd missing files in Makefile.am.
Gunnar Beutner [Sun, 10 Mar 2013 16:57:49 +0000 (17:57 +0100)]
Add missing files in Makefile.am.

11 years agoImplement the "Stats" header.
Gunnar Beutner [Sun, 10 Mar 2013 16:54:46 +0000 (17:54 +0100)]
Implement the "Stats" header.

11 years agoImplement "Negate" header.
Gunnar Beutner [Sun, 10 Mar 2013 14:27:55 +0000 (15:27 +0100)]
Implement "Negate" header.

11 years agoCombine all top-level filters into a single filter (with operator "and").
Gunnar Beutner [Sun, 10 Mar 2013 14:23:08 +0000 (15:23 +0100)]
Combine all top-level filters into a single filter (with operator "and").

11 years ago*NIX build fix.
Gunnar Beutner [Sun, 10 Mar 2013 14:14:14 +0000 (15:14 +0100)]
*NIX build fix.

11 years agoImplement attribute filters.
Gunnar Beutner [Sun, 10 Mar 2013 14:11:32 +0000 (15:11 +0100)]
Implement attribute filters.

11 years agoicinga2.conf.dist: change host check to single aliased check
Michael Friedrich [Sun, 10 Mar 2013 13:00:49 +0000 (14:00 +0100)]
icinga2.conf.dist: change host check to single aliased check

fixes #3816

11 years agofix pid file location in initscript too
Michael Friedrich [Sun, 10 Mar 2013 12:55:28 +0000 (13:55 +0100)]
fix pid file location in initscript too

fixes #3670

11 years agoImplement filters for "and" and "or".
Gunnar Beutner [Sun, 10 Mar 2013 11:24:03 +0000 (12:24 +0100)]
Implement filters for "and" and "or".

11 years agoAdded dummy tables: contactgroups and contacts.
Gunnar Beutner [Sun, 10 Mar 2013 08:55:46 +0000 (09:55 +0100)]
Added dummy tables: contactgroups and contacts.

11 years agoImplement basic livestatus GET queries.
Gunnar Beutner [Sun, 10 Mar 2013 08:23:13 +0000 (09:23 +0100)]
Implement basic livestatus GET queries.

11 years agoImplement proper support for JSON arrays.
Gunnar Beutner [Sun, 10 Mar 2013 08:08:59 +0000 (09:08 +0100)]
Implement proper support for JSON arrays.

11 years agoImplement livestatus commands.
Gunnar Beutner [Sun, 10 Mar 2013 04:10:51 +0000 (05:10 +0100)]
Implement livestatus commands.

11 years agoAdd livestatus component.
Gunnar Beutner [Sun, 10 Mar 2013 02:09:01 +0000 (03:09 +0100)]
Add livestatus component.

11 years agoFix deadlocks in the Socket/Stream classes.
Gunnar Beutner [Sat, 9 Mar 2013 14:56:56 +0000 (15:56 +0100)]
Fix deadlocks in the Socket/Stream classes.

11 years agoFix race condition in Process::WorkerThreadProc.
Gunnar Beutner [Sat, 9 Mar 2013 14:41:07 +0000 (15:41 +0100)]
Fix race condition in Process::WorkerThreadProc.

11 years agoCheck for invalid value type.
Gunnar Beutner [Sat, 9 Mar 2013 11:57:26 +0000 (12:57 +0100)]
Check for invalid value type.

11 years agoAdd missing return value.
Gunnar Beutner [Sat, 9 Mar 2013 11:57:07 +0000 (12:57 +0100)]
Add missing return value.

11 years agoAdd missing "*/".
Gunnar Beutner [Sat, 9 Mar 2013 11:56:40 +0000 (12:56 +0100)]
Add missing "*/".

11 years agoFixed incorrect macro name.
Gunnar Beutner [Sat, 9 Mar 2013 11:53:04 +0000 (12:53 +0100)]
Fixed incorrect macro name.

11 years agoRemoved dummy timeperiod definition.
Gunnar Beutner [Fri, 8 Mar 2013 23:01:04 +0000 (00:01 +0100)]
Removed dummy timeperiod definition.

11 years agostatus.dat/objects.cache: check_interval/retry_interval should be in minutes.
Gunnar Beutner [Fri, 8 Mar 2013 23:00:43 +0000 (00:00 +0100)]
status.dat/objects.cache: check_interval/retry_interval should be in minutes.

11 years agoFixed deadlock.
Gunnar Beutner [Fri, 8 Mar 2013 23:00:10 +0000 (00:00 +0100)]
Fixed deadlock.

11 years agoFix another deadlock.
Gunnar Beutner [Fri, 8 Mar 2013 15:36:26 +0000 (16:36 +0100)]
Fix another deadlock.

11 years agoFix deadlock when adding/removing acknowledgements.
Gunnar Beutner [Fri, 8 Mar 2013 15:32:29 +0000 (16:32 +0100)]
Fix deadlock when adding/removing acknowledgements.

11 years agoAdded more templates.
Gunnar Beutner [Fri, 8 Mar 2013 15:02:33 +0000 (16:02 +0100)]
Added more templates.

11 years agoRevert "Remove redundant check for valid task object."
Gunnar Beutner [Fri, 8 Mar 2013 13:56:23 +0000 (14:56 +0100)]
Revert "Remove redundant check for valid task object."

This reverts commit 8337795ff714d04443a7666faa7916641021fca7.

11 years agoUpdate validator for services dictionary.
Gunnar Beutner [Fri, 8 Mar 2013 13:44:03 +0000 (14:44 +0100)]
Update validator for services dictionary.

11 years agoFix: Set last state/state type before executing service checks.
Gunnar Beutner [Fri, 8 Mar 2013 13:43:48 +0000 (14:43 +0100)]
Fix: Set last state/state type before executing service checks.

11 years agoRemove redundant check for valid task object.
Gunnar Beutner [Fri, 8 Mar 2013 13:43:28 +0000 (14:43 +0100)]
Remove redundant check for valid task object.

11 years agoCatch exceptions in EventQueue::QueueThreadProc.
Gunnar Beutner [Fri, 8 Mar 2013 13:43:07 +0000 (14:43 +0100)]
Catch exceptions in EventQueue::QueueThreadProc.

11 years agoUpdated auto-discovery script and added some more service templates.
Gunnar Beutner [Fri, 8 Mar 2013 13:41:19 +0000 (14:41 +0100)]
Updated auto-discovery script and added some more service templates.

11 years agoUse TLS for last exception stack trace.
Gunnar Beutner [Fri, 8 Mar 2013 13:41:01 +0000 (14:41 +0100)]
Use TLS for last exception stack trace.

11 years agoImplement automated stacktraces for exceptions.
Gunnar Beutner [Thu, 7 Mar 2013 18:44:39 +0000 (19:44 +0100)]
Implement automated stacktraces for exceptions.

11 years agoCheck return values of SymGetLineFromAddr64 and SymFromAddr.
Gunnar Beutner [Thu, 7 Mar 2013 15:00:10 +0000 (16:00 +0100)]
Check return values of SymGetLineFromAddr64 and SymFromAddr.

11 years agoFixed retention timer interval
Gunnar Beutner [Thu, 7 Mar 2013 14:19:26 +0000 (15:19 +0100)]
Fixed retention timer interval

11 years ago*NIX build fix.
Gunnar Beutner [Thu, 7 Mar 2013 14:16:01 +0000 (15:16 +0100)]
*NIX build fix.

11 years agoImplemented stacktrace support for Windows.
Gunnar Beutner [Thu, 7 Mar 2013 14:00:26 +0000 (15:00 +0100)]
Implemented stacktrace support for Windows.

11 years agoMove pidfile and command pipe to /var/run/icinga2 rather than /var/run
Gunnar Beutner [Thu, 7 Mar 2013 11:23:43 +0000 (12:23 +0100)]
Move pidfile and command pipe to /var/run/icinga2 rather than /var/run

Fixes #3670

11 years agoImplemented LAST*STATE* macros.
Gunnar Beutner [Thu, 7 Mar 2013 11:04:20 +0000 (12:04 +0100)]
Implemented LAST*STATE* macros.

11 years agoImprove check latency.
Gunnar Beutner [Thu, 7 Mar 2013 08:48:00 +0000 (09:48 +0100)]
Improve check latency.

11 years agoFixed some more compiler warnings.
Gunnar Beutner [Thu, 7 Mar 2013 08:47:51 +0000 (09:47 +0100)]
Fixed some more compiler warnings.

11 years agoFixed compiler warnings.
Gunnar Beutner [Thu, 7 Mar 2013 07:14:55 +0000 (08:14 +0100)]
Fixed compiler warnings.

11 years agoFix cppcheck warnings.
Gunnar Beutner [Wed, 6 Mar 2013 14:41:13 +0000 (15:41 +0100)]
Fix cppcheck warnings.

11 years agoBugfixes for the *:Invalidate*Cache() calls.
Gunnar Beutner [Wed, 6 Mar 2013 12:01:51 +0000 (13:01 +0100)]
Bugfixes for the *:Invalidate*Cache() calls.

11 years agoVarious bugfixes.
Gunnar Beutner [Wed, 6 Mar 2013 10:03:50 +0000 (11:03 +0100)]
Various bugfixes.

11 years agoEven more code refactoring.
Gunnar Beutner [Mon, 4 Mar 2013 14:52:42 +0000 (15:52 +0100)]
Even more code refactoring.

11 years agoWindows build fix.
Gunnar Beutner [Sat, 2 Mar 2013 13:21:13 +0000 (14:21 +0100)]
Windows build fix.

11 years agoFixed deadlock in ConfigItem::Commit().
Gunnar Beutner [Sat, 2 Mar 2013 13:11:12 +0000 (14:11 +0100)]
Fixed deadlock in ConfigItem::Commit().

11 years agoMore lock refactoring. Yay.
Gunnar Beutner [Sat, 2 Mar 2013 08:07:47 +0000 (09:07 +0100)]
More lock refactoring. Yay.

11 years agoRefactored object locking code.
Gunnar Beutner [Fri, 1 Mar 2013 11:07:52 +0000 (12:07 +0100)]
Refactored object locking code.

11 years agoRemove compatido documentation.
Gunnar Beutner [Thu, 28 Feb 2013 13:24:19 +0000 (14:24 +0100)]
Remove compatido documentation.

11 years agoImplement support for deserializing JSON arrays.
Gunnar Beutner [Thu, 28 Feb 2013 13:06:30 +0000 (14:06 +0100)]
Implement support for deserializing JSON arrays.

11 years agoImplement the PerfdataWriter class.
Gunnar Beutner [Thu, 28 Feb 2013 10:45:47 +0000 (11:45 +0100)]
Implement the PerfdataWriter class.

11 years agoRemove the compatido component.
Gunnar Beutner [Thu, 28 Feb 2013 10:01:59 +0000 (11:01 +0100)]
Remove the compatido component.

11 years agoImplemented compat support for users and user groups.
Gunnar Beutner [Thu, 28 Feb 2013 09:50:20 +0000 (10:50 +0100)]
Implemented compat support for users and user groups.

11 years agoImplemented the LONGDATETIME, SHORTDATETIME, DATE and TIME macros.
Gunnar Beutner [Thu, 28 Feb 2013 09:27:33 +0000 (10:27 +0100)]
Implemented the LONGDATETIME, SHORTDATETIME, DATE and TIME macros.

11 years agoAdded missing object locks in the MacroProcessor class.
Gunnar Beutner [Thu, 28 Feb 2013 09:27:20 +0000 (10:27 +0100)]
Added missing object locks in the MacroProcessor class.

11 years agoFixed incorrect lock in Notification::BeginExecuteNotificationHelper().
Gunnar Beutner [Thu, 28 Feb 2013 09:26:53 +0000 (10:26 +0100)]
Fixed incorrect lock in Notification::BeginExecuteNotificationHelper().

11 years agoFix crash in Service::IsReachable().
Gunnar Beutner [Thu, 28 Feb 2013 09:26:33 +0000 (10:26 +0100)]
Fix crash in Service::IsReachable().

11 years agoBugfix: Output dummy check data for hosts that don't have a hostcheck.
Gunnar Beutner [Thu, 28 Feb 2013 09:26:01 +0000 (10:26 +0100)]
Bugfix: Output dummy check data for hosts that don't have a hostcheck.

11 years agoImplemented user groups.
Gunnar Beutner [Wed, 27 Feb 2013 20:49:03 +0000 (21:49 +0100)]
Implemented user groups.

11 years agoImplemented notification_interval attribute for hosts.
Gunnar Beutner [Wed, 27 Feb 2013 17:15:01 +0000 (18:15 +0100)]
Implemented notification_interval attribute for hosts.

11 years agoFixed reachability calculation for host checks.
Gunnar Beutner [Wed, 27 Feb 2013 16:20:22 +0000 (17:20 +0100)]
Fixed reachability calculation for host checks.

11 years agoFixed recovery notifications (again).
Gunnar Beutner [Wed, 27 Feb 2013 15:57:06 +0000 (16:57 +0100)]
Fixed recovery notifications (again).

11 years agoBug fixes for the new cache code.
Gunnar Beutner [Wed, 27 Feb 2013 15:04:49 +0000 (16:04 +0100)]
Bug fixes for the new cache code.

11 years agoRefactor the cache code... again.
Gunnar Beutner [Wed, 27 Feb 2013 14:23:25 +0000 (15:23 +0100)]
Refactor the cache code... again.

11 years agoMake the services/notifications caches thread safe.
Gunnar Beutner [Wed, 27 Feb 2013 11:44:51 +0000 (12:44 +0100)]
Make the services/notifications caches thread safe.
Send notifications based on the notification_interval setting.