diff options
author | genofire <geno+dev@fireorbit.de> | 2020-06-29 19:34:48 +0200 |
---|---|---|
committer | genofire <geno+dev@fireorbit.de> | 2020-06-29 19:34:48 +0200 |
commit | 091b6e525aacad1abf8d800338d242141dec11c2 (patch) | |
tree | 73137b27409b00a45c76c2bfbf4b5e9d029a4ff1 /README.md | |
parent | 1256ea7de8a093f51b116f2802871480cd646ae8 (diff) | |
parent | 044e0334d2bfb9c4b076afc562e4fb3d17c7db20 (diff) |
Merge branch 'add-ci' into 'master'
Add ci
See merge request sum7/ejabberd-tools!6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,7 +48,7 @@ listen: acl: api: - user: + user: - "api_user@magicbroccoli.de" loopback: ip: @@ -59,7 +59,7 @@ acl: api_permissions: "api access": from: - - mod_http_api + - mod_http_api who: access: allow: @@ -81,7 +81,7 @@ configuration file should be located at `/etc/ejabberd-metrics.yml`. #### systemd service To properly operate the metrics exporter tools, we created some systemd service templates, to simplify the whole process. If the `ejabberd-metrics.yml` file is not accessible for the user`nobody:nogroup`, it is required to update the -`User` and `Group` definitions inside the service file. +`User` and `Group` definitions inside the service file. If a virtualenv is used, it is required to update the `Environment=PATH` to include the `venv/bin` directory created earlier. |