diff --git a/modules/monitoring.nix b/modules/monitoring.nix index c46b660..30cba16 100644 --- a/modules/monitoring.nix +++ b/modules/monitoring.nix @@ -47,7 +47,16 @@ in { sources = { host_metrics = { type = "host_metrics"; - collectors = [ "cpu" "disk" "filesystem" "load" "memory" "network" ]; + collectors = [ + "cpu" + "disk" + "filesystem" + "load" + "host" + "memory" + "network" + "process" + ]; }; journald_logs = { @@ -68,6 +77,7 @@ in { inputs = [ "host_metrics" ]; source = '' .tags.host = get_hostname!() + del(.tags.command) ''; };