more telegraf

This commit is contained in:
soraefir
2026-06-07 14:10:36 +02:00
parent dcf7b0dbe6
commit d147f53ef1
3 changed files with 54 additions and 8 deletions

View File

@@ -90,6 +90,7 @@
};
monitoring.telegraf = {
enable = true;
interval = "15s";
collectors = [
"cpu"
"mem"
@@ -102,6 +103,8 @@
#"netstat"
#"processes"
"docker"
"systemd_units"
"nix"
"ping"
"internet_speed"
];