remove zabbix_proxy_installed
This commit is contained in:
parent
aa24913b6a
commit
d24d219569
2 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
|
||||
zabbix_proxy_installed: 'false' # set to false the first time you deploy proxy, then to true once it is deployed. NOT NEEDED ANYMORE?
|
||||
|
||||
#main
|
||||
zabbix_version: '7.0'
|
||||
zabbix_agent: 'true' # set to true if you want to deploy it.
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
target: /usr/share/zabbix-sql-scripts/mysql/proxy.sql
|
||||
when: "'ERROR' in zabbixproxy_installed.stderr"
|
||||
# ERROR 1146 means the table doesn't exist
|
||||
# when: zabbix_proxy_installed == 'false' NOT NEEDED ANYMORE?
|
||||
notify:
|
||||
- restart zabbix_server
|
||||
tags: proxy
|
||||
|
|
Loading…
Reference in a new issue