Skip to content

When poller first runs, time since last run produces an error #4254

@jmrcpn

Description

@jmrcpn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourresolvedA fixed issue

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions