Skip to content

Commit d0015ce

Browse files
authored
Merge pull request #7 from jelmer/wikilinks
Update wiki links.
2 parents c7e0794 + bd58443 commit d0015ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This repository provides a `dovecot_exporter` utility that can be used
44
to scrape statistics from Dovecot and export them as Prometheus metrics.
55
It extracts the metrics that are exposed by
6-
[Dovecot's stats module](https://wiki2.dovecot.org/Statistics) by
6+
[Dovecot's stats module](https://wiki2.dovecot.org/Statistics/Old) by
77
connecting to UNIX socket `/var/run/dovecot/stats` and serves them as
88
Prometheus metrics over TCP port 9166.
99

@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906
3737
```
3838

3939
The interpretation of these metrics is described on
40-
[the Dovecot wiki](https://wiki2.dovecot.org/Statistics#Statistics_gathered).
40+
[the Dovecot wiki](https://wiki2.dovecot.org/Statistics/Old#Statistics_gathered).

0 commit comments

Comments
 (0)