• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Grafana + MariaDB installed via docker extension -> networking issue

ksau

New Pleskian
Server operating system version
Debian 10.13
Plesk version and microupdate number
Plesk Obsidian v18.0.53_build1800230619.12 os_Debian 10.0
Hi all,

I want to use the docker extension to host a Grafana container and in addition a MariaDB container holding some meta data. I am able to access Grafana from th outside, I am able to access MariaDB from the outside. But I did not manage to create a working MySQL data source in Grafana using this setup.

I would prefer internal communication only. But that seams to be difficult without manually installing docker-compose. External is not perfect but should work at least.
Currently both containers are set up with fixed port mapping. Configuring the MySQL data source (using the external host name that works from the outside) gives a
msg="Query error", "connect: connection timed out" error in the Grafana logs when testing it.

Can anybody please help me here?
Thanks in advance!
Keith
 
I am a bit further: using "docker compose" now. That is already installed with current docker, makes things easy. Internal communication was up and running within minutes :)

Only open question: How can I marks thuis question as "resolved"? ;)
 
Back
Top