Fix AlertSummary report cannot find EventHistory dataview

We should start to think about how to prevent such issues ;)
This commit is contained in:
Johannes Meyer 2014-10-15 11:18:16 +02:00
parent 937dbe2c15
commit 64940198be

View File

@ -275,7 +275,7 @@ class Monitoring_AlertsummaryController extends Controller
$interval = $this->getInterval(); $interval = $this->getInterval();
$query = $this->backend->select()->from( $query = $this->backend->select()->from(
'eventhistory', 'EventHistory',
array( array(
'host_name', 'host_name',
'service_description', 'service_description',