monitoring: Fix controller function fetchHostStats()

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 15:50:11 +02:00
parent d4a884b233
commit 6c07a4842b

View File

@ -80,12 +80,9 @@ class Monitoring_ShowController extends Controller
protected function fetchHostStats()
{
$this->view->stats = $this->backend->select()->from('statusSummary', array(
$this->view->stats = $this->backend->select()->from('servicestatussummary', array(
'services_total',
'services_ok',
'services_problem',
'services_problem_handled',
'services_problem_unhandled',
'services_critical',
'services_critical_unhandled',
'services_critical_handled',