Update influxdbURL to opspto.airfrance.fr

This commit is contained in:
Maxime Chassagneux
2017-03-28 13:15:36 +02:00
parent 5f03566957
commit 38e5805941
2 changed files with 2 additions and 3 deletions

View File

@@ -129,7 +129,6 @@ public class Cli {
System.err.println(e.getMessage());
System.exit(0);
}
}
}

View File

@@ -1,4 +1,4 @@
package com.airfrance.diqmqs.logparser;
package com.airfrance.diqmqs.logparser;
import java.io.File;
import java.io.IOException;
@@ -22,7 +22,7 @@ import org.apache.commons.io.input.TailerListener;
public class ParserEngine implements Runnable {
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;
private boolean onceTime = false;
private ArrayList<Thread> threadsParser = null;