An open API service indexing awesome lists of open source software.

https://github.com/wiremind/grafana-pdf-exporter

Export a Grafana dashboard as PDF
https://github.com/wiremind/grafana-pdf-exporter

Last synced: 5 months ago
JSON representation

Export a Grafana dashboard as PDF

Awesome Lists containing this project

README

          

# grafana-pdf-exporter

Export a Grafana dashboard as PDF

## How to run

Exported dashboards can be sent using SendGrid, in order to do this, one has to set these environment variables:
- FROM_NAME
- FROM_EMAIL
- SENDGRID_API_KEY

```sh
sh sendgridSendEmail.sh -t 'to1@gmail.com;to2@gmail.com' -s 'FINAL SCRIPT' -o '\

Email body goes here\<\/p\>' -a '/tmp/test.sh;/tmp/test2.sh'
```

## Supported Grafana versions

| Release | Grafana versions |
| :-------- | :--------------: |
| v1.7.0 | >= 8 |

## Contribution

Thanks to @salv for the original nodejs implementation