Skip to content

Commit ee0fbb2

Browse files
committed
tartarus: disable unused node exporters
1 parent c8bb910 commit ee0fbb2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

nixosConfigurations/tartarus/default.nix

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,19 @@
159159
services.prometheus.exporters = {
160160
node = {
161161
enable = true;
162-
enabledCollectors = [ "systemd" ];
163162
port = 9100;
163+
enabledCollectors = [ "systemd" ];
164+
disabledCollectors = [
165+
"bonding"
166+
"fibrechannel"
167+
"infiniband"
168+
"ipvs"
169+
"mdadm"
170+
"nfs"
171+
"nfsd"
172+
"rapl"
173+
"tapestats"
174+
];
164175
};
165176
smartctl = {
166177
enable = true;

0 commit comments

Comments
 (0)