Blackbox exporter: Difference between revisions

From wikinotes
(Created page with "Prometheus exporter that probes endpoints over HTTP/HTTPS/DNS/TCP/ICMP. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/prometheus/black...")
 
No edit summary
Line 10: Line 10:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>9115</code> || default port
|-
| <code>${PREFIX}/etc/blackbox_exporter.yml</code> || config
|-
|}
</blockquote><!-- Locations -->


= Install =
= Install =

Revision as of 01:43, 17 February 2022

Prometheus exporter that probes endpoints over HTTP/HTTPS/DNS/TCP/ICMP.

Documentation

github https://github.com/prometheus/blackbox_exporter
example config https://github.com/prometheus/blackbox_exporter/blob/master/example.yml

Locations

9115 default port
${PREFIX}/etc/blackbox_exporter.yml config

Install

pacman -S prometheus-blackbox-exporter  # Archlinux
pkg install blackbox_exporter           # FreeBSD

Configuration

blackbox seems to be configured both within prometheus.yml and it's own config file.

TBD.