Skip to content
Snippets Groups Projects
Unverified Commit d0015cea authored by Ed Schouten's avatar Ed Schouten Committed by GitHub
Browse files

Merge pull request #7 from jelmer/wikilinks

Update wiki links.
parents c7e07942 bd58443e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
This repository provides a `dovecot_exporter` utility that can be used This repository provides a `dovecot_exporter` utility that can be used
to scrape statistics from Dovecot and export them as Prometheus metrics. to scrape statistics from Dovecot and export them as Prometheus metrics.
It extracts the metrics that are exposed by It extracts the metrics that are exposed by
[Dovecot's stats module](https://wiki2.dovecot.org/Statistics) by [Dovecot's stats module](https://wiki2.dovecot.org/Statistics/Old) by
connecting to UNIX socket `/var/run/dovecot/stats` and serves them as connecting to UNIX socket `/var/run/dovecot/stats` and serves them as
Prometheus metrics over TCP port 9166. Prometheus metrics over TCP port 9166.
...@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906 ...@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906
``` ```
The interpretation of these metrics is described on The interpretation of these metrics is described on
[the Dovecot wiki](https://wiki2.dovecot.org/Statistics#Statistics_gathered). [the Dovecot wiki](https://wiki2.dovecot.org/Statistics/Old#Statistics_gathered).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment