Livestatus\StatusQuery: should know about it's table

This commit is contained in:
Thomas Gelf 2014-11-16 16:36:47 +01:00
parent 6bf0ca216a
commit 6d362b0606
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class StatusQuery extends Query
$this->mode = $mode;
}
protected $table = 'services';
protected $available_columns = array(
'host_name',
'host_display_name',