totoro: add scraping emf website metrics
This commit is contained in:
parent
60d27f6482
commit
74448ec61e
1 changed files with 7 additions and 0 deletions
|
@ -324,6 +324,13 @@ in {
|
|||
static_configs = [{
|
||||
targets = ["monitoring.nixos.org:443"];
|
||||
}];
|
||||
} {
|
||||
job_name = "emf/website";
|
||||
metrics_path = "/metrics";
|
||||
scheme = "https";
|
||||
static_configs = [{
|
||||
targets = ["www.emfcamp.org:443"];
|
||||
}];
|
||||
}];
|
||||
|
||||
pushgateway.enable = true;
|
||||
|
|
Loading…
Reference in a new issue