1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: don't use Flux as influxdb query lang (discouraged by maintainers, future will remove support)

This commit is contained in:
oddlama 2023-07-06 15:45:07 +02:00
parent fa5e23af22
commit 861257933b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -110,7 +110,6 @@ in {
url = "https://${sentinelCfg.networking.providedDomains.influxdb}"; url = "https://${sentinelCfg.networking.providedDomains.influxdb}";
orgId = 1; orgId = 1;
secureJsonData.token = "$__file{${config.age.secrets.grafana-influxdb-token.path}}"; secureJsonData.token = "$__file{${config.age.secrets.grafana-influxdb-token.path}}";
jsonData.version = "Flux";
jsonData.organization = "servers"; jsonData.organization = "servers";
jsonData.defaultBucket = "telegraf"; jsonData.defaultBucket = "telegraf";
} }