mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
Livestatus\StatusQuery: remove obsolete method
This commit is contained in:
parent
6d362b0606
commit
1a4bf609a2
@ -33,6 +33,7 @@ class StatusQuery extends Query
|
|||||||
|
|
||||||
protected $table = 'services';
|
protected $table = 'services';
|
||||||
|
|
||||||
|
|
||||||
protected $available_columns = array(
|
protected $available_columns = array(
|
||||||
'host_name',
|
'host_name',
|
||||||
'host_display_name',
|
'host_display_name',
|
||||||
@ -67,9 +68,4 @@ class StatusQuery extends Query
|
|||||||
'comments_with_info',
|
'comments_with_info',
|
||||||
'downtimes_with_info',
|
'downtimes_with_info',
|
||||||
);
|
);
|
||||||
|
|
||||||
protected function createQuery()
|
|
||||||
{
|
|
||||||
return $this->connection->getConnection()->select()->from('services', $this->available_columns);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user