Support on click on graph
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.
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
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.