]> granicus.if.org Git - icinga2/history - lib/icinga/externalcommandprocessor.cpp
compatlog: refactor custom/acknowledgement notifications with author/commenttext
[icinga2] / lib / icinga / externalcommandprocessor.cpp
2013-07-01 Michael Friedrichcompatlog: refactor custom/acknowledgement notification...
2013-06-21 Gunnar BeutnerImplement external commands for flapping detection.
2013-06-19 Gunnar BeutnerImplement support for acknowledgement comments.
2013-04-15 Gunnar BeutnerImplement host check commands
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-21 Gunnar BeutnerImplement 'force' option for SEND_CUSTOM_*_NOTIFICATION.
2013-03-20 Gunnar BeutnerMove the notification_interval option to the Notificati...
2013-03-18 Gunnar BeutnerRefactor #includes (Part 4).
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerCleaned up #includes (Part 1).
2013-03-12 Gunnar BeutnerFix the REMOVE_SVC_ACKNOWLEDGEMENT command.
2013-03-08 Gunnar BeutnerFix deadlock when adding/removing acknowledgements.
2013-03-07 Gunnar BeutnerImplemented LAST*STATE* macros.
2013-03-07 Gunnar BeutnerFixed some more compiler warnings.
2013-03-06 Gunnar BeutnerFix cppcheck warnings.
2013-03-06 Gunnar BeutnerVarious bugfixes.
2013-03-02 Gunnar BeutnerMore lock refactoring. Yay.
2013-02-27 Gunnar BeutnerMake the services/notifications caches thread safe.
2013-02-26 Gunnar BeutnerImplemented support for disabling notifications.
2013-02-26 Gunnar BeutnerExternal commands: Implemented some commands for host...
2013-02-24 Gunnar BeutnerMake sure we don't block on write() while holding locks.
2013-02-22 Gunnar BeutnerRemoved PCH support (as it's clearly not working properly).
2013-02-20 Gunnar BeutnerFine-grained locks (WIP, Part 7).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 6).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 2).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-09 Gunnar BeutnerImplemented notification request messages, notification...
2013-02-09 Gunnar BeutnerFixed incorrect Service::GetByName call.
2013-02-09 Gunnar BeutnerBugfix: Incorrect array index in ACKNOWLEDGE_HOST_PROBL...
2013-02-09 Gunnar BeutnerRemove separate host ack/downtime/comments functionality.
2013-02-08 Gunnar BeutnerExternal commands: Removed duplicate argument validation.
2013-02-08 Gunnar BeutnerImplement service shortnames.
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-02 Gunnar BeutnerFixed compiler warnings (-Wextra).
2013-02-01 Gunnar BeutnerFixed some compiler warnings.
2013-01-30 Gunnar BeutnerImplement external commands SCHEDULE_HOSTGROUP_SVC_DOWN...
2013-01-30 Gunnar BeutnerUse UUIDs to uniquely identify comments and downtimes.
2013-01-29 Gunnar BeutnerImplemented comments.
2013-01-29 Gunnar BeutnerRenamed ExternalCommand to ExternalCommandProcessor.