Hi folks.
I've some problem installing Zabbix 1.1b5.
I've followed the installations steps compiling and installing the program.
I've created the /etc/zabbix/zabbix_server.conf file as default.
Then I've launched zabbix_server:
# ./zabbix_server &
and I've verified it is running:
# ps -Al | grep zabbix
0 S 0 7881 7855 0 69 0 - 746 nanosl pts/1 00:00:00 zabbix_server
but if I launch:
# netstat -an|grep 10051
I get no answer, and if I try:
# telnet localhost 10051
I get:
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I've noticed that no pid and no log file are created, even if they are declared inside zabbix_server.conf
How can I fix the problem?
Thank you
Nico
I've some problem installing Zabbix 1.1b5.
I've followed the installations steps compiling and installing the program.
I've created the /etc/zabbix/zabbix_server.conf file as default.
Then I've launched zabbix_server:
# ./zabbix_server &
and I've verified it is running:
# ps -Al | grep zabbix
0 S 0 7881 7855 0 69 0 - 746 nanosl pts/1 00:00:00 zabbix_server
but if I launch:
# netstat -an|grep 10051
I get no answer, and if I try:
# telnet localhost 10051
I get:
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
I've noticed that no pid and no log file are created, even if they are declared inside zabbix_server.conf
How can I fix the problem?
Thank you
Nico
Comment