]> granicus.if.org Git - icinga2/shortlog
icinga2
2013-09-17 Gunnar Beutnercluster: Fix deadlock.
2013-09-17 Gunnar BeutnerEnable cluster debugging.
2013-09-17 Gunnar Beutnercluster: Implement domain ACL checks.
2013-09-17 Gunnar Beutnercluster: Implement domain support.
2013-09-16 Michael FriedrichConfig Conversion: Detect hosts w/o services and proper...
2013-09-16 Michael FriedrichConfig Conversion: Add proper check_command detection...
2013-09-16 Gunnar Beutnercluster: Remove old logs before reconnecting.
2013-09-16 Gunnar BeutnerChange log level for a debug message.
2013-09-16 Gunnar BeutnerFix: Cluster log files were not properly removed when...
2013-09-16 Gunnar BeutnerAdd debug message.
2013-09-16 Gunnar Beutnercluster: Re-open logfile after log replay.
2013-09-16 Gunnar Beutnercluster: Yet another fix.
2013-09-16 Gunnar Beutnercluster: Another log replay fix.
2013-09-16 Gunnar Beutnercluster: Don't replay log messages twice.
2013-09-16 Gunnar Beutnercluster: Make log replays non-blocking.
2013-09-16 Gunnar BeutnerFix logging performance problem.
2013-09-15 Gunnar BeutnerSet group before user.
2013-09-15 Gunnar BeutnerImplement setgid/setuid support.
2013-09-13 Gunnar Beutnerconfig: Fix arguments for hostchecks.
2013-09-13 Gunnar Beutnerconfig: Fix attribute lookup functions.
2013-09-13 Gunnar Beutnerconfig: Temporarily set hostname for services.
2013-09-13 Gunnar Beutnerconfig: Fix looking up host custom attributes.
2013-09-13 Gunnar Beutnerconfig: Fix resolving macros in command arguments.
2013-09-13 Gunnar Beutnercluster: Make the feature checks more robust.
2013-09-13 Michael FriedrichConfig Conversion: Fix global macros requiring escape_s...
2013-09-13 Gunnar Beutnerconfig: Fix += { }.
2013-09-13 Gunnar BeutnerFix custom macros.
2013-09-13 Gunnar BeutnerConvert custom attributes to macros.
2013-09-13 Gunnar Beutnercluster: Another fix for authority checks.
2013-09-12 Michael FriedrichConfig Conversion: Object macros start with name.
2013-09-12 Michael FriedrichConfig Conversion: Treat command arg macros directly...
2013-09-12 Michael FriedrichConfig Conversion: Update sample icinga2 config.
2013-09-12 Michael FriedrichConfig Conversion: Fix import removing inline comments...
2013-09-12 Michael FriedrichConfig Conversion: Make ADMIN/USER macros global again...
2013-09-12 Michael FriedrichConfig Conversion: s/user_macros/global_macros/g
2013-09-12 Michael FriedrichConfig Conversion: introduce resource.conf with global...
2013-09-12 Gunnar Beutnercluster: Fix cleaning up old log files.
2013-09-12 Gunnar BeutnerIgnore check results if we have a local result that...
2013-09-12 Gunnar Beutnerchecker: Fix incorrect wait time when first service...
2013-09-12 Gunnar BeutnerMake sure the next check timestamp can't be in the...
2013-09-12 Gunnar Beutnercluster: More delegation bugfixes.
2013-09-12 Gunnar Beutnerchecker: Fix waiting for non-authoritative checks.
2013-09-12 Gunnar BeutnerFix crash in ClusterComponent::CheckAuthorityHandler.
2013-09-12 Gunnar Beutnerchecker: Make sure non-authoritative cluster instances...
2013-09-12 Gunnar BeutnerFix delegation bug.
2013-09-12 Gunnar BeutnerAdd missing lock.
2013-09-12 Gunnar BeutnerRemove obsolete code.
2013-09-12 Gunnar Beutnerconfig: Copy authority information into dependant services.
2013-09-12 Gunnar Beutnerido: Set m_Connected to false in Stop().
2013-09-12 Gunnar BeutnerMake sure the check latency can't be negative.
2013-09-12 Gunnar BeutnerUpdate test check output.
2013-09-12 Gunnar BeutnerAdd check output for NullCheck.
2013-09-12 Michael Friedrichido: Fix timeperioddbobject lock.
2013-09-12 Gunnar Beutnercluster: Update endpoints' features for heartbeat messages.
2013-09-12 Gunnar BeutnerRefactor authority checks a bit.
2013-09-12 Gunnar Beutnercluster: Implement authority checks.
2013-09-12 Gunnar BeutnerImprove error messages for socket error.
2013-09-12 Gunnar BeutnerFix bug which causes timeperiods not to be updated.
2013-09-11 Gunnar BeutnerRe-enable TLS compression (again).
2013-09-11 Gunnar Beutnercluster: Prevent idle timeout during log replay.
2013-09-11 Gunnar BeutnerRemove DynamicObject::Start call.
2013-09-11 Gunnar BeutnerUpdate example config.
2013-09-11 Gunnar BeutnerFix crash in MacroProcessor::ResolveMacros.
2013-09-11 Gunnar Beutnerido: Object map should not be static.
2013-09-11 Gunnar BeutnerThreadPool: Add missing lock.
2013-09-11 Gunnar Beutnerido: Fix initialization order bug.
2013-09-11 Gunnar Beutnercluster: Fix another reconnect bug.
2013-09-11 Gunnar Beutnercluster: Fix reconnect bug.
2013-09-11 Gunnar BeutnerFix crash in Endpoint::MessageThreadProc.
2013-09-11 Gunnar BeutnerBuild fix.
2013-09-11 Gunnar Beutnercluster: Heartbeat messages should include the endpoint...
2013-09-11 Gunnar Beutnercluster: Fix idle timeout.
2013-09-11 Gunnar Beutnercluster: Fix heartbeat messages.
2013-09-11 Gunnar Beutnercluster: Don't try to reconnect while we're replaying...
2013-09-11 Gunnar BeutnerRevert "Revert "Enable TLS compression.""
2013-09-11 Gunnar BeutnerRevert "Enable TLS compression."
2013-09-11 Gunnar BeutnerRevert "Revert "cluster: Disconnect timed out endpoints.""
2013-09-11 Gunnar BeutnerEnable TLS compression.
2013-09-10 Gunnar BeutnerAnother init fix.
2013-09-10 Gunnar BeutnerFix object initialization order.
2013-09-10 Gunnar BeutnerRefactor how Application objects work.
2013-09-10 Michael FriedrichConfig Conversion: Skip ARGn macros on Command object...
2013-09-10 Michael FriedrichConfig Conversion: Fix output header.
2013-09-10 Michael FriedrichConfig Conversion: Check that icinga.cfg is passed...
2013-09-10 Gunnar BeutnerDon't copy macros / custom attributes to services.
2013-09-10 Gunnar BeutnerRevert "convert: Use += for macros and custom attributes."
2013-09-10 Gunnar Beutnerconvert: Use += for macros and custom attributes.
2013-09-10 Gunnar Beutnerlivestatus: Fix macro priority.
2013-09-10 Gunnar BeutnerFix macro priority.
2013-09-10 Michael FriedrichConfig Conversion: Treat notification option 'r' as...
2013-09-10 Gunnar Beutnercluster: Avoid unnecessary SetForceNextCheck messages.
2013-09-09 Gunnar Beutnerido: Clean up obsolete handlers.
2013-09-09 Gunnar Beutnerido: Fix timeperiods with more than one segment.
2013-09-09 Gunnar BeutnerFix null ptr for Application::GetInstance().
2013-09-09 Michael FriedrichFix: Add missing locks.
2013-09-09 Gunnar BeutnerFix: Don't shell-escape macros by default.
2013-09-09 Gunnar Beutnercluster: Fix some bugs.
2013-09-08 Gunnar BeutnerBuild fix: Check if pthread_setname_np() is available.
2013-09-06 Gunnar BeutnerOnly do flapping updates when services are in a hard...
2013-09-06 Gunnar Beutnercluster: Rotate the log more frequently.
next