monitoring
This commit is contained in:
parent
3b7106314f
commit
f06fdc75a6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
{
|
{
|
||||||
job_name = "pve1";
|
job_name = "pve1";
|
||||||
static_configs = [
|
static_configs = [
|
||||||
{ targets = [ map (port: "192.168.1.128:${builtins.toString port}") [ node pve ] ]; }
|
{ targets = map (port: "192.168.1.128:${builtins.toString port}") [ node pve ]; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue