Zabbix graph tree can show all graphs and log in one page


wget http://sourceforge.net/projects/zabbix/files/ZABBIX%20Latest%20Stable/3.0.4/zabbix-3.0.4.tar.gz
tar xf zabbix-3.0.4.tar.gz
cd frontends/php
ZBXVERSION=3.0.4
wget https://raw.githubusercontent.com/OneOaaS/graphtrees/master/graphtree${ZBXVERSION}.patch
#yum install -y patch
patch -Np0 <graphtree${ZBXVERSION}.patch
chown -R nginx:nginx oneoaas (if you ware use nginx web,the user is should be nginx)

Comment