mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
Livestatus\StatusQuery: should know about it's table
This commit is contained in:
parent
6bf0ca216a
commit
6d362b0606
@ -31,6 +31,8 @@ class StatusQuery extends Query
|
|||||||
$this->mode = $mode;
|
$this->mode = $mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected $table = 'services';
|
||||||
|
|
||||||
protected $available_columns = array(
|
protected $available_columns = array(
|
||||||
'host_name',
|
'host_name',
|
||||||
'host_display_name',
|
'host_display_name',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user