summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9181d815db6ea1af0ffb8e75ecc1d243f0222e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# prometheus-mpd-exporter

Export MPD server metrics to prometheus.


## Usage

```
RUST_LOG=info \
prometheus-mpd-exporter                            \
    --mpd-server-addr 127.0.0.1                    \
    --mpd-server-port 6600                         \
    --bind-addr <address to bind to, e.g. 0.0.0.0> \
    --bind-port <port to bind to, e.g. 9123>
```

And then start scraping with prometheus.


## License

GPLv2.0 only