fixed telegraf
This commit is contained in:
@@ -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 = [];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user