1 頁 (共 1 頁)

usr/share/monitorix//

發表於 : 2014-01-09 16:42:10
yehlu
add key

代碼: 選擇全部

wget http://apt.izzysoft.de/izzysoft.asc
apt-key add izzysoft.asc

/etc/apt/sources.list

代碼: 選擇全部

deb http://apt.izzysoft.de/ubuntu generic universe
install

代碼: 選擇全部

apt-get update
apt-get install rrdtool librrds-perl libwww-perl
apt-get install monitorix
allow access

代碼: 選擇全部

 vi  /etc/apache2/conf.d/monitorix.conf
vi /etc/monitorix.conf

代碼: 選擇全部

<httpd_builtin>
	enabled = n
	...

代碼: 選擇全部

chmod 777 /usr/share/monitorix/imgs/
start

代碼: 選擇全部

/etc/init.d/monitorix restart
/etc/init.d/apache2 restart