mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
monitoring: Fix query class names not matching the file name
This commit is contained in:
parent
7abc5778ea
commit
9ea3f73e83
@ -9,7 +9,7 @@ use Icinga\Data\Filter\Filter;
|
|||||||
/**
|
/**
|
||||||
* Query for event history records
|
* Query for event history records
|
||||||
*/
|
*/
|
||||||
class EventHistoryQuery extends IdoQuery
|
class EventhistoryQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
@ -8,7 +8,7 @@ use Zend_Db_Select;
|
|||||||
/**
|
/**
|
||||||
* Query for host and service group summaries
|
* Query for host and service group summaries
|
||||||
*/
|
*/
|
||||||
class GroupSummaryQuery extends IdoQuery
|
class GroupsummaryQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
@ -10,7 +10,7 @@ use Icinga\Data\Filter\Filter;
|
|||||||
/**
|
/**
|
||||||
* Query for host and service status summary
|
* Query for host and service status summary
|
||||||
*/
|
*/
|
||||||
class StatusSummaryQuery extends IdoQuery
|
class StatussummaryQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user