Zabbix monitoring of my VPS

The monitoring part of a VPS is automatically configured during installation. The Zabbix agent as well as its automatic startup allows to get the values displayed on the client panel.

⚠️ If you turn off this agent, we will no longer be able to display CPU, memory and disk usage values (or possibly CPU, RAM and disk) on your panel.

If you have stopped the process usr/sbin/zabbix_agentdIf you have a problem with your VPS, just restart the VPS or start the process with systemd:

systemctl start zabbix-agent

But if you disable Zabbix with systemd you won't have any value reported on your customer panel either.

If you use iptables or other to secure your VPS, you risk blocking access to Zabbix. And finally, if you want to keep the monitoring values you must :

iptables -A INPUT -s 188.130.27.10,195.114.19.16 -p tcp -m tcp --dport 10555 -m comment --comment "Zabbix Nuxit ips authorization" -j ACCEPT

To manage your VPS, here is the support link.

Updated on 12 October 2022

Related Articles