Describe the bug
poller.php line 328
Variable poller_seconds_sincerun is set incorrectly to 'never' and "round" function
complain about it,
php report then report poller "crash"
Caution, this show-up using php-8.0.5
Problem locally fixed with fix
poller_seconds_sincerun = '0';
To Reproduce
Problem show up only on a brand new installation
(poller_lastrun not set)
Expected behavior
Graph display updated with "fresh" data.