Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

rewrite icinga2* resources #321

@vkhatri

Description

@vkhatri

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions