Hi All,
I have Installed Zabbix on Raspberry Pi and I have noticed that the Service is not running. i am unable to find any log file.
root@raspberry:/etc/zabbix# uname -a
Linux raspberry 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
root@raspberry:/etc/zabbix#
root@raspberry:/etc/zabbix# systemctl status zabbix-server.service
● zabbix-server.service - LSB: Start zabbix-server daemon
Loaded: loaded (/etc/init.d/zabbix-server; generated; vendor preset: enabled)
Active: active (exited) since Sat 2019-03-23 19:47:54 GMT; 22min ago
Docs: man:systemd-sysv-generator(8)
Process: 2022 ExecStop=/etc/init.d/zabbix-server stop (code=exited, status=0/SUCCESS)
Process: 2025 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/zabbix-server.service
Mar 23 19:47:54 raspberry systemd[1]: Starting LSB: Start zabbix-server daemon...
Mar 23 19:47:54 raspberry systemd[1]: Started LSB: Start zabbix-server daemon.
root@raspberry:/etc/zabbix#
root@raspberry:/etc/zabbix# cat /var/www/html/zabbix/php/conf/zabbix.conf.php
<?php
// Zabbix GUI configuration file.
global $DB;
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '0';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = 'password';
// Schema name. Used for IBM DB2 and PostgreSQL.
$DB['SCHEMA'] = '';
$ZBX_SERVER = '192.168.1.102';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'localhost';
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
root@raspberry:/etc/zabbix#
I can see the web page and i see this error in the dashboard.
I have Installed Zabbix on Raspberry Pi and I have noticed that the Service is not running. i am unable to find any log file.
root@raspberry:/etc/zabbix# uname -a
Linux raspberry 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
root@raspberry:/etc/zabbix#
root@raspberry:/etc/zabbix# systemctl status zabbix-server.service
● zabbix-server.service - LSB: Start zabbix-server daemon
Loaded: loaded (/etc/init.d/zabbix-server; generated; vendor preset: enabled)
Active: active (exited) since Sat 2019-03-23 19:47:54 GMT; 22min ago
Docs: man:systemd-sysv-generator(8)
Process: 2022 ExecStop=/etc/init.d/zabbix-server stop (code=exited, status=0/SUCCESS)
Process: 2025 ExecStart=/etc/init.d/zabbix-server start (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 4915)
CGroup: /system.slice/zabbix-server.service
Mar 23 19:47:54 raspberry systemd[1]: Starting LSB: Start zabbix-server daemon...
Mar 23 19:47:54 raspberry systemd[1]: Started LSB: Start zabbix-server daemon.
root@raspberry:/etc/zabbix#
root@raspberry:/etc/zabbix# cat /var/www/html/zabbix/php/conf/zabbix.conf.php
<?php
// Zabbix GUI configuration file.
global $DB;
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '0';
$DB['DATABASE'] = 'zabbix';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = 'password';
// Schema name. Used for IBM DB2 and PostgreSQL.
$DB['SCHEMA'] = '';
$ZBX_SERVER = '192.168.1.102';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'localhost';
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
root@raspberry:/etc/zabbix#
I can see the web page and i see this error in the dashboard.
Comment