♻️ refactor some monitoring configs

This commit is contained in:
2024-02-17 22:12:24 -05:00
parent 15d95e6208
commit f7e0ac3cbb
5 changed files with 23 additions and 47 deletions

View File

@ -0,0 +1,17 @@
_:
{
services = {
prometheus = {
enable = true;
port = 9090;
exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
port = 9100;
};
};
};
};
}