blackbox-exporter: scrape every 60m, add URLs
All checks were successful
Flake checks / Check (pull_request) Successful in 24m13s
All checks were successful
Flake checks / Check (pull_request) Successful in 24m13s
This commit is contained in:
parent
a9c54dc496
commit
10cc5e914b
|
@ -6,8 +6,20 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
# TODO add hosts here
|
blackboxTargets = [
|
||||||
blackboxTargets = [ "https://pablo.tools" ];
|
"https://pub.solar"
|
||||||
|
"https://chat.pub.solar"
|
||||||
|
"https://cloud.pub.solar"
|
||||||
|
"https://collabora.pub.solar"
|
||||||
|
"https://git.pub.solar"
|
||||||
|
"https://grafana.pub.solar"
|
||||||
|
"https://list.pub.solar"
|
||||||
|
"https://mastodon.pub.solar"
|
||||||
|
"https://obs-portal.pub.solar"
|
||||||
|
"https://stream.pub.solar"
|
||||||
|
"https://wiki.pub.solar"
|
||||||
|
"https://www.pub.solar"
|
||||||
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
age.secrets.alertmanager-envfile = {
|
age.secrets.alertmanager-envfile = {
|
||||||
|
@ -82,7 +94,7 @@ in
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
{
|
{
|
||||||
job_name = "blackbox";
|
job_name = "blackbox";
|
||||||
scrape_interval = "5m";
|
scrape_interval = "60m";
|
||||||
metrics_path = "/probe";
|
metrics_path = "/probe";
|
||||||
params = {
|
params = {
|
||||||
module = [ "http_2xx" ];
|
module = [ "http_2xx" ];
|
||||||
|
|
Loading…
Reference in a new issue