Fixed Etherpad probing documentation.
This commit is contained in:
parent
c2076f15ce
commit
7533d0cd43
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -134,16 +134,20 @@ Configuration template:
|
||||||
conf.probe.types=Etherpad
|
conf.probe.types=Etherpad
|
||||||
conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log*
|
conf.probe.httpaccesslog.file=/var/log/apache2/foo.bar.org-access.log*
|
||||||
conf.probe.httpaccesslog.pattern=
|
conf.probe.httpaccesslog.pattern=
|
||||||
|
# This parameter requires real ip proxy setting and log output setting.
|
||||||
|
conf.probe.etherpad.logs=
|
||||||
# jdbc:mariadb://localhost:1234/databasename
|
# jdbc:mariadb://localhost:1234/databasename
|
||||||
# jdbc:mysql://localhost:1234/databasename
|
# jdbc:mysql://localhost:1234/databasename
|
||||||
# jdbc:postgresql://localhost:1234/databasename
|
# jdbc:postgresql://localhost:1234/databasename
|
||||||
# jdbc:sqlite:/foo/bar/databasename.sqlite
|
# jdbc:sqlite:/foo/bar/databasename.sqlite
|
||||||
conf.probe.gitea.database.url=
|
conf.probe.etherpad.database.url=
|
||||||
conf.probe.gitea.database.user=
|
conf.probe.etherpad.database.user=
|
||||||
conf.probe.gitea.database.password=
|
conf.probe.etherpad.database.password=
|
||||||
conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties
|
conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.bar.org-metrics.properties
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Framdadate metrics (coming soon)
|
### Framdadate metrics (coming soon)
|
||||||
|
|
||||||
Configuration template:
|
Configuration template:
|
||||||
|
|
Loading…
Reference in a new issue