Skip to content

Commit

Permalink
Merge pull request #57 from anjackson/master
Browse files Browse the repository at this point in the history
Add LDL services to the monitoring list
  • Loading branch information
anjackson authored Jul 3, 2023
2 parents a5ad0a3 + a643c87 commit 9395ed6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions monitor/prometheus/prometheus.yml-template
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,24 @@ scrape_configs:
- target_label: __address__
replacement: blackbox-exporter:9115

# Keep an eye on services relating to the reading room service (at least those we can see)
- job_name: 'rr-access-http'
metrics_path: /probe
scrape_timeout: 30s
params:
module: [http_2xx] # Look for a HTTP 200 response.
static_configs:
- targets:
- "https://blstaff-alpha.ldls.org.uk/test_alpha.html"
- "https://blstaff-beta.ldls.org.uk/test_beta.html"
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: blackbox-exporter:9115

- job_name: 'hadoop-http'
metrics_path: /probe
scrape_timeout: 30s
Expand Down

0 comments on commit 9395ed6

Please sign in to comment.