diff --git a/systems/LoutreOS/monitoring.nix b/systems/LoutreOS/monitoring.nix index 27b721ec..f25843af 100644 --- a/systems/LoutreOS/monitoring.nix +++ b/systems/LoutreOS/monitoring.nix @@ -1,6 +1,4 @@ { - config, - lib, pkgs, ... }: @@ -27,18 +25,16 @@ in telegraf = { enable = true; extraConfig = { + agent = { + # Mitigation for periodic high load average + # https://github.com/influxdata/telegraf/issues/3465 + collection_jitter = "5s"; + }; inputs = { zfs = { poolMetrics = true; }; - net = { - interfaces = [ - "eno1" - "eno2" - "eno3" - "eno4" - ]; - }; + net = { }; netstat = { }; cpu = { totalcpu = true;