Add every host on prometheus config
This commit is contained in:
parent
efc0378ca9
commit
b7ad558457
1 changed files with 42 additions and 0 deletions
|
@ -93,6 +93,48 @@ in
|
|||
targets = [ "192.168.1.16:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "ingenuity";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.90:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "gitea";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.14:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "postgresql";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.13:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "nextcloud";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.44:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "deluge";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.18:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "netbox";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.45:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "jellyfin";
|
||||
static_configs = [{
|
||||
targets = [ "192.168.1.42:9002" ];
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "authentik";
|
||||
static_configs = [{
|
||||
|
|
Loading…
Reference in a new issue