- Download latest source from www.zabbix.com
- Installation Manual for 1.8 http://www.zabbix.com/documentation/1.8/manual/installation/installation_from_source
- service zabbix-server stop
- service zabbix-agentd stop
- tar xvf zabbix-1.8.6.tar.gz
- cd zabbix-1.8.6
- ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
- make install
- cp /usr/local/sbin/zabbix* /sbin
- cd frontends
- cp php /var/www/html/php -R
- cd /var/www/html
- mv zabbix zabbix185
- mv php zabbix
- chown apache.apache zabbix -R
- http://<servername>/zabbix to run the setup and finish
As title, It is a memo of my daily work, it won't be very detail but enough to retrieve what I have to.
Wednesday, August 10, 2011
Steps for Upgrading Zabbix Minor Version
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment