Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (29 loc) · 764 Bytes

README.md

File metadata and controls

29 lines (29 loc) · 764 Bytes

Movidesk-Grafana API

APi de integração de tickets do Movidesk para o Grafana via "SimpleJSON".

Instalação

  • Instalação do plugin SimpleJSON no Grafana
sudo grafana-cli plugins install grafana-simple-json-datasource
sudo service grafana-server restart
  • Configuração do Linux
$ sudo apt-get update
$ sudo apt-get install python3.6
$ sudo apt install python-pip
$ sudo pip3 install virtualenv
  • Download dos repositorios
$ git clone https://github.com/wilfelipe/movidesk-grafana-integration.git
  • Configuração do Ambiente Virtual
$ python3.6 -m venv my_env
$ source my_env/bin/activate
$ pip install -r requirements.txt

-Executando o codigo

$ python movidesk-grafana-integration/server.py