Comandos Zabbix
Verificar se existe o agente do zabbix instalado, Pesquise:
rpm -qa | grep zabbix
*Se retornar vazio o agente do zabbix não está instalado no servidor
Ativar o agente do zabbix no Linux
sudo systemctl enable zabbix-agent
Iniciar o serviço
sudo systemctl start zabbix-agent
Verificar o status do agente do zabbix
sudo systemctl status zabbix-agent
Reiniciar o agente do Zabbix
sudo systemctl restart zabbix-agent
_________________________________________________________________________________________________