🔧 Fix influxdb org
Unsure why this differs from the previous value, but this is the organization name actually used by the running database. Output from the container: 2023-01-11T19:22:41Z E! [outputs.influxdb_v2] Failed to write metric to system_metrics (will be dropped: 404 Not Found): not found: organization name "Netz39" not found
This commit is contained in:
parent
366ef720af
commit
f4c4a42edc
1 changed files with 1 additions and 1 deletions
|
@ -59,4 +59,4 @@ dyndns_domain: "dyndns.n39.eu"
|
|||
dyndns_password: "{{ vault_dyndns_password }}"
|
||||
|
||||
# Shared influxdb items
|
||||
influxdb_org: "Netz39"
|
||||
influxdb_org: "netz39"
|
||||
|
|
Loading…
Reference in a new issue