diff --git a/Installers/pre_install_clearOS.sh b/Installers/pre_install_clearOS.sh index 92b38ba..5387996 100644 --- a/Installers/pre_install_clearOS.sh +++ b/Installers/pre_install_clearOS.sh @@ -75,5 +75,7 @@ sudo systemctl daemon-reload sudo systemctl enable exporterd sudo systemctl restart exporterd -echo -e "Проверить работу zabbix-agent ${C_LGn}sudo systemctl status zabbix-agent${RES}" -echo -e "Проверить работу Node Exporter ${C_LGn}sudo journalctl -u exporterd -f${RES}" \ No newline at end of file +zabbix_agentd -V + +echo -e "\nПроверить работу zabbix-agent ${C_LGn}sudo systemctl status zabbix-agent${RES}" +echo -e "\nПроверить работу Node Exporter ${C_LGn}sudo journalctl -u exporterd -f${RES}" \ No newline at end of file