zabbix icon indicating copy to clipboard operation
zabbix copied to clipboard

Support on click on graph

Open MarcinJanowski opened this issue 10 years ago • 2 comments

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.

MarcinJanowski avatar Dec 14 '15 12:12 MarcinJanowski

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

sepich avatar Dec 14 '15 22:12 sepich

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.

MarcinJanowski avatar Dec 15 '15 10:12 MarcinJanowski