diff --git a/README.md b/README.md index 53432d4..88f102b 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Configuration template: ``` conf.probe.types=PrivateBin conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log* +conf.probe.httpaccesslog.pattern= conf.probe.privatebin.data=/var/www/paste.libre-service.eu/data/ conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties ``` @@ -176,12 +177,17 @@ Configuration template: conf.probe.types=Framadate conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties ``` -### Gitea metrics (coming soon) + +### Gitea metrics Configuration template: ``` conf.probe.types=Gitea +conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log* +conf.probe.httpaccesslog.pattern= +conf.probe.gitea.api.url=https://forge.libre-service.eu/ +conf.probe.gitea.token=b6598c616b1cd350b834258205da4e5e8b951005 conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties ``` @@ -192,6 +198,7 @@ Configuration template: ``` conf.probe.types=LibreQR conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log* +conf.probe.httpaccesslog.pattern= conf.probe.libreqr.data=/var/www/qrcode.libre-service.eu/data/ conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties ``` @@ -203,6 +210,7 @@ Configuration template: ``` conf.probe.types=Nextcloud conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log* +conf.probe.httpaccesslog.pattern= conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties ```