Add Minecraft server to monitoring; add cridycei user account

This commit is contained in:
2023-09-06 09:15:49 -05:00
parent af510c71e2
commit 2405b72d1b
6 changed files with 33 additions and 19 deletions

View File

@ -16,6 +16,12 @@
targets = [ "127.0.0.1:${toString config.services.prometheus.exporters.node.port}" ];
}];
}
{
job_name = "eve-psr-mc0";
static_configs = [{
targets = [ "192.168.0.131:7002" ];
}];
}
];
};
}