Export a Grafana dashboard as PDF
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 sendgridSendEmail.sh -t '[email protected];[email protected]' -s 'FINAL SCRIPT' -o '\<p\>Email body goes here\<\/p\>' -a '/tmp/test.sh;/tmp/test2.sh'
Release | Grafana versions |
---|---|
v1.7.0 | >= 8 |
Thanks to @salv for the original nodejs implementation