Difference between revisions of "Prometheus blackbox exporter"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
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 == | ||
* <code>[[kubectl port-forward]]</code> | * <code>[[kubectl port-forward]]</code> | ||
+ | * [[Node exporter]] | ||
+ | * [[Grafana Dashboard]]: https://grafana.com/grafana/dashboards/7587-prometheus-blackbox-exporter/ | ||
== See also == | == See also == | ||
− | * {{ | + | * {{Exporter}} |
[[Category:Prometheus]] | [[Category:Prometheus]] | ||
[[Category:Monitoring]] | [[Category:Monitoring]] |
Latest revision as of 16:37, 13 January 2023
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[edit]
kubectl port-forward
- Node exporter
- Grafana Dashboard: https://grafana.com/grafana/dashboards/7587-prometheus-blackbox-exporter/
See also[edit]
Advertising: