]> granicus.if.org Git - icinga2/history - components
Fix incorrect host state change logs.
[icinga2] / components /
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-22 Michael FriedrichChange the most chatting log messages to 'notice' severity.
2014-05-22 Michael FriedrichExtract exception error info message.
2014-05-22 Gunnar BeutnerFix compiler warnings.
2014-05-21 Michael FriedrichFix PerfdataWriter config validation.
2014-05-19 Michael FriedrichMove 'GraphiteWriter already connected' to debug log.
2014-05-19 Michael FriedrichUse CustomVarObject instead of DynamicObject for all...
2014-05-12 Michael FriedrichAdd command namespace {check_,event_,notification_...
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-10 Michael FriedrichLivestatus: Add 'check_source' to hosts table.
2014-05-10 Michael FriedrichMerge branch 'feature/is-reachable-6094' into next
2014-05-10 Michael FriedrichDB IDO: Bump schema version to 1.11.3.
2014-05-10 Michael FriedrichStatusDataWriter: Add 'is_reachable' {host,service...
2014-05-10 Michael FriedrichDB IDO: Add 'is_reachable' column to {host,service...
2014-05-10 Michael FriedrichLivestatus: Add 'is_reachable' to hosts/services table.
2014-05-09 Gunnar BeutnerImplement HA for IDO connections.
2014-05-09 Gunnar BeutnerReimplement load-balancing for checks.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-06 Michael FriedrichStatusDataWriter: Fix dependency relations.
2014-05-03 Michael FriedrichAdd debug log entries for dependencies.
2014-05-03 Michael FriedrichImplement CompatUtility::GetCheckableCommandArgs()...
2014-05-01 Michael FriedrichChecker: Fix exception on disabled host checks.
2014-05-01 Michael FriedrichStatusDataWriter: Fix missing host dependencies.
2014-04-29 Gunnar BeutnerChange log level for some messages.
2014-04-27 Gunnar BeutnerFix support for StatsOr and StatsAnd.
2014-04-27 Gunnar BeutnerTurn off column headers for Stats queries.
2014-04-26 Gunnar BeutnerImplement support for optional command arguments.
2014-04-25 Gunnar BeutnerMerge branch 'feature/cluster-5467' into next
2014-04-25 Gunnar BeutnerImplement loop detection for cluster links.
2014-04-25 Gunnar BeutnerFix incorrect type for notification timestamps.
2014-04-25 Gunnar BeutnerFix deadlock in TlsStream::{Read,Write}.
2014-04-25 Gunnar BeutnerClean up ClusterListener::Supports{Checks,Notifications}.
2014-04-24 Michael FriedrichAdd {Host,Service}Group attributes: notes, notes_url...
2014-04-22 Gunnar BeutnerUse fewer threads by default.
2014-04-22 Gunnar BeutnerProperly deal with exceptions in CheckerComponent:...
2014-04-22 Michael FriedrichDrop unused statusmap_image & coords attributes entirely.
2014-04-22 Michael FriedrichRevert "Add statusmap_image and coords host attributes."
2014-04-17 Michael FriedrichAdd statusmap_image and coords host attributes.
2014-04-17 Michael FriedrichAdd CompatUtility::GetModifiedAttributesList() for...
2014-04-17 Michael FriedrichAdd modified attributes for user and command vars.
2014-04-17 Michael FriedrichUse legacy attribute getters in interfaces.
2014-04-17 Michael FriedrichAdd global Enable{Host,Service}Checks. Update interface...
2014-04-16 Gunnar BeutnerAdd missing ::Stop calls.
2014-04-15 Gunnar BeutnerFix failed agent checks after restarts.
2014-04-15 Michael FriedrichFix copyright.
2014-04-15 Gunnar BeutnerImplement support for hosts in the agent component.
2014-04-14 Michael FriedrichCompat: Only dump host address{,6}, alias if set.
2014-04-13 Gunnar BeutnerFix db_ido queries.
2014-04-13 Gunnar BeutnerFix auto-discovery info files.
2014-04-13 Gunnar BeutnerImplement support for auto-discovering services for...
2014-04-12 Gunnar BeutnerFix race condition in AgentListener::NewClientHandler.
2014-04-12 Gunnar BeutnerUpdate ITL commands.
2014-04-12 Gunnar BeutnerFix file descriptors not getting closed properly
2014-04-12 Gunnar BeutnerImplement support for agent-based checks.
2014-04-10 Gunnar BeutnerFix the cluster component.
2014-04-09 Gunnar BeutnerFix notification timer for notifications with interval...
2014-04-09 Gunnar BeutnerAvoid unnecessary copies for DynamicType::GetObjects.
2014-04-09 Gunnar BeutnerRename the notification attributes.
2014-04-08 Gunnar BeutnerFix re-notification interval.
2014-04-08 Gunnar BeutnerUpdate components to use the new address fields.
2014-04-08 Gunnar BeutnerImplement attributes for some well-known macros and...
2014-04-08 Gunnar BeutnerRename the service state constants.
2014-04-08 Gunnar BeutnerRemove the HostUnreachable state.
2014-04-07 Gunnar BeutnerFix crash in the CompatLogger class.
2014-04-05 Gunnar BeutnerRename variables.
2014-04-05 Michael FriedrichFix legacy attributes by object type.
2014-04-04 Michael FriedrichUpdate documentation for custom attribute runtime macros.
2014-04-04 Michael FriedrichImplement global runtime macros as $icinga.<name>$.
2014-04-04 Michael FriedrichLivestatus: Add application variables to status table.
2014-04-04 Michael FriedrichStatusDataWriter: Dump command and application custom...
2014-04-04 Michael FriedrichLivestatus: Add command custom variables.
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-04-02 Michael FriedrichCompatUtility: Fix host 2d_coords.
2014-04-02 Michael FriedrichRemove TODO comment.
2014-04-02 Michael FriedrichGraphite/PerfdataWriter: Add host perfdata.
2014-03-30 Michael FriedrichCluster: Store config with default '.conf' suffix.
2014-03-30 Michael FriedrichFix ClusterListener 'peers' attribute validation.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-24 Gunnar BeutnerFix the PostgreSQL schema.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-21 Michael FriedrichMake host 'check' attribute available in legacy interfaces.
2014-03-21 Michael FriedrichRevert "DB IDO: Add check_source_object_id reference...
2014-03-20 Michael FriedrichMerge branch 'feature/db-endpoints-5636' into next
2014-03-20 Michael FriedrichLivestatus: Add check_source to services table.
2014-03-20 Michael FriedrichLivestatus: Add endpoints table.
2014-03-20 Michael FriedrichDB IDO: Add check_source_object_id reference to endpoin...
2014-03-20 Michael FriedrichDB IDO: Additional endpoint object id tables.
2014-03-20 Michael FriedrichMove cluster endpoint/jsonrpc functionality into libremote.
2014-03-20 Michael FriedrichDB IDO: Clean schema.
2014-03-20 Michael FriedrichDB IDO: Send endpoint authority for status updates.
2014-03-20 Michael FriedrichDB IDO: Add endpoints/endpointstatus tables.
2014-03-20 Michael FriedrichDB IDO/Livestatus: Fix global enabled status values.
2014-03-20 Michael FriedrichSet check source to node name as authority, if empty.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-17 Gunnar BeutnerStop checks during shutdown.
2014-03-16 Michael FriedrichFix host, service sort order in StatusDataWriter.
2014-03-13 Gunnar BeutnerReschedule services before running checks.
next