This checklist provides an approach to diagnosing and resolving common issues that might prevent the login page from displaying properly.
df -h
top
free -m
netstat -tulnp | grep [port_number]
setenv.sh
iptables -L
or firewall-cmd –list-all
firewall-cmd –zone=public –add-port=[port_number]/tcp –permanent
sudo firewall-cmd –reload
systemctl status promonitor
/ systemctl status promonitor-cockpit
systemctl restart promonitor
/ systemctl restart promonitor-cockpit
tail -f server.log
systemctl status mysqld.service
, systemctl status victoriametrics.service
apt-get install –reinstall mysqld
or yum reinstall mysqld
ls -l /opt/Pro.Monitor