Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link when using iframes to have iframes without using the grafana-renderer and still have links to Grafana #300

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 21, 2022

  1. Update Grapher.php

    Hi Carsten
    We have the problem, that the grafana-renderer is very slow and uses a lot resources. Is much faster, to use iframes to embed graphs in icingaweb2. Further you then have tooltips in the graphs.
    The downside is, that you do no longer have links to grafana to open a dashboard from icingaweb2.
    So I extended Grapher.php to add a link above the grafana panels embedded as iframes into icingaweb2. With this, you have much faster rendering of the graphs in the iframes and you still can click on a link '=> see in Grafana' to open the panel in Grafana.
    
    I did the according changes to GeneralConfigForm.php to be able to interactively do the config for the grafana-module too.
    mdicss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ff6d5e0 View commit details
    Browse the repository at this point in the history
  2. Update GeneralConfigForm.php

    I did the according changes to GeneralConfigForm.php to be able to interactively do the config for the grafana-module too.
    
    Maybe someone can enhance the php?
    mdicss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    280ef41 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from mdicss/patch-1

    Update Grapher.php
    mdicss committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1266d3b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Update GeneralConfigForm.php

    Make hight configurabel for iframes.
    mdicss committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    23189b6 View commit details
    Browse the repository at this point in the history
  2. Update Grapher.php

    mdicss committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    36050a4 View commit details
    Browse the repository at this point in the history