]> granicus.if.org Git - icinga2/history - components/livestatus/servicestable.cpp
Use legacy attribute getters in interfaces.
[icinga2] / components / livestatus / servicestable.cpp
2014-04-17 Michael FriedrichUse legacy attribute getters in interfaces.
2014-04-08 Gunnar BeutnerImplement attributes for some well-known macros and...
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
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-19 Michael FriedrichChange copyright header (again).
2014-03-12 Michael FriedrichFix enable_perfdata attribute in compat features.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-13 Michael FriedrichRefactor CompatUtility::* for DB IDO, Livestatus, Statu...
2013-12-11 Michael FriedrichLivestatus: Fix check_command_expanded column.
2013-11-12 Gunnar BeutnerMerge remote-tracking branch 'origin/feature/release...
2013-11-11 Michael FriedrichFix CompatUtility::{ConvertTimestamp,GetCheckResultOutp...
2013-11-11 Gunnar BeutnerFix LivestatusListener config object.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerRefactor the Service::Is{Comment,Downtime}* methods.
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-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-10-31 Michael FriedrichMerge branch 'fix/compat-util-4735' into next
2013-10-31 Michael FriedrichCompatUtility: Use functionality in compat/ido/livestatus.
2013-10-31 Michael FriedrichMerge branch 'feature/livestatus-log-table-4433' into...
2013-10-31 Michael FriedrichLivestatus: Add log table.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-16 Gunnar Beutnerlivestatus: Implement support for modified_attributes.
2013-10-03 Michael FriedrichFix compiler warnings (wip)
2013-10-02 Michael Friedrichcompat: Add more host attributes, refactor contacts...
2013-10-01 Michael Friedrichcompatutility: Use User(Group) Ptr, not name.
2013-10-01 Michael Friedrichcompatutility: Add contact(group) getters.
2013-09-25 Gunnar BeutnerRefactor the livestatus library.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-10 Gunnar Beutnerlivestatus: Fix macro priority.
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-07-30 Michael Friedrichbuild fix on debian squeeze
2013-07-22 Gunnar BeutnerYet another build fix.
2013-07-19 Michael Friedrichlivestatus: add host/service staleness indicator
2013-07-19 Michael Friedrichlivestatus: more attributes
2013-07-18 Michael Friedrichlivestatus: add last_time_* to host and service table
2013-07-18 Michael Friedrichlivestatus: add current_notification_number to host...
2013-07-16 Michael Friedrichlivestatus: add more service table attributes (90%...
2013-07-12 Michael Friedrichlivestatus: use Empty instead of Value()
2013-07-11 Michael Friedrichlivestatus: fix check_type (0..active, 1..passive)
2013-07-11 Michael Friedrichlivestatus: time values must be integer seconds
2013-07-11 Gunnar BeutnerFix invalid function call.
2013-07-10 Michael Friedrichlivestatus: more fixes on joins, ptrs
2013-07-10 Michael Friedrichlivestatus: use generic Value() as row accessor instead...
2013-07-09 Michael Friedrichlivestatus: add contact*, status, service table attributes
2013-07-09 Gunnar BeutnerMerge remote-tracking branch 'origin/master'
2013-07-08 Michael Friedrichlivestatus: add service table accessors
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerCleaned up #includes (Part 1).
2013-03-10 Gunnar BeutnerImplement some more tables.