box: add router to prom

This commit is contained in:
Aaron Bieber 2022-09-12 08:25:33 -06:00
parent ba79d8f535
commit 1153949fe2
No known key found for this signature in database

View File

@ -470,6 +470,10 @@ in {
job_name = "namish";
static_configs = [{ targets = [ "10.6.0.2:9100" ]; }];
}
{
job_name = "router";
static_configs = [{ targets = [ "10.6.0.1:9100" ]; }];
}
{
job_name = "nginx";
static_configs = [{