From 64940198beb1797fd2de0d2fead4263aefe2f289 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 15 Oct 2014 11:18:16 +0200 Subject: [PATCH] Fix AlertSummary report cannot find EventHistory dataview We should start to think about how to prevent such issues ;) --- .../application/controllers/AlertsummaryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/application/controllers/AlertsummaryController.php b/modules/monitoring/application/controllers/AlertsummaryController.php index 8aeb27c76..4f6ced349 100644 --- a/modules/monitoring/application/controllers/AlertsummaryController.php +++ b/modules/monitoring/application/controllers/AlertsummaryController.php @@ -275,7 +275,7 @@ class Monitoring_AlertsummaryController extends Controller $interval = $this->getInterval(); $query = $this->backend->select()->from( - 'eventhistory', + 'EventHistory', array( 'host_name', 'service_description',