Hey People!
Background: My linux is rusty and 1rst time using/installing Zabbix. I need to monitor several devices on a project and was surprised with everything can be done with this software, therefore I wanted to give it a try.
System: VM using CentOS 8, trying to. instal Zabbix 4.4 with MySQL
I manage to:
* Install and configure mariaDB including scheme
* Installed zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
I modified the .config file to add the database password
When I tried to start de server by using command [root@localhost ~]# systemctll start zabbix-server
## I got :
Job for zabbix-server.service failed because the control process exited with error code.
See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
## Checked the server status:
[root@localhost ~]# systemctl status zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2019-11-06 01:30:48 EST; 9s ago
Process: 10519 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
Nov 06 01:30:48 localhost.localdomain systemd[1]: zabbix-server.service: Control process exited, code=exited status=1
Nov 06 01:30:48 localhost.localdomain systemd[1]: zabbix-server.service: Failed with result 'exit-code'.
Nov 06 01:30:48 localhost.localdomain systemd[1]: Failed to start Zabbix Server.
## I tried to check the log
[root@localhost ~]# less /var/log/zabbix/zabbix_server.log
/var/log/zabbix/zabbix_server.log: No such file or directory
[root@localhost ~]#
Any advice on how to solve this problem. Thanks in advance!
Background: My linux is rusty and 1rst time using/installing Zabbix. I need to monitor several devices on a project and was surprised with everything can be done with this software, therefore I wanted to give it a try.
System: VM using CentOS 8, trying to. instal Zabbix 4.4 with MySQL
I manage to:
* Install and configure mariaDB including scheme
* Installed zabbix-server-mysql zabbix-web-mysql zabbix-apache-conf zabbix-agent
I modified the .config file to add the database password
When I tried to start de server by using command [root@localhost ~]# systemctll start zabbix-server
## I got :
Job for zabbix-server.service failed because the control process exited with error code.
See "systemctl status zabbix-server.service" and "journalctl -xe" for details.
## Checked the server status:
[root@localhost ~]# systemctl status zabbix-server.service
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2019-11-06 01:30:48 EST; 9s ago
Process: 10519 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=1/FAILURE)
Nov 06 01:30:48 localhost.localdomain systemd[1]: zabbix-server.service: Control process exited, code=exited status=1
Nov 06 01:30:48 localhost.localdomain systemd[1]: zabbix-server.service: Failed with result 'exit-code'.
Nov 06 01:30:48 localhost.localdomain systemd[1]: Failed to start Zabbix Server.
## I tried to check the log
[root@localhost ~]# less /var/log/zabbix/zabbix_server.log
/var/log/zabbix/zabbix_server.log: No such file or directory
[root@localhost ~]#
Any advice on how to solve this problem. Thanks in advance!
Comment