box: add router to prom
This commit is contained in:
parent
ba79d8f535
commit
1153949fe2
@ -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 = [{
|
||||
|
Loading…
Reference in New Issue
Block a user