We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bb910 commit ee0fbb2Copy full SHA for ee0fbb2
nixosConfigurations/tartarus/default.nix
@@ -159,8 +159,19 @@
159
services.prometheus.exporters = {
160
node = {
161
enable = true;
162
- enabledCollectors = [ "systemd" ];
163
port = 9100;
+ enabledCollectors = [ "systemd" ];
164
+ disabledCollectors = [
165
+ "bonding"
166
+ "fibrechannel"
167
+ "infiniband"
168
+ "ipvs"
169
+ "mdadm"
170
+ "nfs"
171
+ "nfsd"
172
+ "rapl"
173
+ "tapestats"
174
+ ];
175
};
176
smartctl = {
177
0 commit comments