Revert "modules/nixos/monitoring: ofborg: telegraf -> prometheus"

This reverts commit 2d3f246125.
This commit is contained in:
zowoq 2024-03-27 12:24:08 +10:00
parent 556715e0f5
commit e82b00eee9
2 changed files with 3 additions and 11 deletions
modules/nixos/monitoring

View file

@ -25,17 +25,6 @@
}
];
}
{
job_name = "ofborg";
scrape_interval = "60s";
metrics_path = "/prometheus.php";
scheme = "https";
static_configs = [
{
targets = [ "events.ofborg.org" ];
}
];
}
];
alertmanagers = [
{

View file

@ -41,5 +41,8 @@
timeout = "10s";
})
hosts;
prometheus.urls = [
"https://events.ofborg.org/prometheus.php"
];
};
}