grafana_mail icon indicating copy to clipboard operation
grafana_mail copied to clipboard

Send report with grafana pictures

Results 6 grafana_mail issues
Sort by recently updated
recently updated
newest added

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...

dependencies

_Command:_ grafana_mail.py -m **To_Email_ID** -M **Host_IP_with_Port** -G http://**ip-address**:3000 -T **grafana_api_key** -D **dashboard_ID** _Output:_ Render complete dashboard with UID 1 Traceback (most recent call last): File "path to\grafana_mail.py", line 193, in...

I just upgraded to Grafana 7 and now the image rendering fails. In the first mail I got a hint that for rendering images I now need to install the...

./grafana_mail.py -m [email protected] [email protected] -M localhost -G http://tere.prabhin.com:3000 -T eyJrIjoiQlRIRGk4bWVINElHZ2p6Y0pvQnZCdU82MHFnYW03MUsiLCJuIjoicmVwb3J0IiwiaWQiOjF9 -D pqvbbHaWz File "./grafana_mail.py", line 61 print(f"Render complete dashboard with UID {s}") ^ SyntaxError: invalid syntax

Thanks for the neat script. I upgraded to Grafana 5.1.2 and rendered dashboards are now being cropped in the email. Tried adjusting the default width/height to no avail. Worked previously...

Hi 1) I am trying to use your python script to email grafana screenshot report. For some reason api_key generated by grafana doesn't work. I always get http status 401...