fixed telegraf

This commit is contained in:
John Lancaster
2025-06-19 13:54:06 -05:00
parent ba912d0562
commit 4466e39a55
2 changed files with 58 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }:
let
influxURL = "http://panoptes.john-stream.com:8086";
influxURL = "https://influxdb.john-stream.com";
organization = "homelab";
bucket = "docker";
token = "${builtins.readFile config.sops.secrets."telegraf_influx_token".path}";
@@ -41,7 +41,6 @@ in
container_name_include = [];
timeout = "5s";
perdevice_include = ["cpu" "blkio" "network"];
total = false;
docker_label_include = [];
};
};