finish up monitoring branhc
Some checks failed
/ Check formatting (push) Failing after 1s
/ Check formatting (pull_request_target) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 18:15:40 +02:00
parent 6c59595a11
commit 883ed7fc12

View file

@ -12,7 +12,7 @@
}
];
glucose.modules = [
({
{
services.prometheus = {
enable = true;
port = 6750;
@ -23,12 +23,12 @@
job_name = "devices";
static_configs = [
{
targets = [ "10.24.1.4:6703" "10.24.1.9:6703" "10.24.1.16:6703" "10.24.1.225:6703" "10.24.1.196:6703" ];
targets = ["10.24.1.4:6703" "10.24.1.9:6703" "10.24.1.16:6703" "10.24.1.225:6703" "10.24.1.196:6703"];
}
];
}
];
};
})
}
];
}