Skip to content

Commit

Permalink
(eos) add corerad scrape job
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Jan 30, 2024
1 parent fa8c5d1 commit 7879710
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hosts/eos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,15 @@ in {
];
}];
}
{
job_name = "corerad";
scheme = "http";
static_configs = [{
targets = [
"10.5.1.5:9430"
];
}];
}
{
job_name = "home-assistant";
scheme = "http";
Expand Down

0 comments on commit 7879710

Please sign in to comment.