Hi,

The lastHourAgg should be the hour before last. But for some reason it is 1 hour after that.
Do you know when this started?

Thi fix the issue you need to update the "lastHourAgg" .

Please run the following commands:

service ovirt-engine-dwhd stop


su postgres -c 'psql -d ovirt_engine_history -c " UPDATE history_configuration set var_datetime = var_datetime - interval '24 hour' WHERE var_name = 'lastHourAggr' "';
su postgres -c 'psql -d ovirt_engine_history -c " UPDATE history_configuration set var_datetime = var_datetime - interval '1 day' WHERE var_name = 'lastDayAggr' "';

service ovirt-engine-dwhd start



Best,
--

SHIRLY RADCO

BI SENIOR SOFTWARE ENGINEER

Red Hat Israel



On Tue, Jan 22, 2019 at 10:15 AM <melnyksergii@gmail.com> wrote:
Dears,
Could you answer how can I fix my problem?
Thanks
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/VQ6MWBWX2NAR7MEH4KCK3AO4TAHK3A46/