centreon / centreon-broker

A full-featured monitoring event broker, compatible with MySQL, RRDtool, Graphite and more
Apache License 2.0
37 stars 15 forks source link

fix(bam): when a new ba is created, start_time is correctly initialized. #619

Closed bouda1 closed 3 years ago

bouda1 commented 3 years ago

Description

New BA with new KPI have their start time badly initialized. This patch fixes this issue.

REFS: MON-7405

Type of change