aboutsummaryrefslogtreecommitdiffstats
path: root/influx.py
Commit message (Collapse)AuthorAgeFilesLines
* alignment changesnico2019-12-281-32/+33
| | | | | | | * update influx plugin use the rest interface * align influx.py to ejabberdrpc changes * replace format with f-strings * minor performance improvements
* improve configuration (with default values) - also for testing ejabberdrpc.pygenofire2019-12-071-3/+12
|
* systemd compliancenico2019-12-071-8/+11
| | | | | | | | + add possibility to customize db name via config file + file path configurations are dealt with dynamically * at least Debian does not feature a group called nobody it is called nogroup I am not sure if other systems feature a group called nobody.
* final touchesnico2019-10-241-0/+97
# added + add method to escape whitespaces in keys and values # changed * init client handler only once and not every time * don't try to create database on every run just on the first one # removed - vhosts are listed first and after that the respective nodes are listed