fix: Matrix alert macro not interpolated in zabbix-matrix.yml #57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In
ansible/roles/k8s-zabbix/tasks/zabbix-matrix.yml, the username macro is missing the$prefix and Jinja2 braces:This sends a literal string to the Zabbix API instead of the variable value.
Fix
Replace with the correct Ansible variable interpolation: