ops/nixos/lib/common: add systemd collector to all systems
This commit is contained in:
parent
aba7285824
commit
6b95f54ca7
1 changed files with 4 additions and 1 deletions
|
@ -147,6 +147,9 @@ in
|
|||
);
|
||||
});
|
||||
|
||||
services.prometheus.exporters.node.enable = true;
|
||||
services.prometheus.exporters.node = {
|
||||
enable = true;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue