Add every host on prometheus config
This commit is contained in:
parent
b7ad558457
commit
45559cc105
1 changed files with 13 additions and 7 deletions
|
@ -96,43 +96,49 @@ in
|
||||||
{
|
{
|
||||||
job_name = "ingenuity";
|
job_name = "ingenuity";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.90:9002" ];
|
targets = [ "192.168.1.90:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "gitea";
|
job_name = "gitea";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.14:9002" ];
|
targets = [ "192.168.1.14:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "postgresql";
|
job_name = "postgresql";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.13:9002" ];
|
targets = [ "192.168.1.13:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "nextcloud";
|
job_name = "nextcloud";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.44:9002" ];
|
targets = [ "192.168.1.44:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "deluge";
|
job_name = "deluge";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.18:9002" ];
|
targets = [ "192.168.1.18:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "netbox";
|
job_name = "netbox";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.45:9002" ];
|
targets = [ "192.168.1.45:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
job_name = "jellyfin";
|
job_name = "jellyfin";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "192.168.1.42:9002" ];
|
targets = [ "192.168.1.42:9100" ];
|
||||||
|
}];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
job_name = "authentik-ldap";
|
||||||
|
static_configs = [{
|
||||||
|
targets = [ "192.168.1.41:9100" ];
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue