diff options
author | Rory& <root@rory.gay> | 2024-07-10 21:19:54 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-10 21:19:54 +0200 |
commit | cefca0db5d709796fe1fc0b1b9e1721d94cedeaa (patch) | |
tree | 8c0df1fbfdfca324f5a0990d9a97bb3b0f1b78ce /modules | |
parent | Maybe dont use BSD-specific collectors (diff) | |
download | Rory-Open-Architecture-cefca0db5d709796fe1fc0b1b9e1721d94cedeaa.tar.xz |
Node exproter changes
Diffstat (limited to '')
-rwxr-xr-x | modules/base-server.nix | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/modules/base-server.nix b/modules/base-server.nix index 1a29783..93ca9f8 100755 --- a/modules/base-server.nix +++ b/modules/base-server.nix @@ -112,14 +112,13 @@ enable = true; port = 9100; enabledCollectors = [ - "logind" + #"logind" #too slow "systemd" "processes" "interrupts" # Testing: "buddyinfo" "cgroups" - "cpu_vulnerabilities" "ksmd" "lnstat" "mountstats" @@ -139,6 +138,15 @@ "btrfs" "powersupplyclass" "mdadm" + "tapestats" + "fibrechannel" + "cpu_vulnerabilities" + "watchdog" + "thermal_zone" + "logind" + "nfs" + "nfsd" + "infiniband" ]; }; }; |