Hi,
I'm running zabbix 6.2.2 on an ubuntu 20.04 server with php7.4. When I use the 'suppress until'-functionality from the dashboard (i.e. click on problem, then update problem, then 'suppress until 1d'), a red 'Problems by severity'-box with a warning sign is shown at the top of the dashboard, with two php-errors printed in it:
Undefined index: suppress_until [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → makeSeverityTable() → getSeverityTableCell() → makeProblemsPopup() → isEventRecentlySuppressed() in include/events.inc.php:467]
Undefined index: suppress_until [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → makeSeverityTable() → getSeverityTableCell() → makeProblemsPopup() in include/blocks.inc.php:676]
Is this a bug, a configuration error or some missing dependencies in my installation? The suppress functionality seems to work as intended afterwards.
/ Erik Østlyngen
I'm running zabbix 6.2.2 on an ubuntu 20.04 server with php7.4. When I use the 'suppress until'-functionality from the dashboard (i.e. click on problem, then update problem, then 'suppress until 1d'), a red 'Problems by severity'-box with a warning sign is shown at the top of the dashboard, with two php-errors printed in it:
Undefined index: suppress_until [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → makeSeverityTable() → getSeverityTableCell() → makeProblemsPopup() → isEventRecentlySuppressed() in include/events.inc.php:467]
Undefined index: suppress_until [zabbix.php:22 → require_once() → ZBase->run() → ZBase->processRequest() → ZBase->processResponseFinal() → CView->getOutput() → include() → makeSeverityTable() → getSeverityTableCell() → makeProblemsPopup() in include/blocks.inc.php:676]
Is this a bug, a configuration error or some missing dependencies in my installation? The suppress functionality seems to work as intended afterwards.
/ Erik Østlyngen
Comment