zabbix修改頁面顯示資料超過20個字元問題

2021-09-13 18:27:38 字數 626 閱讀 3715

zabbix過程中,由於agent端傳送的字串很長,需要需要能夠在頁面中完全看完整個字串,但是預設zabbix在頁面中只會顯示20個字元長度的字串。

通過find命令找到items.inc.php檔案,我的檔案路徑/var/www/html/zabbix/include/items.inc.php

[root@localhost zabbix]# find / -name items.inc.php

/var/www/html/zabbix/include/items.inc.php

/usr/local/zabbix/zabbix-3.4.6/frontends/php/include/items.inc.php

/usr/local/zabbix/php/include/items.inc.php

/opt/zabbix-3.4.6/frontends/php/include/items.inc.php

檔案的1185-1188行為20個字元的限制區域,可以根據實際需求更改20的值,我是將這幾行注釋掉,保證能夠看到所有資料。

phpcms 後台登入後顯示頁面修改

phpcms後台登陸後的頁面修改 phpcms modules admin templates main.tpl.php 1,安全提示部分 2授權資訊 3,團隊部分 4,系統資訊部分 5,快捷方式部分 6,個人資訊部分 如果要整合其他頁面到這個頁面下,可以使用 isset cookie okxll ...

若依修改頁面資料

如果使用的是 option的這種 含有columns 則使用formatter 進行修改 在頁面顯示的studentgender的那列 是 0 或 1 function removeurl prefix remove modalname 學生 columns table.init options 修...

PHP超簡易頁面資料寫入excel

html部分 lang en charset utf 8 畢業方向統計title head 畢業方向統計 php部分 header content type text html charset utf 8 if isset post upload 檔案存在則寫入,檔案不存在則建立 filename ...