config

NixOS config
Log | Files | Refs | README | LICENSE

commit e1581adf181d7ef10e459b0db4b79220dbb67bee (tree)
parent 051e07d67b6811e5887d1cd05ddc7adcc864daf4
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sun,  6 Aug 2023 00:32:23 +0300

node_exporter collect processes too

Diffstat:
Mhosts/vno1-oh2/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix @@ -143,7 +143,7 @@ exporters = { node = { enable = true; - enabledCollectors = ["systemd"]; + enabledCollectors = ["systemd" "processes"]; port = myData.ports.exporters.node; }; };