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

Support on click on graph #4

Open
MarcinJanowski opened this issue Dec 14, 2015 · 2 comments
Open

Support on click on graph #4

MarcinJanowski opened this issue Dec 14, 2015 · 2 comments

Comments

@MarcinJanowski
Copy link
Contributor

Hello, maybe you know how to add link to graph. I want to go to single graph page when i clink to graph, i think this should works as screen view.

@sepich
Copy link
Owner

sepich commented Dec 14, 2015

It is in include/views/monitoring.charts.php

$screen = CScreenBuilder::getScreen(array(
//'resourcetype' => SCREEN_RESOURCE_CHART, //uncomment to have selectable graphs

but there were some issues with it, so i've drafted more universal replacement:
https://github.com/sepich/zabbixGrapher
It is still 'work in progress' for Items, but Hosts/Graphs already work.
Just unpack to root of zabbix-web and fix /include/menu.inc.php to use grapher.php

@MarcinJanowski
Copy link
Contributor Author

Thanks, this is great ;) But dont works... When i click to graph i have error about permissions (but i'm super admin) on url: /charts.php?graphid=1354

Graph from last data works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants