From 6835fdfa52568c3fedffd16f19e19496c1ad5284 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Mar 2022 20:00:18 -0800 Subject: prometheus: collect more stuff --- hosts/common/server/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/common') 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" ]; }; }; }; -- cgit 1.4.1