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

@ -117,7 +117,6 @@ in
};
services = {
openssh.enable = true;
borgbackup.jobs."borgbase" = {
paths = [
"/var/backup"
@ -151,16 +150,6 @@ in
};
};
prometheus = {
enable = true;
port = 9090;
exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
port = 9100;
};
};
scrapeConfigs = [
{
job_name = "node";
@ -189,7 +178,6 @@ in
];
};
tailscale = {
enable = true;
useRoutingFeatures = "server";
};
};