]> granicus.if.org Git - icinga2/history - components/compat/compatcomponent.cpp
Implemented support for disabling notifications.
[icinga2] / components / compat / compatcomponent.cpp
2013-02-26 Gunnar BeutnerImplemented support for disabling notifications.
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-24 Gunnar BeutnerMake sure we don't block on write() while holding locks.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
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 3).
2013-02-18 Gunnar BeutnerFine-grained locks (WIP, Part 2).
2013-02-17 Gunnar BeutnerFine-grained locks (WIP, Part 1).
2013-02-15 Gunnar BeutnerImplement per-thread event queues.
2013-02-10 Gunnar BeutnerFixed exception in command pipe thread after sending...
2013-02-09 Gunnar BeutnerBugfix: host and source groups don't have display names.
2013-02-09 Gunnar BeutnerRemoved alias property, added display_name.
2013-02-09 Gunnar BeutnerImplemented status.dat support for notifications.
2013-02-09 Gunnar BeutnerBugfix: use short names in servicegroup objects.
2013-02-09 Gunnar BeutnerRemove separate host ack/downtime/comments functionality.
2013-02-08 Gunnar BeutnerImplement service shortnames.
2013-02-08 Gunnar BeutnerMove EXPORT_COMPONENT() macros to the beginning of...
2013-02-07 Gunnar BeutnerRedesign dependencies.
2013-02-07 Michael FriedrichCompat: implemented log_path config getter (no function...
2013-02-06 Gunnar Beutnerobjects.cache: Implement service dependencies
2013-02-06 Gunnar Beutnerobjects.cache: Service definitions should include the...
2013-02-06 Gunnar BeutnerUse BOOST_THROW_EXCEPTION instead of boost::throw_excep...
2013-02-04 Gunnar BeutnerAdded init script.
2013-02-01 Gunnar BeutnerBugfix: Use service names instead of aliases.
2013-01-31 Gunnar BeutnerImplement triggered downtime for services.
2013-01-31 Gunnar BeutnerBugfix: Use service name in status.dat (rather than...
2013-01-30 Gunnar BeutnerFixed building with --disable-shared.
2013-01-30 Gunnar BeutnerBugfix: some legacy_id changes didn't cause the cache...
2013-01-30 Gunnar BeutnerRemove expired comments and downtimes.
2013-01-30 Gunnar BeutnerBugfix: look up legacy_id for triggered_by downtimes.
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.
2013-01-29 Gunnar BeutnerAdded missing files.
2013-01-29 Gunnar BeutnerImplement downtimes.
2013-01-28 Gunnar BeutnerImplement statistics for passive service checks.
2013-01-27 Gunnar BeutnerImplemented status.dat support for host acknowledgements.
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 BeutnerImplemented ServiceGroup::GetMembers() and HostGroup...
2013-01-23 Gunnar BeutnerImplement acknowledgements.
2013-01-23 Gunnar BeutnerReuse pipe inode if it already exists.
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 BeutnerPass through timestamps to external command handlers.
2013-01-22 Gunnar BeutnerDisable command pipe functionality on Windows.
2013-01-22 Gunnar BeutnerImplemented support for external commands.
2013-01-21 Gunnar BeutnerUse String::ToString() in CompatComponent::ProcessComma...
2013-01-21 Gunnar BeutnerImplemented parsing command pipe data.
2013-01-21 Gunnar BeutnerImplemented command pipe (sort of).
2012-12-04 Gunnar BeutnerImplemented DynamicType support.
2012-10-17 Gunnar BeutnerFix: Renaming temp files didn't work on Windows.
2012-10-02 Michael FriedrichConfiguration: use underscore in attributes, document...
2012-09-28 Michael Friedrichcompat: add config options: {status,objects}path
2012-09-25 Michael FriedrichMerge branch 'master' into mfriedrich/compatido
2012-09-25 Gunnar BeutnerChanged header for the status.dat file.
2012-09-22 Michael FriedrichMerge branch 'master' into compatido
2012-09-19 Gunnar BeutnerReport PID in the status.dat file.
2012-08-06 Gunnar BeutnerIgnore service reachability for status.dat output.
2012-08-03 Gunnar BeutnerBuild fixes for Windows.
2012-08-02 Gunnar BeutnerImplemented support for replicating object tags [WIP...
2012-07-30 Gunnar BeutnerRenamed ConfigObject to DynamicObject.
2012-07-27 Gunnar BeutnerRefactored ConfigObject adapter classes.
2012-07-25 Gunnar BeutnerKeep track of time using fractions of seconds.
2012-07-20 Gunnar BeutnerRemoved CIB::RequireInformation.
2012-07-18 Gunnar BeutnerAdded TcpClient::OnConnected event.
2012-07-17 Gunnar BeutnerRevert 78215843 as it requires Boost version 1.43.
2012-07-17 Gunnar BeutnerUse Boost.Range instead of tie().
2012-07-16 Gunnar BeutnerBuild fixes for *NIX.
2012-07-16 Gunnar BeutnerUse BOOST_FOREACH for most for loops.
2012-07-09 Gunnar BeutnerForce compat module to write status.dat/objects.cache...
2012-07-09 Gunnar BeutnerMoved host reachability/state code into the cib library.
2012-07-09 Gunnar BeutnerAuto-detect host parents.
2012-07-09 Gunnar BeutnerDistinguish between 'dependencies' (reachability) and...
2012-07-09 Gunnar BeutnerImplemented host dependencies
2012-07-06 Gunnar BeutnerBugfix: Use service alias in service group definition.
2012-07-03 Gunnar BeutnerRe-designed reachability detection.
2012-07-03 Gunnar BeutnerBugfixes.
2012-07-03 Gunnar BeutnerImplemented service dependencies.
2012-07-02 Gunnar BeutnerMake checkers configurable.
2012-07-02 Gunnar BeutnerDisable freshness stuff in status.dat
2012-07-02 Gunnar BeutnerBugfixes.
2012-07-01 Gunnar BeutnerRenamed DictionaryIterator to Dictionary::Iterator.
2012-06-30 Gunnar BeutnerRenamed DictionaryIterator to Dictionary::Iterator.
2012-06-30 Gunnar BeutnerImplemented host and service groups.
2012-06-29 Gunnar BeutnerPerformance fixes for the compat module.
2012-06-29 Gunnar BeutnerMoved task stats to the CIB.
2012-06-28 Gunnar BeutnerImplement task statistics.
2012-06-28 Gunnar BeutnerBugfixes and config conversion script.
2012-06-27 Gunnar BeutnerFixed execution time calculation.
2012-06-27 Gunnar BeutnerFixed latency calculation.
2012-06-27 Gunnar BeutnerImplemented compat module (WIP).