You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Currently, each defined resource iterates over all icinga2 resources to format the final template file objects. It causes slowness for the larger objects/resources.
Currently, each defined resource iterates over all icinga2 resources to format the final template file objects. It causes slowness for the larger objects/resources.
A possible solution is to modify https://github.com/Icinga/chef-icinga2/blob/master/libraries/provider_instance.rb#L26 to prevent resources iteration for each defined resource.
Also, it is worth considering Chef LWRP resources too. But, not sure how it will affect the template/zone/object formation.
The text was updated successfully, but these errors were encountered: