I have a problem with zabbix, I am new, and I have searched but I have not found the solution.
When typing systemctl status zabbix-server the result I get is the following:
[root@localhost /]# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: deactivating (stop-sigterm) (Result: exit-code) since vie 2018-06-22 08:13:48 -04; 1h 5min ago
Process: 15183 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 15128 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 15130 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/zabbix-server.service
├─15151 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
└─15153 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
jun 22 08:13:48 localhost.localdomain kill[15183]: with the same uid as the present process
jun 22 08:13:48 localhost.localdomain kill[15183]: -s, --signal <sig> send specified signal
jun 22 08:13:48 localhost.localdomain kill[15183]: -q, --queue <sig> use sigqueue(2) rather than kill(2)
jun 22 08:13:48 localhost.localdomain kill[15183]: -p, --pid print pids without signaling them
jun 22 08:13:48 localhost.localdomain kill[15183]: -l, --list [=<signal>] list signal names, or convert one to a name
jun 22 08:13:48 localhost.localdomain kill[15183]: -L, --table list signal names and numbers
jun 22 08:13:48 localhost.localdomain kill[15183]: -h, --help display this help and exit
jun 22 08:13:48 localhost.localdomain kill[15183]: -V, --version output version information and exit
jun 22 08:13:48 localhost.localdomain kill[15183]: For more details see kill(1).
jun 22 08:13:48 localhost.localdomain systemd[1]: zabbix-server.service: control process exited, code=exited status=1
but according to the manuel I was following for the installation it should show in status in active is Active: active (running)
looking I saw something about a file zabbix_server.pid, that file I do not have it installed, it is not.
someone who can help me please.
When typing systemctl status zabbix-server the result I get is the following:
[root@localhost /]# systemctl status zabbix-server
● zabbix-server.service - Zabbix Server
Loaded: loaded (/usr/lib/systemd/system/zabbix-server.service; enabled; vendor preset: disabled)
Active: deactivating (stop-sigterm) (Result: exit-code) since vie 2018-06-22 08:13:48 -04; 1h 5min ago
Process: 15183 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=1/FAILURE)
Process: 15128 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS)
Main PID: 15130 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/zabbix-server.service
├─15151 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
└─15153 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
jun 22 08:13:48 localhost.localdomain kill[15183]: with the same uid as the present process
jun 22 08:13:48 localhost.localdomain kill[15183]: -s, --signal <sig> send specified signal
jun 22 08:13:48 localhost.localdomain kill[15183]: -q, --queue <sig> use sigqueue(2) rather than kill(2)
jun 22 08:13:48 localhost.localdomain kill[15183]: -p, --pid print pids without signaling them
jun 22 08:13:48 localhost.localdomain kill[15183]: -l, --list [=<signal>] list signal names, or convert one to a name
jun 22 08:13:48 localhost.localdomain kill[15183]: -L, --table list signal names and numbers
jun 22 08:13:48 localhost.localdomain kill[15183]: -h, --help display this help and exit
jun 22 08:13:48 localhost.localdomain kill[15183]: -V, --version output version information and exit
jun 22 08:13:48 localhost.localdomain kill[15183]: For more details see kill(1).
jun 22 08:13:48 localhost.localdomain systemd[1]: zabbix-server.service: control process exited, code=exited status=1
but according to the manuel I was following for the installation it should show in status in active is Active: active (running)
looking I saw something about a file zabbix_server.pid, that file I do not have it installed, it is not.
someone who can help me please.
Comment