♻️ 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

@ -62,21 +62,5 @@
recommendedGzipSettings = true;
recommendedProxySettings = true;
};
openssh = { enable = true; };
prometheus = {
enable = true;
port = 9090;
listenAddress = "100.103.57.96";
exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
openFirewall = true;
port = 9100;
listenAddress = "100.103.57.96";
};
};
};
tailscale = { enable = true; };
};
}