]> granicus.if.org Git - icinga2/history - lib/icinga/externalcommandprocessor.cpp
External commands fail gracefully when given invalid host/service names.
[icinga2] / lib / icinga / externalcommandprocessor.cpp
2013-09-27 Michael FriedrichExternal commands fail gracefully when given invalid...
2013-09-25 Gunnar Beutnerconfig: Rename Host::hostcheck to Host::check.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-17 Michael FriedrichAdd RemoveDowntime() cancelled parameter, check for...
2013-09-12 Gunnar BeutnerMake sure the next check timestamp can't be in the...
2013-08-30 Gunnar BeutnerImplement restarting Icinga.
2013-08-29 Gunnar Beutnercluster: Fix duplicate acknowledgement comments.
2013-08-28 Gunnar BeutnerImplement cluster events for downtimes.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-07-25 Gunnar Beutnerido: Properly implement program status updates.
2013-07-01 Michael Friedrichflapping: fix division by 0, add compat status, extcmds
2013-07-01 Michael Friedrichcompatlog: add flapping messages
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.