]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-01-29 Gunnar BeutnerAllow T_STRING for dictionary keys.
2013-01-29 Gunnar BeutnerImplement Convert class, move existing type conversion...
2013-01-28 Gunnar BeutnerSchedule pending services using the retry interval.
2013-01-28 Gunnar BeutnerUnset force_next_check after each check.
2013-01-28 Gunnar BeutnerFixed incorrect variable name in ReplicationComponent...
2013-01-28 Gunnar BeutnerDecreased minimum check interval to 5 seconds.
2013-01-28 Gunnar BeutnerFix string_iless performance issue.
2013-01-28 Gunnar BeutnerImplement statistics for passive service checks.
2013-01-28 Gunnar BeutnerUse check interval (rather than retry interval) when...
2013-01-27 Gunnar BeutnerReschedule services after receiving passive check results.
2013-01-27 Gunnar BeutnerFixes host acknowledgement commands.
2013-01-27 Gunnar BeutnerImplemented status.dat support for host acknowledgements.
2013-01-27 Gunnar BeutnerBugfix: null derefence in Service::ApplyCheckResult.
2013-01-27 Gunnar BeutnerAdded missing host attributes.
2013-01-27 Gunnar BeutnerImplemented host acknowledgements.
2013-01-25 Gunnar BeutnerReschedule service dependencies on soft state changes.
2013-01-25 Gunnar BeutnerRe-schedule checks when re-assigning them to a differen...
2013-01-25 Gunnar BeutnerPerformance improvements for *Group::GetMembers().
2013-01-25 Gunnar BeutnerDisallow DynamicObject::Set() for config variables.
2013-01-24 Gunnar BeutnerBuild fix for *NIX.
2013-01-24 Gunnar BeutnerImplement the PROCESS_FILE external command.
2013-01-24 Gunnar BeutnerImplement support for enabling/disabling passive checks.
2013-01-24 Gunnar BeutnerBuild ExternalCommand class on Windows (even though...
2013-01-24 Gunnar BeutnerBuild fix for FreeBSD.
2013-01-24 Gunnar Beutnercompatido: Update to use new *Group::GetMembers() functions
2013-01-24 Gunnar BeutnerFinish implementing ExternalCommand::EnableHostgroupSvc...
2013-01-24 Gunnar BeutnerImplement Host::GetServices().
2013-01-24 Gunnar BeutnerAdded missing *::InvalidateMembersCache() calls.
2013-01-24 Gunnar BeutnerImplemented the external commands "ENABLE_SERVICEGROUP_...
2013-01-24 Gunnar BeutnerImplemented ServiceGroup::GetMembers() and HostGroup...
2013-01-24 Gunnar BeutnerBug fix: Remove pending services from the idle services...
2013-01-24 Gunnar BeutnerBug fix: Continue executing checks even if the first...
2013-01-24 Gunnar BeutnerUpdate service state when delegation is unsuccessful
2013-01-24 Gunnar BeutnerRemove stale subscriptions from local endpoint
2013-01-24 Gunnar BeutnerConfig: Implement true/false as aliases for 1/0
2013-01-23 Gunnar BeutnerWindows fix for ConfigCompiler::ReadInput.
2013-01-23 Gunnar BeutnerDon't allow acknowledgements for services that are OK.
2013-01-23 Gunnar BeutnerFixed ExternalCommand::ScheduleHostSvcChecks().
2013-01-23 Gunnar BeutnerDisable debugging by default.
2013-01-23 Gunnar BeutnerChecker: don't report missed checks after restarting...
2013-01-23 Gunnar BeutnerBugfixes for acknowledgements.
2013-01-23 Gunnar BeutnerImplement acknowledgements.
2013-01-23 Gunnar BeutnerImplemented the external commands "ENABLE_HOST_SVC_CHEC...
2013-01-23 Gunnar BeutnerImplement the external commands "SCHEDULE_FORCED_HOST_S...
2013-01-23 Gunnar BeutnerThrow exception for missing types.
2013-01-23 Gunnar BeutnerReuse pipe inode if it already exists.
2013-01-23 Gunnar BeutnerProperly deal with I/O errors when parsing config files.
2013-01-23 Gunnar BeutnerImplement --enable-debug configure option.
2013-01-22 Gunnar BeutnerImplemented external command "SHUTDOWN_PROGRAM".
2013-01-22 Gunnar BeutnerRemoved enable_checks option from documentation.
2013-01-22 Gunnar BeutnerImplement enable_checks property for services.
2013-01-22 Gunnar BeutnerExternalCommand: use exceptions instead of return values.
2013-01-22 Gunnar BeutnerImplemented the external commands SCHEDULE_SVC_CHECK...
2013-01-22 Gunnar BeutnerImplement property change handler for next_check.
2013-01-22 Gunnar BeutnerPass through timestamps to external command handlers.
2013-01-22 Gunnar BeutnerImplemented the PROCESS_SERVICE_CHECK_RESULT external...
2013-01-22 Gunnar BeutnerFixed invalid cast in Service::BeginExecuteCheck().
2013-01-22 Gunnar BeutnerMove service check code into the Service class.
2013-01-22 Gunnar BeutnerImplement support for anonymous multicast messages.
2013-01-22 Gunnar BeutnerAdded missing I2_ICINGA_API specifier for the TimePerio...
2013-01-22 Gunnar BeutnerRefactor scheduling stuff from *CheckTask into the...
2013-01-22 Gunnar BeutnerImplement REGISTER_SCRIPTFUNCTION() and clean up how...
2013-01-22 Gunnar BeutnerRemove InitializeLibrary TODO.
2013-01-22 Gunnar BeutnerDisable command pipe functionality on Windows.
2013-01-22 Gunnar BeutnerImplemented support for external commands.
2013-01-22 Gunnar BeutnerRemove /GM flag for Debug|x64
2013-01-21 Gunnar BeutnerImplement support for time periods.
2013-01-21 Gunnar BeutnerUse String::ToString() in CompatComponent::ProcessComma...
2013-01-21 Gunnar BeutnerImplement String::ToDouble().
2013-01-21 Gunnar BeutnerImplemented parsing command pipe data.
2013-01-21 Gunnar BeutnerMade String::Split() const.
2013-01-21 Gunnar BeutnerFixed incorrect argument name.
2013-01-21 Gunnar BeutnerImplemented command pipe (sort of).
2013-01-18 Gunnar BeutnerFix: replicated & local endpoints should not have local...
2013-01-18 Gunnar BeutnerFix: DynamicObject::Unregister() failed to unregister...
2013-01-18 Gunnar BeutnerFix: Endpoints were not properly marked as local.
2013-01-17 Gunnar BeutnerImplemented the #library directive and fixed loading...
2013-01-17 Gunnar BeutnerFixed bug with invalid type in state files.
2012-12-04 Gunnar BeutnerFixed DynamicObject::DumpObjects().
2012-12-04 Gunnar BeutnerRemoved obsolete comment.
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-11-26 Gunnar BeutnerFixed build warning for compatido.
2012-11-26 Gunnar BeutnerRefactored IcingaApplication::Get*().
2012-11-26 Gunnar BeutnerAdded some more code documentation.
2012-11-23 Gunnar BeutnerBuild fix for *NIX.
2012-11-23 Gunnar BeutnerMinor cleanups.
2012-11-23 Gunnar BeutnerImplemented the StdioStream and UnixSocket classes.
2012-11-22 Gunnar BeutnerFixed indentation.
2012-11-22 Gunnar BeutnerBuild fix for *NIX.
2012-11-22 Gunnar BeutnerRefactored the socket classes.
2012-10-31 Gunnar BeutnerFixed incorrect use of boost::algorithm::is_iless.
2012-10-23 Gunnar BeutnerMade type and attribute names case-insensitive.
2012-10-19 Gunnar BeutnerRemoved duplicate config files. v0.0.1
2012-10-19 Michael FriedrichContrib: add demo configuration from osmc 2012 presentation
2012-10-17 Gunnar BeutnerFixed VS filters for pluginchecktask.cpp and pluginchec...
2012-10-17 Gunnar BeutnerFix: Added missing DLL exports for Windows.
2012-10-17 Gunnar BeutnerFix: Renaming temp files didn't work on Windows.
2012-10-16 Gunnar BeutnerAdded missing GPL headers.
2012-10-16 Gunnar BeutnerChanged version number (again).
2012-10-16 Gunnar BeutnerAdded disclaimer text to "configure".
next