diff --git a/systems/LoutreOS/monitoring.nix b/systems/LoutreOS/monitoring.nix index e02a4fa..251bec8 100644 --- a/systems/LoutreOS/monitoring.nix +++ b/systems/LoutreOS/monitoring.nix @@ -22,9 +22,14 @@ 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; }; kernel = {};