1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

prometheus: monitor brockman.news

This commit is contained in:
2025-01-06 22:29:56 +01:00
parent 6acfa2927c
commit b26b48034c

View File

@@ -375,6 +375,18 @@ in {
}
];
}
{
job_name = "brockman";
static_configs = [
{
targets = [
"brockman.news:9002" # node
"brockman.news:9121" # redis
"brockman.news:9113" # nginx
];
}
];
}
{
job_name = "home_assistant";
scrape_interval = "60s";