monitoring #1
1 changed files with 3 additions and 3 deletions
|
@ -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"];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
})
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue