about summary refs log tree commit diff
path: root/profiles/monitoring
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/monitoring')
-rw-r--r--profiles/monitoring/exporter.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/monitoring/exporter.nix b/profiles/monitoring/exporter.nix
new file mode 100644
index 0000000..ded6423
--- /dev/null
+++ b/profiles/monitoring/exporter.nix
@@ -0,0 +1,7 @@
+{ ... }:
+{
+  services.prometheus.exporters.node = {
+    enable = true;
+    enabledCollectors = [ "tcpstat" "systemd" "interrupts" ];
+  };
+}