Giter Club home page Giter Club logo

Comments (5)

tlex avatar tlex commented on July 18, 2024

Hello,

Indeed, looking at the code, the verify param isn't set:
https://github.com/ix-ai/grafana-email/blob/master/grafana-email/grafana-email.py#L92

response = requests.get(uri, params=params, headers=headers, stream=True)

Which means, the default verify=True is used.

I'll add this option.

from grafana-email.

rbuffi avatar rbuffi commented on July 18, 2024

Great, thank you for the quick response.

from grafana-email.

tlex avatar tlex commented on July 18, 2024

The pipeline has been completed successfully.

You can test it now:

docker pull ixdotai/grafana-email:dev-branch

Use the environment variable GRAFANA_SSL_VERIFY=false (or =no or =blueberry, it doesn't matter what you use, if it's not Y, Yes, True etc 🙂 ).

If it works well, I'll merge it to master and create a new release.

from grafana-email.

rbuffi avatar rbuffi commented on July 18, 2024

It works like a charm now! Thank you! Just one last question, is it possible to sent the complete dashboard or should the panels always be specified?

from grafana-email.

tlex avatar tlex commented on July 18, 2024

Happy it works!

Unfortunately (and I've actually researched it), the Grafana API only allows to generate images based on the graphs, it doesn't render the whole web page.

The alternative would be to use https://grafana.com/docs/grafana/v9.0/enterprise/reporting/ - this is already there if you have a license (but, in this case you don't need grafana-email anymore 😄 )

from grafana-email.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.