Commit 5bb57502 authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: fix influxdb & grafana logs swapped

parent fd342cdc
...@@ -19,7 +19,7 @@ md5sum = 32c772c593d2c3c38c26186b91b78cf8 ...@@ -19,7 +19,7 @@ md5sum = 32c772c593d2c3c38c26186b91b78cf8
[instance-default] [instance-default]
filename = instance-default.cfg.in filename = instance-default.cfg.in
md5sum = b4330fbe0c9c3631f4f477c06d3460b3 md5sum = 86e379ac6ba789d65369ca1e0d4dfa3f
[instance-agent] [instance-agent]
filename = instance-agent.cfg.in filename = instance-agent.cfg.in
......
...@@ -637,7 +637,7 @@ init = ...@@ -637,7 +637,7 @@ init =
"type": "system", "type": "system",
"partitions": [ "partitions": [
{ {
"name": "grafana", "name": "influxdb",
"static-tags": { "static-tags": {
"partition_reference": slap_connection['partition-id'], "partition_reference": slap_connection['partition-id'],
}, },
...@@ -646,7 +646,7 @@ init = ...@@ -646,7 +646,7 @@ init =
] ]
}, },
{ {
"name": "influxdb", "name": "grafana",
"static-tags": { "static-tags": {
"partition_reference": slap_connection['partition-id'], "partition_reference": slap_connection['partition-id'],
}, },
......
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