Move prometheus to port 9002

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-16 21:14:47 +01:00
parent 32339aa392
commit 7c9687bb72
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -1,7 +1,7 @@
{ config, ... }: {
services.prometheus = {
enable = true;
port = 9001;
port = 9002;
scrapeConfigs = [
{
job_name = "node_exporter";