monitoring #1

Merged
Ittihadyya merged 24 commits from monitoring into trunk 2024-12-20 18:16:41 +02:00
Showing only changes of commit 883ed7fc12 - Show all commits

View file

@ -12,7 +12,7 @@
} }
]; ];
glucose.modules = [ glucose.modules = [
({ {
services.prometheus = { services.prometheus = {
enable = true; enable = true;
port = 6750; port = 6750;
@ -23,12 +23,12 @@
job_name = "devices"; job_name = "devices";
static_configs = [ 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"];
} }
]; ];
} }
]; ];
}; };
}) }
]; ];
} }