Bug ID | 1175874 |
---|---|
Summary | netdata's mysql module can't find socket for mysql/mariadb |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.2 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Maintenance |
Assignee | maintenance@opensuse.org |
Reporter | asn@cryptomilk.org |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
The netdata configuration for mysql looks for: /var/run/mysqld/mysqld.sock /var/run/mysqld/mysql.sock /var/lib/mysql/mysql.sock /tmp/mysql.sock But none of those is valid on SUSE systems as the path is: /run/mysql/mysql.sock Thus the module doesn't show any stats for mysql ...