mirror of
https://github.com/Bryanthelol/namekoplus
synced 2025-01-19 07:16:29 +08:00
fix: update method of start_grafana
This commit is contained in:
parent
e19884b1c0
commit
0a2a382a35
@ -136,7 +136,7 @@ def start_grafana():
|
|||||||
grafana_conf_dir = os.path.join(get_directory('chassis-agent'), 'metric-configs')
|
grafana_conf_dir = os.path.join(get_directory('chassis-agent'), 'metric-configs')
|
||||||
grafana_provisioning_path = os.path.join(grafana_conf_dir, 'grafana_conf/provisioning')
|
grafana_provisioning_path = os.path.join(grafana_conf_dir, 'grafana_conf/provisioning')
|
||||||
grafana_config_path = os.path.join(grafana_conf_dir, 'grafana_conf/config/grafana.ini')
|
grafana_config_path = os.path.join(grafana_conf_dir, 'grafana_conf/config/grafana.ini')
|
||||||
grafana_dashboard_path = os.path.join('.', 'grafana_dashboards')
|
grafana_dashboard_path = os.path.join(os.getcwd(), 'grafana_dashboards')
|
||||||
returned_string = docker.run(image='grafana/grafana:latest', name='grafana', hostname='grafana',
|
returned_string = docker.run(image='grafana/grafana:latest', name='grafana', hostname='grafana',
|
||||||
detach=True, restart='always', tty=True, interactive=True,
|
detach=True, restart='always', tty=True, interactive=True,
|
||||||
publish=[(3100, 3000)], pull='missing',
|
publish=[(3100, 3000)], pull='missing',
|
||||||
|
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='namekoplus',
|
name='namekoplus',
|
||||||
version='0.4.11',
|
version='0.4.12',
|
||||||
description='A lightweight Python distributed microservice solution',
|
description='A lightweight Python distributed microservice solution',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user