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
I would also like to be able to use a UNIX Socket to monitor a postgres instance, it would simplify authentication as I wouldn't have to put credentials in the DataDog configuration file (the DataDog configuration is managed by SaltStack, but the Postgres configuration is deployed from another project and differs between server environments). Ideally, postgres.yaml would be able to take a unix_sock field in place of host/port.
If nobody wants to pick this up, I'll try creating a PR in the next few days, I just imagine it'll take me longer than someone who's more familiar with the project/Python.
Hi, everyone!
It seems like currently this feature doesn't work or I can't understand how I can use it. Look:
pg.connect
:So this string goes into the user kwarg:
Also according to
pg8000
we need to provide a path tounix_sock
instead ofhost
:And I can't find a way to do this through the agent.
So anyone knows how I can make
peer
connection with the agent or is it really not working now?Thanks
The text was updated successfully, but these errors were encountered: