Skip to content

Commit

Permalink
Fix AlertSummary report cannot find EventHistory dataview
Browse files Browse the repository at this point in the history
We should start to think about how to prevent such issues ;)
  • Loading branch information
Johannes Meyer committed Oct 15, 2014
1 parent 937dbe2 commit 6494019
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,7 +275,7 @@ private function createProblemData()
$interval = $this->getInterval();

$query = $this->backend->select()->from(
'eventhistory',
'EventHistory',
array(
'host_name',
'service_description',
Expand Down

0 comments on commit 6494019

Please sign in to comment.