mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +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();
|
$interval = $this->getInterval();
|
||||||
|
|
||||||
$query = $this->backend->select()->from(
|
$query = $this->backend->select()->from(
|
||||||
'eventhistory',
|
'EventHistory',
|
||||||
array(
|
array(
|
||||||
'host_name',
|
'host_name',
|
||||||
'service_description',
|
'service_description',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user