Seite 2 von 2

Re: Grafana und OPSI

Verfasst: 02 Dez 2019, 09:07
von Grugi
Hallo Pandel,
pandel hat geschrieben:Bei deiner MySQL Datenbank könnte es sein, dass die nur auf "localhost:3306" horcht. Prüf mal bind-address in der MySQL Konfigdatei...
Meine Config sieht derzeit so aus:

Code: Alles auswählen

# -*- coding: utf-8 -*-

module = 'MySQL'
config = {
    "username": "opsi",
    "connectionPoolMaxOverflow": 10,
    "database": "opsi",
    "connectionPoolTimeout": 30,
    "address": "localhost",
    "password": "xxx",
    "databaseCharset": "utf8",
    "connectionPoolSize": 20
}
Von bind-address kann ich hier an dieser Stelle leider nichts finden.
Danke für deine Hilfe.

Re: Grafana und OPSI

Verfasst: 02 Dez 2019, 12:19
von ThomasT
Ich glaube, es ist die mysql-Server Konfig gemeint, nicht die Backend-Konfig.

Was gibt denn

Code: Alles auswählen

grep -r bind-address /etc/mysql/
bei dir aus?

Re: Grafana und OPSI

Verfasst: 02 Dez 2019, 18:21
von pandel
Genau, ich meinte nicht Backendkonfig opsi, sondern die tatsächliche MySQL Server Konfig!