-
I have some interrogations about how i could change how many times metrics are refresh and inventories as well, because i have a huge park to manage with a lot a technologies. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Crankz31 the refresh schedule is controlled by the NOTE the refresh_interval is a fallback and if your provider type has an event catcher we will do a small targeted refresh based on the event that happened. Events are processed as they happen they aren't scheduled so that is only on or off. Metrics frequency can be controlled by the |
Beta Was this translation helpful? Give feedback.
Hi @Crankz31 the refresh schedule is controlled by the
refresh_interval
setting (https://github.com/ManageIQ/manageiq/blob/master/config/settings.yml#L120) This is usually overridden by each provider type, so for example vsphere is here: https://github.com/ManageIQ/manageiq-providers-vmware/blob/master/config/settings.yml#L21NOTE the refresh_interval is a fallback and if your provider type has an event catcher we will do a small targeted refresh based on the event that happened.
Events are processed as they happen they aren't scheduled so that is only on or off.
Metrics frequency can be controlled by the
performance_collection_interval
setting here: https://github.com/ManageIQ/manageiq/b…