Monitor tent node

This commit is contained in:
Rodrigo Arias 2025-06-04 15:23:15 +02:00
parent ba8e6e1888
commit c94e6fa497

View File

@ -267,6 +267,14 @@
}
];
}
{
job_name = "tent";
static_configs = [
{
targets = [ "127.0.0.1:29002" ]; # Node exporter
}
];
}
];
};
}