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
1 changed files with 1 additions and 1 deletions

View File

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