OS : CentOS - 4.3
kernel : 2.6.x
apache : 2.2.3
php : 5.1.4
mysql : 5.0.22
net-snmp : net-snmp-5.2.2-1.EL4.i386.rpm
zabbix : 1.1.1
install ==========
1) Create the ZABBIX database & adduser zabbix
adduser zabbix
create database zabbix;
cat create/mysql/schema.sql | mysql –uroot -p zabbix
cat create/data/data.sql | mysql -uroot -p zabbix
2) Configure and compile the source code for your system
./configure --enable-server --enable-agent --with-mysql=/usr/local/mysql --with-net-snmp
3) Make and install everything
make install
4) Configure /etc/services
zabbix_agent 10050/tcp
zabbix_trap 10051/tcp
5) Modify default settings in configuration files
mkdir -p /etc/zabbix
cp /opt/zabbix/misc/conf/* /etc/zabbix
modify zabbix_server
6) START
/usr/local/bin/zabbix_server start
but
File [/var/tmp/zabbix_server.pid] exists. Is this process already running ?
so
root# killall zabbix
zabbix: no process killed
I can't start zabbix_server..
Help me..
kernel : 2.6.x
apache : 2.2.3
php : 5.1.4
mysql : 5.0.22
net-snmp : net-snmp-5.2.2-1.EL4.i386.rpm
zabbix : 1.1.1
install ==========
1) Create the ZABBIX database & adduser zabbix
adduser zabbix
create database zabbix;
cat create/mysql/schema.sql | mysql –uroot -p zabbix
cat create/data/data.sql | mysql -uroot -p zabbix
2) Configure and compile the source code for your system
./configure --enable-server --enable-agent --with-mysql=/usr/local/mysql --with-net-snmp
3) Make and install everything
make install
4) Configure /etc/services
zabbix_agent 10050/tcp
zabbix_trap 10051/tcp
5) Modify default settings in configuration files
mkdir -p /etc/zabbix
cp /opt/zabbix/misc/conf/* /etc/zabbix
modify zabbix_server
6) START
/usr/local/bin/zabbix_server start
but
File [/var/tmp/zabbix_server.pid] exists. Is this process already running ?
so
root# killall zabbix
zabbix: no process killed
I can't start zabbix_server..
Help me..
Comment