mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user