Fix config error
This commit is contained in:
parent
af3d237b93
commit
fe5c92ae8c
1 changed files with 2 additions and 8 deletions
|
@ -98,9 +98,9 @@ in
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "openmediavault_prometheus";
|
job_name = "opportunity";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.125:9002" ];
|
targets = [ "192.168.1.125:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -121,12 +121,6 @@ in
|
||||||
targets = [ "192.168.1.90:9100" ];
|
targets = [ "192.168.1.90:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "opportunity";
|
|
||||||
static_configs = [{
|
|
||||||
targets = [ "192.168.1.125:9100" ];
|
|
||||||
}];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
job_name = "gitea";
|
job_name = "gitea";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
|
|
Loading…
Reference in a new issue