cosmostat has working drive health dashboard
This commit is contained in:
@ -57,6 +57,8 @@ REAL_API_KEY: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters,di
|
||||
# dashboard vars
|
||||
service_control_web_folder: "{{ service_folder }}/web"
|
||||
service_control_docker_folder: "{{ service_folder }}/docker"
|
||||
service_control_vizz_folder: "{{ service_folder }}/vizz"
|
||||
mcvizz_web_port: "81"
|
||||
public_dashboard: true
|
||||
custom_port: "80"
|
||||
web_src: "/web"
|
||||
@ -83,4 +85,5 @@ local_api_address: "http://{{ cosmostat_server_ip }}:{{ custom_api_port }}/"
|
||||
cosmostat_server_reporter: true
|
||||
# setting this to false for default install
|
||||
disable_local_dashboard: false
|
||||
update_pipeline: false
|
||||
...
|
||||
Reference in New Issue
Block a user