Update influxdbURL to opspto.airfrance.fr
This commit is contained in:
@@ -129,7 +129,6 @@ public class Cli {
|
|||||||
System.err.println(e.getMessage());
|
System.err.println(e.getMessage());
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import org.apache.commons.io.input.TailerListener;
|
|||||||
public class ParserEngine implements Runnable {
|
public class ParserEngine implements Runnable {
|
||||||
|
|
||||||
final private String database = "qualif";
|
final private String database = "qualif";
|
||||||
final private String urlInfluxdb = "http://diqmqs.airfrance.fr/influxdb_query/write?rp=one_week&db=" + database;
|
final private String urlInfluxdb = "http://opspto.airfrance.fr/influxdb_query/write?rp=one_week&db=" + database;
|
||||||
final long delay = 200;
|
final long delay = 200;
|
||||||
private boolean onceTime = false;
|
private boolean onceTime = false;
|
||||||
private ArrayList<Thread> threadsParser = null;
|
private ArrayList<Thread> threadsParser = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user