]> granicus.if.org Git - icinga2/history - components/cluster
Config: Fix IcingaMacros const identifier.
[icinga2] / components / cluster /
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichMove cluster endpoint/jsonrpc functionality into libremote.
2014-03-20 Michael FriedrichDB IDO: Add endpoints/endpointstatus tables.
2014-03-20 Michael FriedrichSet check source to node name as authority, if empty.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-13 Gunnar BeutnerReschedule services before running checks.
2014-03-11 Michael FriedrichRemove unnecessary sort in GetClusterStatus().
2014-03-10 Michael FriedrichHealth Check: Sanitize perfdata.
2014-03-07 Gunnar BeutnerFix DomainPrivCheckResult has no effect.
2014-02-20 Michael FriedrichRefactor status/perfdata stats registry.
2014-02-17 Michael FriedrichImplement IcingaStatusWriter object dumping local and...
2014-02-17 Michael FriedrichImplement StatsFunction Registry for features.
2014-02-13 Michael FriedrichMerge branch 'feature/cluster-status-json-5444' into...
2014-02-13 Michael FriedrichRefactor ClusterCheckTask based on cluster status.
2014-02-13 Michael FriedrichCluster: Periodically dump status json.
2014-02-12 Michael FriedrichMove ClusterCheckTask into the cluster component.
2014-02-11 Gunnar BeutnerImplement recursive includes for the cluster component.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Gunnar BeutnerImplement "safe mode" for icinga::Deserialize.
2013-12-06 Gunnar BeutnerImplement scheduled downtimes.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-11-22 Gunnar BeutnerImplement file type flags for Utility::Glob.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
2013-11-21 Gunnar BeutnerImplement support for high-level stack traces.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-20 Gunnar BeutnerFix check result, downtime and comment message types.
2013-11-13 Gunnar BeutnerImplement support for CRLs.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerImplement class for service downtimes.
2013-11-09 Gunnar BeutnerImplement class for service comments.
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.
2013-11-03 Gunnar BeutnerMerge branch 'feature/cmake-4962' into next
2013-11-03 Gunnar BeutnerAdd cmake build files.
2013-11-03 Gunnar BeutnerRemove unused files.
2013-10-31 Gunnar BeutnerMerge branch 'feature/vs2013-4987' into next
2013-10-31 Gunnar BeutnerFix compilation with Visual Studio 2013.
2013-10-30 Gunnar BeutnerMerge branch 'feature/make-dist-4976' into next
2013-10-30 Gunnar BeutnerFix make dist.
2013-10-30 Gunnar BeutnerMerge branch 'feature/remove-ltdl-4964' into next
2013-10-30 Gunnar BeutnerRemove libltdl dependency.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-18 Gunnar BeutnerRevert Endpoint::SetClient() change.
2013-10-18 Gunnar BeutnerSet thread name for Endpoint threads.
2013-10-17 Gunnar BeutnerChange log severity for a debug message.
2013-10-17 Gunnar BeutnerRemove debug message.
2013-10-17 Gunnar BeutnerFix crashes when restarting Icinga.
2013-10-17 Gunnar Beutnercluster: Add debug message.
2013-10-15 Gunnar BeutnerRe-implement ClusterListener::key_path.
2013-10-15 Gunnar BeutnerFix: ZlibStream doesn't work even if libssl supports...
2013-10-11 Gunnar BeutnerFix crash in ClusterListener::ReplayLog().
2013-10-10 Gunnar BeutnerMore Win64 build fixes.
2013-10-10 Gunnar BeutnerWindows build fix.
2013-10-09 Gunnar BeutnerWindows build fix.
2013-10-08 Gunnar BeutnerBuild fix for CentOS 5.9.
2013-10-08 Gunnar BeutnerImplement global attributes.
2013-09-26 Gunnar BeutnerEndpoint::host and Endpoint::service should be required...
2013-09-26 Gunnar BeutnerFix log message.
2013-09-26 Gunnar Beutnercluster: Add log message to config handler.
2013-09-25 Gunnar BeutnerRefactor the cluster library.
2013-09-25 Gunnar Beutnercluster: Don't allow wildcards in endpoint names.
2013-09-25 Gunnar Beutnerconfig: Update validators.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-21 Gunnar BeutnerComment out some of the less useful debug messages.
2013-09-19 Gunnar BeutnerChange log level for some messages.
2013-09-19 Gunnar Beutnercluster: Fix log replay.
2013-09-19 Gunnar Beutnercluster: Make debug messages more useful.
2013-09-18 Gunnar BeutnerFix uninitialized variable.
2013-09-18 Gunnar Beutnercluster: Refactor method names.
2013-09-18 Gunnar BeutnerImplement support for work queues.
2013-09-17 Michael FriedrichAdd RemoveDowntime() cancelled parameter, check for...
2013-09-17 Gunnar Beutnercluster: Fix default privileges.
2013-09-17 Gunnar Beutnercluster: Log ignored messages.
2013-09-17 Gunnar BeutnerUpdate log level for a debug message.
2013-09-17 Gunnar BeutnerRemove debug code
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 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-13 Gunnar Beutnercluster: Make the feature checks more robust.
2013-09-13 Gunnar Beutnercluster: Another fix for authority checks.
next