]> granicus.if.org Git - icinga2/history - lib/db_ido
Fix incorrect field name
[icinga2] / lib / db_ido /
2014-11-04 Michael FriedrichDB IDO: Dump custom attributes as json encoded arrays...
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-11-02 Gunnar BeutnerImplement support for arrays in custom variables
2014-10-20 Gunnar BeutnerUpdate some more log messages
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-17 Gunnar BeutnerImplement support for C/C++ comments in the TI compiler
2014-10-16 Michael FriedrichDB IDO: Add program_version column to programstatus...
2014-09-02 Gunnar BeutnerFix build problems with Oracle Solaris Studio
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-08-15 Michael FriedrichDB IDO: Fix failover_timeout config validator
2014-08-15 Michael FriedrichMerge branch 'feature/ido-ha-6827'
2014-08-15 Michael FriedrichDB IDO: Add failover_timeout attribute
2014-08-15 Michael FriedrichDB IDO: Delay connection in HA RunOnce mode
2014-08-15 Michael FriedrichDB IDO: Add 'enable_ha' configuration flag
2014-07-16 Gunnar BeutnerFix duplicate rows in icinga_objects
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libdb_ido.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerFix compiler warnings.
2014-05-22 Michael FriedrichMove more log messages to 'notice' severity.
2014-05-22 Gunnar BeutnerFix compiler warnings.
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-10 Michael FriedrichMerge branch 'feature/is-reachable-6094' into next
2014-05-10 Michael FriedrichDB IDO: Add 'is_reachable' column to {host,service...
2014-05-10 Michael FriedrichMerge branch 'fix/db-ido-enable-signals-6151' into...
2014-05-10 Michael FriedrichDB IDO: Add Enable* db events.
2014-05-09 Gunnar BeutnerImplement HA for IDO connections.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-05-03 Michael FriedrichAdd debug log entries for dependencies.
2014-05-03 Michael FriedrichImplement CompatUtility::GetCheckableCommandArgs()...
2014-05-02 Michael FriedrichMerge branch 'feature/db-ido-update-events-6051' into...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'scheduled_downtime_d...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'last_notification...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'is_flapping' on...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service state 'next_check' on NextC...
2014-05-02 Michael FriedrichDB IDO: Update Host/Service status on Acknowledgement...
2014-04-24 Michael FriedrichAdd {Host,Service}Group attributes: notes, notes_url...
2014-04-23 Gunnar BeutnerFix duplicate service contacts.
2014-04-23 Michael FriedrichFix headers.
2014-04-23 Michael FriedrichRevert "Add group apply (creates object only once and...
2014-04-23 Michael FriedrichDB IDO: Add missing dependency attributes.
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 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 Michael FriedrichMerge branch 'feature/cv-mod-attr-5956' into next
2014-04-16 Michael FriedrichFix custom var override.
2014-04-16 Michael FriedrichAdd modified attributes for vars dictionary.
2014-04-15 Michael FriedrichAdd group apply (creates object only once and sets...
2014-04-09 Gunnar BeutnerAvoid unnecessary copies for DynamicType::GetObjects.
2014-04-09 Gunnar BeutnerRename the notification attributes.
2014-04-08 Gunnar BeutnerUpdate components to use the new address fields.
2014-04-08 Gunnar BeutnerRename the service state constants.
2014-04-08 Gunnar BeutnerRemove the HostUnreachable state.
2014-04-06 Michael FriedrichDB IDO: Fix AddLogHistory() checkable object.
2014-04-06 Gunnar BeutnerUpdate documentation.
2014-04-04 Michael FriedrichDB IDO: Dump application and command vars.
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-28 Gunnar BeutnerRename __name and __type properties.
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 FriedrichDB IDO: Add check_source_object_id reference to endpoin...
2014-03-20 Michael FriedrichDB IDO: Add status/history references from local node...
2014-03-20 Michael FriedrichDB IDO: Use node name for local status updates.
2014-03-20 Michael FriedrichRevert "DB IDO: Add endpoint id to history tables,...
2014-03-20 Michael FriedrichFix Windows build.
2014-03-20 Michael FriedrichDB IDO: Add endpoint id to history tables, part 1.
2014-03-20 Michael FriedrichDB IDO: Set is_connected=1 on identity==node.
2014-03-20 Michael FriedrichMove cluster endpoint/jsonrpc functionality into libremote.
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-19 Michael FriedrichChange copyright header (again).
2014-03-12 Michael FriedrichFix enable_perfdata attribute in compat features.
2014-03-09 Michael FriedrichAdd comment on clearing tables on reconnect.
2014-03-09 Michael FriedrichUpdate next check before processing any result triggeri...
2014-03-08 Michael FriedrichDB IDO: Drop obsolete icinga_node column.
2014-03-06 Gunnar BeutnerClear servicedependencies table after reconnect.
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-04 Gunnar BeutnerFix builds on Debian wheezy.
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-31 Gunnar BeutnerFix duplicate object IDs for command objects.
2014-01-29 Michael FriedrichDB IDO: Implement notification object insert id cache.
2014-01-28 Michael FriedrichDB IDO: Fix the way notification_id is handled.
2014-01-28 Michael FriedrichDB IDO: Refactor notification signal handling.
next