about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/server/monitoring.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/server/monitoring.nix b/hosts/common/server/monitoring.nix
index a893721..82cef4d 100644
--- a/hosts/common/server/monitoring.nix
+++ b/hosts/common/server/monitoring.nix
@@ -5,7 +5,7 @@
     exporters = {
       node = {
         enable = true;
-        enabledCollectors = [ "systemd" ];
+        enabledCollectors = [ "tcpstat" "systemd" "interrupts" ];
       };
     };
   };