mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
fcd9315263
commit
f73e6d9225
@ -319,11 +319,11 @@ $dashboard->add(
|
|||||||
'monitoring/list/eventhistory?timestamp>=-3%20days&type=notify&sort=timestamp&dir=desc&limit=8'
|
'monitoring/list/eventhistory?timestamp>=-3%20days&type=notify&sort=timestamp&dir=desc&limit=8'
|
||||||
);
|
);
|
||||||
$dashboard->add(
|
$dashboard->add(
|
||||||
$this->translate('Recent Downtimes Started'),
|
$this->translate('Downtimes Recently Started'),
|
||||||
'monitoring/list/eventhistory?timestamp>=-3%20days&type=dt_start&sort=timestamp&dir=desc&limit=8'
|
'monitoring/list/eventhistory?timestamp>=-3%20days&type=dt_start&sort=timestamp&dir=desc&limit=8'
|
||||||
);
|
);
|
||||||
$dashboard->add(
|
$dashboard->add(
|
||||||
$this->translate('Recent Downtimes Ended'),
|
$this->translate('Downtimes Recently Ended'),
|
||||||
'monitoring/list/eventhistory?timestamp>=-3%20days&type=dt_end&sort=timestamp&dir=desc&limit=8'
|
'monitoring/list/eventhistory?timestamp>=-3%20days&type=dt_end&sort=timestamp&dir=desc&limit=8'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user