Skip to content

Commit

Permalink
docs: go.d mysql: remove unix sockets from auto_detection (netdata#18134
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ilyam8 authored Jul 12, 2024
1 parent 28de8a8 commit d6a4dc6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/go/plugin/go.d/modules/mysql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ modules:
default_behavior:
auto_detection:
description: |
By default, it detects instances running on localhost by trying to connect as root and netdata using known MySQL TCP and UNIX sockets:
- /var/run/mysqld/mysqld.sock
- /var/run/mysqld/mysql.sock
- /var/lib/mysql/mysql.sock
- /tmp/mysql.sock
By default, it detects instances running on localhost by trying to connect as root and netdata using known MySQL TCP sockets:
- 127.0.0.1:3306
- "[::1]:3306"
limits:
Expand Down

0 comments on commit d6a4dc6

Please sign in to comment.