diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-12 20:00:18 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-12 20:00:18 -0800 |
commit | 6835fdfa52568c3fedffd16f19e19496c1ad5284 (patch) | |
tree | 58bb2d4836efb89d97286f63855e3e58a653d117 /hosts | |
parent | hosts: add profiles (diff) | |
download | world-6835fdfa52568c3fedffd16f19e19496c1ad5284.tar.gz |
prometheus: collect more stuff
Diffstat (limited to '')
-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" ]; }; }; }; |