icinga2/components/livestatus
Michael Friedrich 03a830c453 livestatus: add num_hosts|services to status table
refs #4372
2013-07-18 09:48:15 +02:00
..
.gitignore Eliminate the Component class. 2013-03-12 13:45:54 +01:00
Makefile.am livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
aggregator.cpp livestatus: add basic aggregator support 2013-07-11 16:08:53 +02:00
aggregator.h livestatus: add basic aggregator support 2013-07-11 16:08:53 +02:00
andfilter.cpp livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
andfilter.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
attributefilter.cpp livestatus: fix missing object lock on array in attribute filter 2013-07-16 15:38:59 +02:00
attributefilter.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
avgaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
avgaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
column.cpp livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
column.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
combinerfilter.cpp Refactor #includes (Part 3). 2013-03-17 20:19:29 +01:00
combinerfilter.h Add DECLARE_PTR_TYPEDEFS macro for Ptr/WeakPtr typedefs. 2013-07-09 08:43:52 +02:00
commandstable.cpp livestatus: add commandstable name/line 2013-07-11 11:47:32 +02:00
commandstable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
commentstable.cpp livestatus: use Empty instead of Value() 2013-07-12 19:20:12 +02:00
commentstable.h livestatus: add parentObjectAccessor to function prototypes 2013-07-11 11:10:56 +02:00
component.cpp livestatus: remove stop function again 2013-07-12 11:04:04 +02:00
component.h livestatus: remove stop function again 2013-07-12 11:04:04 +02:00
contactgroupstable.cpp livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
contactgroupstable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
contactstable.cpp livestatus: contacts table fixes (ignore special custom attr) 2013-07-16 14:56:32 +02:00
contactstable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
countaggregator.cpp livestatus: add basic aggregator support 2013-07-11 16:08:53 +02:00
countaggregator.h livestatus: add basic aggregator support 2013-07-11 16:08:53 +02:00
downtimestable.cpp livestatus: add parentObjectAccessor to function prototypes 2013-07-11 11:10:56 +02:00
downtimestable.h livestatus: add parentObjectAccessor to function prototypes 2013-07-11 11:10:56 +02:00
filter.cpp Refactor #includes (Part 3). 2013-03-17 20:19:29 +01:00
filter.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
hostgroupstable.cpp livestatus: finish host|servicegroup table attributes 2013-07-16 13:26:16 +02:00
hostgroupstable.h livestatus: fix host/servicegroup tables 2013-07-11 12:43:27 +02:00
hoststable.cpp livestatus: fix check_command_expanded for hosts table 2013-07-17 16:38:31 +02:00
hoststable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
invavgaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
invavgaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
invsumaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
invsumaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
livestatus-type.conf Eliminate the Component class. 2013-03-12 13:45:54 +01:00
livestatus.vcxproj livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
livestatus.vcxproj.filters livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
logtable.cpp livestatus: use Empty instead of Value() 2013-07-12 19:20:12 +02:00
logtable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
maxaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
maxaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
minaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
minaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
negatefilter.cpp livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
negatefilter.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
orfilter.cpp livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
orfilter.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
query.cpp livestatus: add array delimiter based on level for csv output 2013-07-15 10:50:41 +02:00
query.h livestatus: add array delimiter based on level for csv output 2013-07-15 10:50:41 +02:00
servicegroupstable.cpp livestatus: finish host|servicegroup table attributes 2013-07-16 13:26:16 +02:00
servicegroupstable.h livestatus: fix host/servicegroup tables 2013-07-11 12:43:27 +02:00
servicestable.cpp livestatus: add more service table attributes (90% done) 2013-07-16 17:58:23 +02:00
servicestable.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
statustable.cpp livestatus: add num_hosts|services to status table 2013-07-18 09:48:15 +02:00
statustable.h livestatus: use generic Value() as row accessor instead of Object() 2013-07-10 14:11:03 +02:00
stdaggregator.cpp livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
stdaggregator.h livestatus: implement avg,min,max,std,invsum,invavg stats aggregators 2013-07-12 12:07:32 +02:00
sumaggregator.cpp livestatus: add sum aggregator, refactor Filter/Stats handling 2013-07-11 17:54:36 +02:00
sumaggregator.h livestatus: add sum aggregator, refactor Filter/Stats handling 2013-07-11 17:54:36 +02:00
table.cpp livestatus: log which table misses the column 2013-07-11 14:20:43 +02:00
table.h livestatus: more fixes on joins, ptrs 2013-07-10 16:11:40 +02:00
timeperiodstable.cpp livestatus: add timeperiods table 2013-07-11 13:03:14 +02:00
timeperiodstable.h livestatus: add timeperiods table 2013-07-11 13:03:14 +02:00