From: Johannes Visintini Date: Thu, 6 Jul 2017 13:22:33 +0000 (+0200) Subject: Fix broken Links in README (#183) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f69b18f4ac17c9e7f0852f6071f3734dd8e0dccf;p=blackbox_exporter.git Fix broken Links in README (#183) The former links resulted to errors from github. --- diff --git a/README.md b/README.md index 3e7cbce..8e07274 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ A configuration reload is triggered by sending a `SIGHUP` to the Blackbox export To view all available command-line flags, run `./blackbox_exporter -h`. To specify which configuration file to load, use the `-config.file` flag. -The file is written in [YAML format](https://en.wikipedia.org/wiki/YAML), defined by the scheme described which can be found [here.](https://github.com/prometheus/blackbox_exporter/configuration.md) +The file is written in [YAML format](https://en.wikipedia.org/wiki/YAML), defined by the scheme described which can be found [here.](https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md) -Additionally, an [example configuration](https://github.com/prometheus/blackbox_exporter/example.yml) is also available. +Additionally, an [example configuration](https://github.com/prometheus/blackbox_exporter/blob/master/example.yml) is also available. HTTP, HTTPS (via the `http` prober), DNS, TCP socket and ICMP (see permissions section) are currently supported. Additional modules can be defined to meet your needs.