You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
We use the docker image of pgSCV to monitor postgres in a container and have run into the following problem. By default collector postgres/logs are enabled only when pgSCV is installed as a local service
In our case, we run two docker containers pgSCV and postgres on the same host machine, postgres DATA locate locally and mounted as volume inside the container. As a result, we have to run the pgSCV container with the option
extra_hosts:
- "127.${HOSTNAME}:XXX.XXX.XXX.XXX"
to get the postgres/logs collector working
I think it would be nice to have a separate switch to make the postgres/logs collector work not only in local service mode
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We use the docker image of pgSCV to monitor postgres in a container and have run into the following problem. By default collector postgres/logs are enabled only when pgSCV is installed as a local service
In our case, we run two docker containers pgSCV and postgres on the same host machine, postgres DATA locate locally and mounted as volume inside the container. As a result, we have to run the pgSCV container with the option
I think it would be nice to have a separate switch to make the postgres/logs collector work not only in local service mode
Beta Was this translation helpful? Give feedback.
All reactions