2016-05-24 04:37:51 +02:00
|
|
|
# prometheus-mumble
|
|
|
|
A simple interface to gather statistics from mumble
|
2016-05-25 17:27:16 +02:00
|
|
|
|
|
|
|
## Install
|
|
|
|
You can run this in a virtual env or build with pants.
|
|
|
|
|
|
|
|
```
|
|
|
|
$ pants binary src:mumble-prometheus
|
|
|
|
$ dist/mumble-prometheus.pex --host 127.0.0.1 --port 6502 --listen 9123 --secret=ice_secret
|
|
|
|
```
|