Skip to content

Commit

Permalink
prometheus: monitor brockman.news
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Jan 6, 2025
1 parent 6acfa29 commit b26b480
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions systems/makanek/monitoring/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b26b480

Please sign in to comment.