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 0145458961
backend readability and performance improvements
+ add some typing
* optimized imports to only import if necessary
* change xmlrpc connection to with statement
* change rest connection to with statement
* replace format string to f-string
* pep8 changes
2019-12-29 01:16:17 +01:00
contrib/init/linux-systemd systemd compliance 2019-12-07 14:48:25 +01:00
.gitignore final touches 2019-10-24 20:31:49 +02:00
README.md Initial commit 2019-10-17 01:47:23 +02: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 fix parser error 2019-12-29 00:52:01 +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