Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
In step 3, I got error while enabling zabbix-server. And I got the following information when I use
tail -f /var/log/zabbix-server/zabbix_server.log :
18607:20170629:174454.122 using configuration file: /etc/zabbix/zabbix_server.conf
18607:20170629:174454.124 [Z3005] query failed: [1146] Table ‘zabbix.users’ doesn’t exist [select userid from users limit 1]
18607:20170629:174454.125 cannot use database “zabbix”: database is not a Zabbix database
tho hours of work and complete fail.
Te agent is not working
Job for zabbix-agent.service failed because the control process exited with error code. See “systemctl status zabbix-agent.service” and “journalctl -xe” for details.
Thanks for your help.
I solved the invalid parameter you mentioned and now agent is running.
Now the problem is that the zabix server webpage says
zabbix server is not running : the information displayed may not be current.
The command line says zabbix is running. Te web interface says it is not runiing
root@zabbix:/# sudo systemctl status zabbix-server ● zabbix-server.service - Zabbix Server Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2018-01-12 18:19:33 UTC; 11min ago Process: 1034 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, status=0/SUCCESS) Main PID: 1071 (zabbix_server) Tasks: 1 Memory: 12.7M CPU: 44ms CGroup: /system.slice/zabbix-server.service └─1071 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Jan 12 18:19:33 zabbix systemd[1]: Starting Zabbix Server… Jan 12 18:19:33 zabbix systemd[1]: zabbix-server.service: Supervising process 1071 which is not our child. We’ll most likely not notice when it exits. Jan 12 18:19:33 zabbix systemd[1]: Started Zabbix Server. Jan 12 18:30:50 zabbix systemd[1]: Started Zabbix Server.
I need help. Command line say the zabiix is run but the interface, say is not. This is status of server:
root@INVcloudcount:~# sudo systemctl status zabbix-server ● zabbix-server.service - Zabbix Server Loaded: loaded (/lib/systemd/system/zabbix-server.service; enabled; vendor pr Active: active (running) since Mon 2018-08-06 10:47:16 CEST; 2min 16s ago Process: 16183 ExecStop=/bin/kill -SIGTERM $MAINPID (code=exited, status=0/SUC Process: 16187 ExecStart=/usr/sbin/zabbix_server -c $CONFFILE (code=exited, st Main PID: 16192 (zabbix_server) Tasks: 1 Memory: 2.2M CPU: 25ms CGroup: /system.slice/zabbix-server.service └─16192 /usr/sbin/zabbix_server -c /etc/zabbix/zabbix_server.conf
Aug 06 10:47:16 INVcloudcount systemd[1]: zabbix-server.service: Main process ex Aug 06 10:47:16 INVcloudcount systemd[1]: Stopped Zabbix Server. Aug 06 10:47:16 INVcloudcount systemd[1]: zabbix-server.service: Unit entered fa Aug 06 10:47:16 INVcloudcount systemd[1]: zabbix-server.service: Failed with res Aug 06 10:47:16 INVcloudcount systemd[1]: Starting Zabbix Server… Aug 06 10:47:16 INVcloudcount systemd[1]: zabbix-server.service: PID file /run/z Aug 06 10:47:16 INVcloudcount systemd[1]: Started Zabbix Server. lines 1-19/19 (END)…skipping…
zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix
has to be changed to
zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -u zabbix -p zabbix