]> granicus.if.org Git - icinga2/history - components
Config: Fix IcingaMacros const identifier.
[icinga2] / components /
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.
2014-03-12 Michael FriedrichFix enable_perfdata attribute in compat features.
2014-03-12 Gunnar BeutnerUse fewer threads for plugin-based checks.
2014-03-11 Michael FriedrichRemove unnecessary sort in GetClusterStatus().
2014-03-10 Michael FriedrichHealth Check: Sanitize perfdata.
2014-03-10 Michael FriedrichPrepare schema for endpoint object id (tbd).
2014-03-10 Gunnar BeutnerFix: Don't try to execute empty Livestatus queries.
2014-03-08 Michael FriedrichDB IDO: Fix agent_version column.
2014-03-08 Michael FriedrichDB IDO: Clean schema.
2014-03-07 Gunnar BeutnerFix DomainPrivCheckResult has no effect.
2014-03-07 Michael FriedrichDB IDO: Schema update for 0.0.8 provides 1.11.0 version.
2014-03-07 Michael FriedrichDocument DB IDO schema changes for 0.0.8
2014-03-05 Gunnar BeutnerImplement a new object type for service dependencies.
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 FriedrichDB IDO: Fix deleted config objects not marked is_active=0.
2014-02-12 Michael FriedrichMove ClusterCheckTask into the cluster component.
2014-02-11 Gunnar BeutnerImplement recursive includes for the cluster component.
2014-02-10 Michael FriedrichLivestatus: Set host checks / freshness to 1 for compat...
2014-02-10 Gunnar BeutnerFix: PostgreSQL's GetAffectedRows() function always...
2014-02-07 Michael FriedrichAdd check source to external commands / check result...
2014-02-06 Michael FriedrichMerge branch 'feature/ido-hist-node-5470' into next
2014-02-06 Michael FriedrichDB IDO: Add icinga_node to *history tables.
2014-02-06 Michael FriedrichDB IDO: Add check_source to statehistory table.
2014-02-05 Gunnar BeutnerFix stack overflow in IdoPgsqlConnection::InternalExecu...
2014-02-04 Michael FriedrichCompat: Fix notification type string.
2014-02-04 Gunnar BeutnerMerge branch 'feature/ido-reuse-ids-5565' into next
2014-02-04 Gunnar BeutnerRe-use IDs where possible.
2014-02-04 Gunnar BeutnerMove the ClearConfigTables function into the DbConnecti...
2014-01-29 Michael FriedrichDB IDO: Implement notification object insert id cache.
2014-01-28 Michael FriedrichDB IDO: Refactor notification signal handling.
2014-01-28 Gunnar BeutnerIncrementally fetch MySQL/PGsql rows.
2014-01-15 Johannes MeyerFix hostcheck state conversion of the statusdatawriter
2014-01-14 Michael FriedrichCompat: Do not dump empty strings into objects.cache.
2014-01-09 Michael FriedrichFix formatting of execution_time, latency.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Michael FriedrichMerge branch 'fix/livestatus-hist-tables-5351' into...
2013-12-18 Michael FriedrichLivestatus: Call addRowFn directly in UpdateLogEntries().
2013-12-18 Michael FriedrichLivestatus: Move log entry parsing into FetchRows().
2013-12-18 Michael FriedrichLivestatus: Use HistoryTable for log/statehist tables.
2013-12-18 Gunnar BeutnerImplement "safe mode" for icinga::Deserialize.
2013-12-17 Michael FriedrichMerge branch 'fix/refactor-hist-tables-5351' into next
2013-12-17 Michael FriedrichFix some more compiler warnings.
2013-12-17 Michael FriedrichLivestatus: Refactor historical tables.
2013-12-17 Johannes MeyerFix that triggered_by field is not of type int in a...
2013-12-17 Gunnar BeutnerUse CompatUtility::GetCommandLine in StatusDataWriter...
2013-12-17 Gunnar BeutnerMerge branch 'feature/compiler-warnings-5349' into...
2013-12-17 Gunnar BeutnerFix compiler warnings in the CompatLogger class.
2013-12-16 Johannes MeyerFix aggregation of the type and is_service livestatus...
2013-12-16 Johannes MeyerFix deadlock when querying comments or downtimes throug...
2013-12-13 Michael FriedrichCompat: Fix commands in objects.cache file.
2013-12-13 Michael FriedrichImprove StatusDataWriter performance.
2013-12-13 Johannes MeyerMerge branch 'fix/column-headers-in-json-output-5317...
2013-12-13 Johannes MeyerFix that the "ColumnHeaders" option has no effect for...
2013-12-13 Michael FriedrichRefactor CompatUtility::* for DB IDO, Livestatus, Statu...
2013-12-12 Michael FriedrichFix crash while reading livestatus query.
2013-12-12 Johannes MeyerFix livestatus keepalive handling
2013-12-11 Michael FriedrichCompat: Don't dump empty CV keys.
2013-12-11 Michael FriedrichLivestatus: Fix check_command_expanded column.
2013-12-09 Gunnar BeutnerJust write objects.cache file once.
2013-12-09 Gunnar BeutnerImprove error messages for the check result reader.
2013-12-06 Gunnar BeutnerImplement scheduled downtimes.
2013-12-05 Gunnar BeutnerMake status.dat/objects.cache interval configurable.
2013-12-02 Gunnar BeutnerAdd context information to PerfdataWriter::CheckResultH...
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-28 Gunnar BeutnerFix initial check schedule.
2013-11-28 Gunnar BeutnerFix deadlock when rescheduling checks.
2013-11-28 Gunnar BeutnerMerge branch 'feature/fix-ido-queries-5235' into next
2013-11-28 Gunnar BeutnerImprove IDO query performance.
2013-11-28 Gunnar BeutnerMake sure IDO reconnect attempts don't recurse.
2013-11-22 Gunnar BeutnerAvoid unnecessary updates for the is_active column.
2013-11-22 Gunnar BeutnerImplement file type flags for Utility::Glob.
2013-11-21 Gunnar BeutnerImprove latency after start-up.
2013-11-21 Gunnar BeutnerRemove redundant checks.
2013-11-21 Gunnar BeutnerMerge branch 'feature/log-context-5085' into next
next