Wednesday, 6 March 2013

Referensi install zabbix

http://metaler.dyndns.org/wordpress/?p=481
https://www.zabbix.com/wiki/howto/install/debian/zabbix18_on_debian_50
https://www.zabbix.com/wiki/howto/install/centos/centosinstall

saya pake debian & compile manual, pada dasarnya sama aja cara compile dengan tutz centos, cm ada beberapa jenis yang berbeda tergantung selera aja

urutan dump db zabbix

urutan dump sql di zabbix pake mysql
schema.sql
images.sql
data.sql

atasi error compile manual zabbix

waktu compile manual zabbix, di bagian ./configure bla.. bla.. bla.. muncul error

checking for mysql_config... no
configure: error: MySQL library not found
atasi dengan
apt-get install libmysqld-dev

===============
error muncul

checking for curl-config... no
configure: error: Curl library not found

atasi dengan

libcurl4-gnutls-dev

===============
error muncul

checking for main in -lnetsnmp... no
configure: error: Not found NET-SNMP library

atasi dengan
apt-get install libsnmp-dev

===============
error muncul


checking for OPENIPMI support... no
configure: error: Invalid OPENIPMI directory - unable to find ipmiif.h

atasi dengan
apt-get install openipmi libopenipmi-dev


===============
error muncul

checking for SSH2 support... no
configure: error: SSH2 library not found 
atasi dengan
apt-get install libssh2-1-dev libssh2-1








udah gitu doank...