Skip to content

Commit

Permalink
notice-me-senpai: add prometheus scrape config for tetra-zw
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed May 18, 2024
1 parent a7dbe1f commit 6159f8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hosts/notice-me-senpai/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ in
targets = [ "10.13.37.5:10012" ];
}];
}
{
job_name = "tetra-zw-signal-strength";
static_configs = [{
targets = [ "10.13.37.11:9020" ];
}];
}
];
};
# log collector
Expand Down

0 comments on commit 6159f8e

Please sign in to comment.