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

revert: back to flux for grafana and influxdb, influxql is not supported properly. Guess we'll have some work to do on influxdb v3 then.

This commit is contained in:
oddlama 2023-07-06 22:36:29 +02:00
parent e521a68e87
commit 94cce37bc4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

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