You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2019-08-29 19:32:03

spinal_df
Member
Registered: 2019-02-20
Posts: 10

Metabase plugin+ dashboard

Hello,

I tried to test the metabase 1.0.0 plugin with glpi 9.2.4 and 9.3.3 version.

Link of plugin:
https://plugins.glpi-project.org/#/plugin/metabase

I installed metabase and work.

My mini tutorial:
#############################################
yum install java-1.8.0-openjdk -y
cd /var && wget http://downloads.metabase.com/v0.33.0/metabase.jar
> /var/metabase.sh
chmod +x metabase.sh

vim /var/metabase.sh
#############################################
#!/bin/bash
export MB_DB_CONNECTION_URI="mysql://localhost:3306/metabase?user=root&password=root"
java -jar /var/metabase.jar > /var/log/metabase.log 2> /var/log/metabase_error.log
#############################################
vim /etc/systemd/system/metabase.service
#############################################
[Unit]
Description=Metabase server
After=syslog.target
After=network.target

[Service]
User=root
Type=simple
ExecStart=/var/metabase.sh
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=metabase

[Install]
WantedBy=multi-user.target
#############################################
systemctl enable --now metabase
cd /var/www/html/glpi/plugins/
wget https://github.com/pluginsGLPI/metabase … .0.tar.bz2
tar -vxf glpi-metabase-1.0.0.tar.bz2
chown apache:apache metabase/ -R
#############################################
I installed the plugin on glpi
I inserted my configuration:

Metabase host: 127.0.0.1
Metabase port: 3000
username ( Metabase admin ): my-email@my-email.com
Use proxy: Não
password: passwd
Metabase embedded token (to display dashboard in GLPI): 1ca308df6cdb0a8bf40d59be2a17eac1...
Metabase url: http://127.0.0.1:3000

And I save, I click "Push reports and dashboards in Metabase", but it can't publish a dashboard on glpi.

Collections created: 0
questions created: 0
Dashboards created: 0

dashboard

Any suggestion?

Last edited by spinal_df (2019-08-29 19:41:01)

Offline

#2 2020-03-23 12:55:46

toroque
Member
Registered: 2019-07-03
Posts: 29

Re: Metabase plugin+ dashboard

Same issue with last version of GLPI 9.4.5 (IIS, MariaDB).

Offline

#3 2020-03-25 15:18:54

mecmav
Member
From: Brasil
Registered: 2019-03-22
Posts: 326

Re: Metabase plugin+ dashboard

working as expected to me in different glpi version. working on 9.4.2 and 9.4.5

Offline

#4 2020-03-26 10:15:31

justin619
Member
From: Indiana
Registered: 2020-03-26
Posts: 2

Re: Metabase plugin+ dashboard

dashboard seems blurred for me, what could be the reason ?

Offline

Board footer

Powered by FluxBB