diff options
Diffstat (limited to 'hosts/common/server')
-rw-r--r-- | hosts/common/server/monitoring.nix | 2 |
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" ]; }; }; }; |