ejabberd-contrib/mod_grafite
Badlop a95e657a21 Add simple mod_doc/0 to prevent warnings; they won't be used anyway 2021-07-06 21:02:29 +02:00
..
conf Complete Module Skeleton 2016-07-18 16:01:52 -03:00
src Add simple mod_doc/0 to prevent warnings; they won't be used anyway 2021-07-06 21:02:29 +02:00
README.md Complete Module Skeleton 2016-07-18 16:01:52 -03:00
mod_grafite.spec Complete Module Skeleton 2016-07-18 16:01:52 -03:00

README.md

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