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