about summary refs log tree commit diff
path: root/hosts/common/server
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-12 20:00:18 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-12 20:00:18 -0800
commit6835fdfa52568c3fedffd16f19e19496c1ad5284 (patch)
tree58bb2d4836efb89d97286f63855e3e58a653d117 /hosts/common/server
parenthosts: add profiles (diff)
downloadworld-6835fdfa52568c3fedffd16f19e19496c1ad5284.tar.gz
prometheus: collect more stuff
Diffstat (limited to '')
-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" ];
       };
     };
   };