1
0
Fork 0

scrape energy exporter

This commit is contained in:
Ember 'n0emis' Keske 2022-07-31 19:38:16 +02:00
parent 6facda326c
commit d10376aaff
No known key found for this signature in database
GPG Key ID: 00FAF748B777CF10
1 changed files with 12 additions and 0 deletions

View File

@ -422,6 +422,18 @@ with lib;
}
];
}
{
job_name = "energy";
scrape_interval = "1s";
scrape_timeout = "1s";
static_configs = [
{
targets = [
"pbs.bula22.de:9555"
];
}
];
}
];
alertmanagers = [
{