Pro.Monitor V6.8
- Install Promonitor
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
/opt/Pro.Monitor
folder must exist, otherwise the install script will not install the applicationtar -zxvf [ARCHIVE FILE NAME]
./install.sh
systemctl start promonitor
tar -zxvf [ARCHIVE FILE NAME]
./update.sh
systemctl start promonitor
/opt/Pro.Monitor/bin/setenv.sh
To be able to configure and use Pro.Monitor, the admin port (by default 8888) should be open
* Check if Network Firewall is enabled
systemctl status firewalld
If the state is Active and Loaded, this means that it has been started
sudo iptables -L
sudo firewall-cmd –zone=public –add-port=8888/tcp –permanent
sudo firewall-cmd –reload
sudo iptables -I INPUT -p tcp -m tcp –dport 8888 -j ACCEPT
sudo service iptables save
systemctl start/stop promonitor