ddurieux / glpi_app_grafana

GNU Affero General Public License v3.0
23 stars 13 forks source link

GLPI DataSource on Kubernetes Grafana #98

Open Twisterrr opened 3 months ago

Twisterrr commented 3 months ago

Is it possible to integrate the GLPI plugin into Grafana's values.yaml on Kubernetes to access the data source ? If yes, how ?

Expected example for adding plugins in Grafana yaml :

plugins: 
  # - digrich-bubblechart-panel
  # - grafana-clock-panel
  ## You can also use other plugin download URL, as long as they are valid zip files,
  ## and specify the name of the plugin after the semicolon. Like this:
  # - https://grafana.com/api/plugins/marcusolsson-json-datasource/versions/1.3.2/download;marcusolsson-json-datasource
ddurieux commented 3 months ago

I think yes ;) You can create a Pull Request for that if you know the fields required