mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-03 03:54:25 +02:00
parent
95cb6dea4b
commit
486fbd599b
@ -193,6 +193,14 @@ SQL;
|
||||
*/
|
||||
protected function joinBaseTables()
|
||||
{
|
||||
if (version_compare($this->getIdoVersion(), '1.10.0', '<')) {
|
||||
$this->columnMap['hoststatus']['host_check_source'] = '(NULL)';
|
||||
}
|
||||
|
||||
if (version_compare($this->getIdoVersion(), '1.13.0', '<')) {
|
||||
$this->columnMap['hoststatus']['host_is_reachable'] = '(NULL)';
|
||||
}
|
||||
|
||||
$this->select->from(
|
||||
array('h' => $this->prefix . 'hosts'),
|
||||
array()
|
||||
|
Loading…
x
Reference in New Issue
Block a user