Hello
I have installed Zabbix 3.2 in ubuntu 14.04
#more /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
I have installed zabbix-server, but it fails to start
#service zabbix-server status
zabbix-server stop/waiting
#service zabbix-server stop
stop: Unknown instance:
#pgrep zabbix-server
#service zabbix-server start
zabbix-server stop/pre-start, process 2971
#pgrep zabbix-server
I do not find much help in
#tail /var/log/upstart/zabbix-server.log
zabbix-server stop/pre-start, process 18729
zabbix-server stop/pre-start, process 18788
zabbix-server stop/pre-start, process 18865
zabbix-server stop/pre-start, process 18970
zabbix-server stop/pre-start, process 677
zabbix-server stop/pre-start, process 2971
#
I have installed mariadb as database
#dpkg -l | grep zabbix
ii zabbix-agent 1:2.4.7-1+trusty amd64 network monitoring solution - agent
ii zabbix-frontend-php 1:2.2.2+dfsg-1ubuntu1 all network monitoring solution - PHP front-end
ii zabbix-get 1:3.2.0-1+trusty amd64 Zabbix network monitoring solution - get
ii zabbix-server-mysql 1:2.2.2+dfsg-1ubuntu1 amd64 network monitoring solution - server (using MySQL)
#
it listens on the usual port
#lsof -i:3306
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mysqld 1388 mysql 22u IPv4 12397 0t0 TCP localhost:mysql (LISTEN)
and apache2 as web server
#lsof -i:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
apache2 2344 root 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2347 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2348 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2349 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2350 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2350 www-data 12u IPv6 32677 0t0 TCP abc.def:http->10.11.12.13:51375 (ESTABLISHED)
apache2 2351 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2390 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2423 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2424 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2425 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2426 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
#
on locahost:/zabbix/dashboard.php
I see a message, in red, every 5 seconds
Zabbix server is not running, the information displayed may not be current
Edit: I noticed no files exist in
#ls -alrt /var/log/zabbix-server
total 8
drwxr-xr-x 2 zabbix zabbix 4096 Feb 17 2014 .
drwxrwxr-x 16 root syslog 4096 Jan 2 08:38 ..
#
Thanks for any hint
I have installed Zabbix 3.2 in ubuntu 14.04
#more /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
I have installed zabbix-server, but it fails to start
#service zabbix-server status
zabbix-server stop/waiting
#service zabbix-server stop
stop: Unknown instance:
#pgrep zabbix-server
#service zabbix-server start
zabbix-server stop/pre-start, process 2971
#pgrep zabbix-server
I do not find much help in
#tail /var/log/upstart/zabbix-server.log
zabbix-server stop/pre-start, process 18729
zabbix-server stop/pre-start, process 18788
zabbix-server stop/pre-start, process 18865
zabbix-server stop/pre-start, process 18970
zabbix-server stop/pre-start, process 677
zabbix-server stop/pre-start, process 2971
#
I have installed mariadb as database
#dpkg -l | grep zabbix
ii zabbix-agent 1:2.4.7-1+trusty amd64 network monitoring solution - agent
ii zabbix-frontend-php 1:2.2.2+dfsg-1ubuntu1 all network monitoring solution - PHP front-end
ii zabbix-get 1:3.2.0-1+trusty amd64 Zabbix network monitoring solution - get
ii zabbix-server-mysql 1:2.2.2+dfsg-1ubuntu1 amd64 network monitoring solution - server (using MySQL)
#
it listens on the usual port
#lsof -i:3306
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mysqld 1388 mysql 22u IPv4 12397 0t0 TCP localhost:mysql (LISTEN)
and apache2 as web server
#lsof -i:80
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
apache2 2344 root 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2347 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2348 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2349 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2350 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2350 www-data 12u IPv6 32677 0t0 TCP abc.def:http->10.11.12.13:51375 (ESTABLISHED)
apache2 2351 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2390 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2423 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2424 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2425 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
apache2 2426 www-data 4u IPv6 15406 0t0 TCP *:http (LISTEN)
#
on locahost:/zabbix/dashboard.php
I see a message, in red, every 5 seconds
Zabbix server is not running, the information displayed may not be current
Edit: I noticed no files exist in
#ls -alrt /var/log/zabbix-server
total 8
drwxr-xr-x 2 zabbix zabbix 4096 Feb 17 2014 .
drwxrwxr-x 16 root syslog 4096 Jan 2 08:38 ..
#
Thanks for any hint
Comment