@cryptotaxi247 / netdata-1 / commits / f2f610412

go.d: local-listeners sd: fix mariadbd comm (#17218)

Ilya Mashchenko committed Mar 21, 2024 at 18:58 UTC f2f61041202e4b1ebe017622590a0d85a4024cd2
1 file changed +1 -1
src/go/collectors/go.d.plugin/config/go.d/sd/net_listeners.conf
+1 -1
@@ -65,7 +65,7 @@ classify:
65 - tags: "mongodb"
66 expr: '{{ or (eq .Port "27017") (eq .Comm "mongod") }}'
67 - tags: "mysql"
68 - expr: '{{ or (eq .Port "3306") (eq .Comm "mysqld" "mariadb") }}'
68 + expr: '{{ or (eq .Port "3306") (eq .Comm "mysqld" "mariadbd") }}'
69 - tags: "nginx"
70 expr: '{{ and (eq .Port "80" "8080") (eq .Comm "nginx" "nginx:") }}'
71 - tags: "ntpd"