Hi,
I'm so happy you managed to get it working for you.
I'm aware of the ansible version issue and the Openshift team is working to fix it.
Currently ansible 2.5.5 and 2.5.6 seem to be working ok.
Yes. You can add to the /etc/ovirt-engine-metrics/config.yml
collectd_interval: 20
(The default is 10 seconds)
And rerun the /usr/share/ovirt-engine-metrics/setup/ansible/configure_ovirt_machines_for_metrics.sh
This will update the collection interval on all your machines.
In addition, If there are metrics you do not wish to collect you can update the collectd config files in
/usr/share/ansible/roles/oVirt.metrics/roles/oVirt.ovirt-collectd/ovirt-host/templates/
and
/usr/share/ansible/roles/oVirt.metrics/roles/oVirt.ovirt-collectd/ovirt-engine/templates/
and rerun the /usr/share/ovirt-engine-metrics/setup/ansible/configure_ovirt_machines_for_metrics.sh
We would like to add aggregations in the future for long term storage.
Currently we set the curator to save 3 days of metrics data. since metrics consume lots of disk space.
Logs are kept for a month by default.
After that the curator deletes the old indexes.
You can update the curator but that will affect the disk size you will need.
This is the documentation for curator update and general info about curator:
I hope this will help you.
Best regards,