Skip to content

How manage refresh/event/log through advanced settings #21894

Answered by agrare
Crankz31 asked this question in Q&A
Discussion options

You must be logged in to vote

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#L21

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 performance_collection_interval setting here: https://github.com/ManageIQ/manageiq/b…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Crankz31
Comment options

Answer selected by Crankz31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants