Difference between revisions of "Prometheus blackbox exporter"

From wikieduonline
Jump to navigation Jump to search
Line 24: Line 24:
  
 
== See also ==
 
== See also ==
* {{prometheus}}
+
* {{Exporter}}
  
 
[[Category:Prometheus]]
 
[[Category:Prometheus]]
 
[[Category:Monitoring]]
 
[[Category:Monitoring]]

Revision as of 18:56, 17 June 2022

https://github.com/prometheus/blackbox_exporter HTTP, HTTPS, DNS, TCP and ICMP
  • Port: 9115
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo update
- 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/

Related

See also

Advertising: