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;
|
||||
}
|
||||
|
||||
protected $table = 'services';
|
||||
|
||||
protected $available_columns = array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
|
|
Loading…
Reference in New Issue