当前位置: 代码迷 >> 综合 >> 运维平台(iTop)集成监控系统(Zabbix)的页面
  详细解决方案

运维平台(iTop)集成监控系统(Zabbix)的页面

热度:88   发布时间:2024-03-06 11:34:01.0

 

在这个文件里:如图所示

插入的这个位置,插入这一段代码,如图所示。

 

 

 if (!$bEditMode){$sStatus = $this->Get('status');$sName = $this->Get('name');if ($sStatus == 'production'){$oPage->SetCurrentTab(Dict::S('Zabbix'));$oPage->add('<div id="checkmk" style="width:100%;height:500px;">');$oPage->add('<iframe style="border:0;padding:0;margin:0;width:100%;height:500px;overflow:auto" ');$oPage->add('src="http://192.168.1.72/zabbix/charts.php?page=1&groupid=0&hostid=10685&graphid=2594&action=showgraph">');$oPage->add('</iframe></div>');}}

其中下面链接是zabbix一侧的图形地址。

http://192.168.1.72/zabbix/charts.php?page=1&groupid=0&hostid=10685&graphid=2594&action=showgraph

  相关解决方案