Commit 3bae2648 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Some tweaks, set scrape interval to 20s and removed deprecated unswcanberraspace.com endpoints.

parent f9805bca
...@@ -2,7 +2,8 @@ modules: ...@@ -2,7 +2,8 @@ modules:
http_2xx: http_2xx:
prober: http prober: http
http: http:
preferred_ip_protocol: "ip4" preferred_ip_protocol: "ip4"
method: GET
http_post_2xx: http_post_2xx:
prober: http prober: http
http: http:
......
...@@ -34,6 +34,7 @@ scrape_configs: ...@@ -34,6 +34,7 @@ scrape_configs:
- targets: ['10.0.0.137:10091'] - targets: ['10.0.0.137:10091']
- job_name: 'blackbox' - job_name: 'blackbox'
scrape_interval: 20s
metrics_path: /probe metrics_path: /probe
params: params:
module: [http_2xx] # Look for a HTTP 200 response. module: [http_2xx] # Look for a HTTP 200 response.
...@@ -51,8 +52,6 @@ scrape_configs: ...@@ -51,8 +52,6 @@ scrape_configs:
- https://bitbucket.unswcanberraspace.com - https://bitbucket.unswcanberraspace.com
- https://jira.unswcanberraspace.com - https://jira.unswcanberraspace.com
- https://crowd.unswcanberraspace.com - https://crowd.unswcanberraspace.com
- https://rcode.unswcanberraspace.com
- https://survey.unswcanberraspace.com
relabel_configs: relabel_configs:
- source_labels: [__address__] - source_labels: [__address__]
target_label: __param_target target_label: __param_target
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment