mapausch
mapausch
@icewind1991 are there any known issues in this app together with NC 24? Following this issue it seems like the current version of this app also works with NC 24,...
Seems like this is caused by wrong/unfavourable initialization of 2 lists. In the end this leads to srvctl commands with "-preferred" and "-available" to be built also in non-RAC environments....
same issue here. When I want to open a note in Nextcloud WebUI, but note was edited before e.g. on my Android device and synced back to NC, then I...
As Oracle Database 19 on OL9 is not supported/certified below RU19.19 maybe it would be thinkable to implement a solution where runInstaller is called with "-applyRU ... " in order...
according to the Readme "multi-target functionality of this exporter is optional", so I assume I don't need any "?target=..." at the end of the URL... ?
luckily found this PR: https://github.com/prometheus-community/postgres_exporter/pull/1038 Started container with `podman run --net=host -e DATA_SOURCE_URI='pgsql-host:5432/postgres?sslmode=disable' -e DATA_SOURCE_USER=monitoring-user -e DATA_SOURCE_PASS=monitoring-password quay.io/prometheuscommunity/postgres-exporter` and tried to fetch metrics with `curl http://localhost:9187/metrics` (instead of "/probe") now...