ejabberd-contrib/mod_grafite
Badlop 3293ba1cfe Try to fix some warnings detected by Dialyzer about unused cases 2022-09-06 18:02:22 +02:00
..
conf Modules that require configuration, provide it commented (#303) 2021-07-07 21:53:44 +02:00
src Try to fix some warnings detected by Dialyzer about unused cases 2022-09-06 18:02:22 +02:00
README.md Convert modules README.txt to markdown syntax 2022-08-12 10:45:09 +02: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

Gathers statistics and publishes via statsd/grafite

Configuration

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