Add every host on prometheus config
This commit is contained in:
parent
45559cc105
commit
b90c55345a
1 changed files with 6 additions and 0 deletions
|
@ -99,6 +99,12 @@ 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