updated zabbix state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-09-28 14:36:12 +02:00
parent 632ed84f5d
commit 0dad5294c7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ include:
## for upgrade
zabbix-agent-service:
service.stopped:
service.dead:
- name: zabbix-agent
- enable: false
{% endif %}

View File

@ -1,4 +1,4 @@
{%- from "zabbix/map.jinja" import zabbix with context -%}
{%- for userparameter in zabbix.agent.userparameters %}
{%- for userparameter in zabbix.agent2.userparameters %}
UserParameter={{ userparameter }}
{%- endfor %}