mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
LiveStatus\StatusQuery: should be a Livestatus\Query
This commit is contained in:
parent
e89d4642e3
commit
fa20ced0c2
@ -2,11 +2,11 @@
|
|||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
|
||||||
namespace \Icinga\Module\Monitoring\Backend\Livestatus\Query;
|
namespace Icinga\Module\Monitoring\Backend\Livestatus\Query;
|
||||||
|
|
||||||
use Icinga\Data\SimpleQuery;
|
use Icinga\Protocol\Livestatus\Query;
|
||||||
|
|
||||||
class StatusQuery extends SimpleQuery implements Filterable
|
class StatusQuery extends Query
|
||||||
{
|
{
|
||||||
protected $available_columns = array(
|
protected $available_columns = array(
|
||||||
'host_name',
|
'host_name',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user