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!
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?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.