File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/pangdata/apps/monitor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040import org .slf4j .LoggerFactory ;
4141
4242import com .pangdata .sdk .Pang ;
43- import com .pangdata .sdk .http . PangHttp ;
43+ import com .pangdata .sdk .mqtt . PangMqtt ;
4444import com .pangdata .sdk .util .PangProperties ;
4545
4646// http://www.fromdual.com/innodb-variables-and-status-explained
@@ -78,7 +78,7 @@ public class MysqlMariaDBMonitor {
7878
7979 public static void main (String [] args ) throws Exception {
8080 // Prever must be initialized first to use prever.properties by PangProperties
81- final Pang prever = new PangHttp ();
81+ final Pang prever = new PangMqtt ();
8282
8383 JDBC_DRIVER = (String ) PangProperties .getProperty ("jdbc.driverClassName" );
8484 DB_URL = (String ) PangProperties .getProperty ("jdbc.url" );
You can’t perform that action at this time.
0 commit comments