Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.d: sd local listeners: add unix socket job #17304

Merged
merged 1 commit into from Apr 1, 2024

Conversation

ilyam8
Copy link
Member

@ilyam8 ilyam8 commented Apr 1, 2024

Summary

Fixes: #17302

We didn't recommend this, but apparently, people use a passwordless connection over a Unix socket.

This PR

Test Plan
  • Set method to trust for Unix connection in pg_hba.conf
  • Check Postgres data collection job.
Additional Information
For users: How does this change affect me?

@github-actions github-actions bot added area/collectors Everything related to data collection collectors/go.d.plugin area/go labels Apr 1, 2024
@ilyam8 ilyam8 force-pushed the go.d-sd-ll-add-postgres-unix-job branch from c260292 to d4b762e Compare April 1, 2024 09:07
@ilyam8 ilyam8 merged commit aad196c into netdata:master Apr 1, 2024
142 checks passed
@ilyam8 ilyam8 deleted the go.d-sd-ll-add-postgres-unix-job branch April 1, 2024 09:25
@ilyam8 ilyam8 mentioned this pull request Apr 1, 2024
stelfrag pushed a commit to stelfrag/netdata that referenced this pull request Apr 1, 2024
Ferroin pushed a commit that referenced this pull request Apr 1, 2024
bmwiedemann pushed a commit to bmwiedemann/openSUSE that referenced this pull request Apr 11, 2024
https://build.opensuse.org/request/show/1166729
by user mia + anag+factory
- Update to 1.45.2
  * Improved PostgreSQL/MySQL local listener discovery to
    automatically check for connections using both TCP and Unix
    sockets, enabling support for passwordless Unix socket
    connections
    gh#netdata/netdata#17304
    gh#netdata/netdata#17305
  * Fixed an issue that prevented negative matching of host/chart
    labels in alert configurations
    gh#netdata/netdata#17290
    gh#netdata/netdata#17292
  * Improved go.d.plugin stability by preventing Netdata from
    shutting down the entire plugin due to an issue with
    registering jobs for unregistered modules
    gh#netdata/netdata#17289
  * Improved go.d.plugin HTTP requests now include a UserAgent
    string, enhancing identification in server log
    gh#netdata/netdata#17286
  * Improved Nginx discovery in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collectors Everything related to data collection area/go collectors/go.d
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Postgres metrics stopped working in latest update
1 participant