try to vanilla a bit scripts deployment
This commit is contained in:
parent
5737917479
commit
8aaddb6257
1 changed files with 8 additions and 5 deletions
|
@ -46,9 +46,6 @@ zabbix_server_queries_slow: '3000'
|
|||
zabbix_cachesize: '8M'
|
||||
|
||||
#Zabbix Client
|
||||
zabbix_agent_params:
|
||||
- name: "container"
|
||||
|
||||
zabbix_web_listen: '8080'
|
||||
zabbix_web_servername: 'example.com'
|
||||
|
||||
|
@ -65,10 +62,16 @@ zabbix_agent_pkg:
|
|||
- zabbix-sender
|
||||
|
||||
#Zabbix Scripts
|
||||
zabbix_agent_params: # this deploys userparameters
|
||||
- name: "container" # this one is useful for LXC containers
|
||||
|
||||
zabbix_scripts_deploy: 'false'
|
||||
zabbix_scripts_repo: 'https://git.disroot.org/Disroot/zabbix-scripts.git'
|
||||
zabbix_scripts_repo: '' # add your script repo address here
|
||||
zabbix_scripts_dir: '/usr/local/bin/zabbix-scripts'
|
||||
zabbix_scripts_version: 'master'
|
||||
zabbix_scripts_version: 'main'
|
||||
#zabbix_scripts_config_items: # Uncomment those if you want to add more config items from your scripts
|
||||
# - key: ''
|
||||
# value: ''
|
||||
|
||||
#Zabbix Proxy
|
||||
zabbix_proxy_pkg:
|
||||
|
|
Loading…
Reference in a new issue