mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
started removing orphaned code
This commit is contained in:
parent
227a6dfd1f
commit
689c11e4eb
5 changed files with 11 additions and 29 deletions
|
@ -13,12 +13,14 @@
|
|||
};
|
||||
};
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "synapse";
|
||||
scrape_interval = "15s";
|
||||
metrics_path = "/_synapse/metrics";
|
||||
static_configs = [ { targets = [ "localhost:9000" ]; } ];
|
||||
}
|
||||
/*
|
||||
{
|
||||
job_name = "synapse";
|
||||
scrape_interval = "15s";
|
||||
metrics_path = "/_synapse/metrics";
|
||||
static_configs = [ { targets = [ "localhost:9000" ]; } ];
|
||||
}
|
||||
*/
|
||||
{
|
||||
job_name = "homelab-stats";
|
||||
static_configs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue