Complete Module Skeleton
This commit is contained in:
parent
098a810843
commit
ed3853ccf9
|
@ -0,0 +1,35 @@
|
||||||
|
|
||||||
|
mod_grafite - Gathers statistics and publishes via statsd/grafite
|
||||||
|
author: Thiago Rocha Camargo (rochacamargothiago@gmail.com)
|
||||||
|
|
||||||
|
mod_grafite
|
||||||
|
==============
|
||||||
|
|
||||||
|
Gathers statistics and publishes via statsd/grafite
|
||||||
|
|
||||||
|
CONFIGURE
|
||||||
|
---------
|
||||||
|
|
||||||
|
Enable the module in ejabberd.yml for example with a basic configuration:
|
||||||
|
modules:
|
||||||
|
mod_grafite:
|
||||||
|
statsdhost: "carbonr.xmpp.com.br"
|
||||||
|
statsdport: 8125
|
||||||
|
|
||||||
|
Configurable options:
|
||||||
|
statsdhost: Host of the statsd server
|
||||||
|
statsdport: Port of the statsd server
|
||||||
|
|
||||||
|
EXAMPLE CONFIGURATION
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
modules:
|
||||||
|
mod_grafite:
|
||||||
|
statsdhost: "carbonr.xmpp.com.br"
|
||||||
|
statsdport: 8125
|
||||||
|
|
||||||
|
FEATURE REQUESTS
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Add support for configurable Hooks
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
modules:
|
||||||
|
mod_grafite:
|
||||||
|
statsdhost: "carbonr.xmpp.com.br"
|
||||||
|
statsdport: 8125
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
author: "Thiago Rocha Camargo <rochacamargothiago at gmail.com>"
|
||||||
|
category: "statistics"
|
||||||
|
summary: "Publishes Statistics via statsd/grafite"
|
||||||
|
home: "https://github.com/processone/ejabberd-contrib/tree/master/"
|
||||||
|
url: "git@github.com:processone/ejabberd-contrib.git"
|
Loading…
Reference in New Issue