]> granicus.if.org Git - icinga2/commit
livestatus: implement avg,min,max,std,invsum,invavg stats aggregators
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 12 Jul 2013 10:07:32 +0000 (12:07 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 12 Jul 2013 10:07:32 +0000 (12:07 +0200)
commitcfb3c9cf9f4a23c09c75fcdd3df1bebdc2713ab2
tree81fadce20667a3624c8d98974712d5f802272834
parent2a3b41f948c09ccfc3cd689b2e4aeb95b47a05b7
livestatus: implement avg,min,max,std,invsum,invavg stats aggregators

fixes #4398
16 files changed:
components/livestatus/Makefile.am
components/livestatus/avgaggregator.cpp [new file with mode: 0644]
components/livestatus/avgaggregator.h [new file with mode: 0644]
components/livestatus/invavgaggregator.cpp [new file with mode: 0644]
components/livestatus/invavgaggregator.h [new file with mode: 0644]
components/livestatus/invsumaggregator.cpp [new file with mode: 0644]
components/livestatus/invsumaggregator.h [new file with mode: 0644]
components/livestatus/livestatus.vcxproj
components/livestatus/livestatus.vcxproj.filters
components/livestatus/maxaggregator.cpp [new file with mode: 0644]
components/livestatus/maxaggregator.h [new file with mode: 0644]
components/livestatus/minaggregator.cpp [new file with mode: 0644]
components/livestatus/minaggregator.h [new file with mode: 0644]
components/livestatus/query.cpp
components/livestatus/stdaggregator.cpp [new file with mode: 0644]
components/livestatus/stdaggregator.h [new file with mode: 0644]