Fix AlertSummary report cannot find EventHistory dataview
We should start to think about how to prevent such issues ;)
This commit is contained in:
parent
937dbe2c15
commit
64940198be
|
@ -275,7 +275,7 @@ class Monitoring_AlertsummaryController extends Controller
|
|||
$interval = $this->getInterval();
|
||||
|
||||
$query = $this->backend->select()->from(
|
||||
'eventhistory',
|
||||
'EventHistory',
|
||||
array(
|
||||
'host_name',
|
||||
'service_description',
|
||||
|
|
Loading…
Reference in New Issue