mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
23de93e400
commit
f6d16bb7d6
@ -28,7 +28,7 @@ namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||
/**
|
||||
* Query program status out of database
|
||||
*/
|
||||
class ProgramstatusQuery extends AbstractQuery
|
||||
class ProgramstatusQuery extends IdoQuery
|
||||
{
|
||||
protected $columnMap = array(
|
||||
'programstatus' => array(
|
||||
|
@ -30,7 +30,7 @@ use \Zend_Db_Select;
|
||||
/**
|
||||
* Query check summaries out of database
|
||||
*/
|
||||
class RuntimesummaryQuery extends AbstractQuery
|
||||
class RuntimesummaryQuery extends IdoQuery
|
||||
{
|
||||
protected $columnMap = array(
|
||||
'runtimesummary' => array(
|
||||
|
@ -28,7 +28,7 @@ namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||
/**
|
||||
* Query for runtimevariables table
|
||||
*/
|
||||
class RuntimevariablesQuery extends AbstractQuery
|
||||
class RuntimevariablesQuery extends IdoQuery
|
||||
{
|
||||
protected $columnMap = array(
|
||||
'runtimevariables' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user