Difference between revisions of "Prometheus blackbox exporter"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
  [[helm repo add prometheus-community]] https://prometheus-community.github.io/helm-charts
 
  [[helm repo add prometheus-community]] https://prometheus-community.github.io/helm-charts
 
  helm repo update
 
  helm repo update
 +
 +
<pre>
 +
- job_name: 'your_name'
 +
  metrics_path: /probe
 +
  params:
 +
    module: [http_2xx]
 +
  static_configs:
 +
    - targets:
 +
      - https://first_target.yourdomain.com/
 +
      - https://second_target.yourdomain.com/
 +
      - https://third_target.yourdomain.com/
 +
 +
</pre>
  
 
== Related ==
 
== Related ==

Revision as of 18:53, 17 June 2022

Advertising: