updated zabbix state
This commit is contained in:
parent
bdab8c59fb
commit
912a2dae1b
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{%- from "zabbix/map.jinja" import zabbix with context %}
|
{%- from "zabbix/map.jinja" import zabbix with context %}
|
||||||
zabbix-agent-pkgs:
|
zabbix-agent-pkgs:
|
||||||
pkg.latest:
|
pkg.installed:
|
||||||
- pkgs: {{ zabbix.agent.pkgs }}
|
- pkgs: {{ zabbix.agent.pkgs }}
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: zabbix-agent-service
|
- service: zabbix-agent-service
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
{%- from "zabbix/map.jinja" import zabbix with context %}
|
{%- from "zabbix/map.jinja" import zabbix with context %}
|
||||||
zabbix-server-pkgs:
|
zabbix-server-pkgs:
|
||||||
pkg.latest:
|
pkg.installed:
|
||||||
- pkgs: {{ zabbix.server.pkgs }}
|
- pkgs: {{ zabbix.server.pkgs }}
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: zabbix-server-service
|
- service: zabbix-server-service
|
||||||
|
Loading…
Reference in New Issue
Block a user