docs: go.d mysql: remove unix sockets from auto_detection (#18134)
Ilya Mashchenko committed
Jul 13, 2024 at 00:04 UTC
d6a4dc652a5bac3cf661631f644c190542ebc58b
1 file changed
+2
-6
src/go/plugin/go.d/modules/mysql/metadata.yaml
+2
-6
@@ -47,12 +47,8 @@ modules:
47
default_behavior:
48
auto_detection:
49
description: |
50
- By default, it detects instances running on localhost by trying to connect as root and netdata using known MySQL TCP and UNIX sockets:
51
-
52
- - /var/run/mysqld/mysqld.sock
53
- - /var/run/mysqld/mysql.sock
54
- - /var/lib/mysql/mysql.sock
55
- - /tmp/mysql.sock
50
+ By default, it detects instances running on localhost by trying to connect as root and netdata using known MySQL TCP sockets:
51
+
52
- 127.0.0.1:3306
53
- "[::1]:3306"
54
limits: