monitoring

This commit is contained in:
41666 2024-02-11 04:01:42 -05:00
parent 3b7106314f
commit f06fdc75a6

View file

@ -61,7 +61,7 @@
{
job_name = "pve1";
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 ]; }
];
}
];