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:
parent
fa5e23af22
commit
861257933b
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue