ejabberd-contrib/mod_grafite/README.md

32 lines
601 B
Markdown
Raw Permalink Normal View History

2016-07-18 21:01:52 +02:00
mod_grafite - Gathers statistics and publishes via statsd/grafite
=================================================================
2016-07-18 21:01:52 +02:00
* Author: Thiago Rocha Camargo (rochacamargothiago@gmail.com)
2016-07-18 21:01:52 +02:00
Gathers statistics and publishes via statsd/grafite
Configuration
-------------
2016-07-18 21:01:52 +02:00
Configurable options:
- `statsdhost`: Host of the statsd server
- `statsdport`: Port of the statsd server
2016-07-18 21:01:52 +02:00
Example Configuration
---------------------
2016-07-18 21:01:52 +02:00
```yaml
2016-07-18 21:01:52 +02:00
modules:
mod_grafite:
statsdhost: "carbonr.xmpp.com.br"
statsdport: 8125
```
2016-07-18 21:01:52 +02:00
Feature Requests
---------------
2016-07-18 21:01:52 +02:00
- Add support for configurable Hooks