summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-10 21:19:54 +0200
committerRory& <root@rory.gay>2024-07-10 21:19:54 +0200
commitcefca0db5d709796fe1fc0b1b9e1721d94cedeaa (patch)
tree8c0df1fbfdfca324f5a0990d9a97bb3b0f1b78ce /modules
parentMaybe dont use BSD-specific collectors (diff)
downloadRory-Open-Architecture-cefca0db5d709796fe1fc0b1b9e1721d94cedeaa.tar.xz
Node exproter changes
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base-server.nix12
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" ]; }; };