monitoring

This commit is contained in:
41666 2024-02-11 01:00:04 -05:00
parent 2670aee5f1
commit 6cdc05debc

View file

@ -57,7 +57,7 @@
{ {
job_name = "pve1"; job_name = "pve1";
static_configs = [ static_configs = [
{ targets = [ "192.168.1.128:${port}" ]; } { targets = [ "192.168.1.128:${builtins.toString port}" ]; }
]; ];
} }
]; ];