A bunch of tools for maintenance a ejabberd server, written in python3 with rest and xmlrpc support: metrics service to fetch statistics from ejabberd to generate metrics for prometheus and influxdb
Go to file
nico ee4cb50ba6
config value defaults
* config loads and reads the config file in the init method to reduce io operations
+ get method is now able to take 2 optional arguments, a request key and a definable default value
2020-02-10 00:06:59 +01:00
contrib/init/linux-systemd systemd compliance 2019-12-07 14:48:25 +01:00
.gitignore utilize /etc/ directory 2020-02-03 20:49:52 +01:00
README.md Initial commit 2019-10-17 01:47:23 +02:00
config.py config value defaults 2020-02-10 00:06:59 +01:00
config_example.json alignment changes 2019-12-28 22:37:07 +01:00
ejabberdrpc.py backend readability and performance improvements 2019-12-29 01:16:17 +01:00
influx.py config value defaults 2020-02-10 00:06:59 +01:00
prometheus.py improve configuration (with default values) - also for testing ejabberdrpc.py 2019-12-07 16:01:58 +01:00
requirements.txt alignment changes 2019-12-28 22:37:07 +01:00

README.md

ejabberd-metrics