Report this

What is the reason for this report?

Unable to turn the zabbix server on to start monitoring.

Posted on February 1, 2018
A A

By A A

I was told to turn on the Zabbix server from the Linux box using putty. What Command to use to turn it on?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Below commands to start the zabbix server service.

To enable and start the service :

$sudo systemctl enable zabbix-server.service $sudo systemctl start zabbix-server.service $sudo systemctl restart zabbix-server.service

To check the status:

#systemctl status zabbix-server.service

please use the below commands. If the above commands doesn’t work,

$sudo /etc/init.d/zabbix-server enable $sudo /etc/init.d/zabbix-server start $sudo /etc/init.d/zabbix-server restart

Let me if you have any queries…

Can you share screen shot while starting the server what is the error you are getting?

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.