Pro.Monitor V6.7
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
rpm -qa | grep jre
jre1.8-1.8.0_151-fcs.x86_64
sudo rpm -ivh jre-8u172-linux-x64.rpm
sudo rpm -Uvh jre-8u172-linux-x64.rpm
/opt/Pro.Monitor
folder must exist, otherwise the install script will not install the application systemctl status firewalld
If the state is Active and Loaded, this means that it has been started
Please see the firewall Section below
sudo iptables -L
tar -zxvf [ARCHIVE FILE NAME]
./install.sh
systemctl start promonitor
tar -zxvf [ARCHIVE FILE NAME]
./update.sh
systemctl start promonitor
tar -zxvf [ARCHIVE FILE NAME]
./update.sh
systemctl start promonitor
yum install promonitor
yum update promonitor
systemctl stop promonitor
systemctl start promonitor
systemctl status promonitor
To be able to configure and use Pro.Monitor, the admin port (by default 8888) should be open
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
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver" maxActive="100" maxIdle="30" maxWait="10000" validationQuery="SELECT 1" name="jdbc/DsWepAppDb" password="[DB user password]" type="javax.sql.DataSource" url="jdbc:mysql://[DB server]/[DB name]" username="[DB user]"/>
<Resource auth="Container" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" maxActive="100" maxIdle="30" maxWait="10000" validationQuery="SELECT 1" name="jdbc/DsWepAppDb" type="javax.sql.DataSource" url="jdbc:sqlserver://[DB server URL];databaseName=[DB name];user=[DB user];password=[DB user password];"/>
<prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
<prop key="hibernate.dialect">org.hibernate.dialect.SQLServer2008Dialect</prop>