We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you deploy a new Zabbix instance en manage_resources is set to true, you lose idempotency and every run this is displayed:
manage_resources
Notice: /Stage[main]/Zabbix::Resources::Web/Zabbix_userparameters[<FQDN_PROXY>_<NAME_PROXY_Zabbix_Proxy]/ensure: created
This is because the template is named Zabbix Proxy and in the code the old template name is hard-coded:
Zabbix Proxy
puppet-zabbix/manifests/proxy.pp
Line 349 in a122643
There also seems to be a parameter zbx_templates in the proxy.pp class which is not used.
zbx_templates
Is this being fixed? Or do you wan't a PR?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When you deploy a new Zabbix instance en
manage_resources
is set to true, you lose idempotency and every run this is displayed:This is because the template is named
Zabbix Proxy
and in the code the old template name is hard-coded:puppet-zabbix/manifests/proxy.pp
Line 349 in a122643
There also seems to be a parameter
zbx_templates
in the proxy.pp class which is not used.Is this being fixed? Or do you wan't a PR?
The text was updated successfully, but these errors were encountered: