Commit 0fbdacc5 authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: use monitoring stack for new promises

parent f8507b72
......@@ -15,7 +15,7 @@
[instance-profile]
filename = instance.cfg.in
md5sum = 8abfd8ce01c375257e94f64824478f5c
md5sum = 53dc6a0bf8376436dcb5c0dc08e722de
[influxdb-config-file]
filename = influxdb-config-file.cfg.in
......
......@@ -79,10 +79,10 @@ module = check_port_listening
name = ${:_buildout_section_name_}.py
[check-url-available-promise]
recipe = slapos.cookbook:check_url_available
path = ${directory:promise}/${:_buildout_section_name_}
dash_path = {{ dash_bin }}
curl_path = {{ curl_bin }}
<= monitor-promise-base
module = check_url_available
name = ${:_buildout_section_name_}.py
config-url = ${:url}
[influxdb]
ipv6 = ${instance-parameter:ipv6-random}
......
......@@ -6,8 +6,6 @@ extends =
../../component/make/buildout.cfg
../../component/golang/buildout.cfg
../../component/openssl/buildout.cfg
../../component/curl/buildout.cfg
../../component/dash/buildout.cfg
buildout.hash.cfg
gowork.cfg
......@@ -153,11 +151,7 @@ context =
key grafana_homepath gowork:grafana-homepath
key loki_bin gowork:loki-bin
key promtail_bin gowork:promtail-bin
key curl_bin :curl-bin
key dash_bin :dash-bin
key monitor_template monitor2-template:rendered
curl-bin = ${curl:location}/bin/curl
dash-bin = ${dash:location}/bin/dash
[versions]
slapos.recipe.template = 4.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment