Update seednode version to 0.6.2

This commit is contained in:
Manfred Karrer 2017-12-17 21:21:19 +01:00
parent f12c89db78
commit ef8796be3c
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46
2 changed files with 2 additions and 4 deletions

View File

@ -37,8 +37,7 @@ import java.util.Arrays;
@Slf4j
public class SeedNode {
// Bisq v0.6.1 did not change anything relevant for that project so we stick with 0.6.0
public static final String VERSION = "0.6.1";
public static final String VERSION = "0.6.2";
private static BisqEnvironment bisqEnvironment;
public static void setEnvironment(BisqEnvironment bisqEnvironment) {

View File

@ -153,11 +153,10 @@ public class MetricsByNodeAddressMap extends HashMap<NodeAddress, Metrics> {
html.append("<font color=\"" + color + "\">" + str + "</font> ").append("<br/>");
if (deviation > 120 || deviation < 80) {
//TODO URL
if (slackApi != null)
slackApi.call(new SlackMessage("Warning: " + nodeAddress.getFullAddress(),
"<" + operator + ">" + " Your seed node delivers diverging results for " + dataItem + ". " +
"Please check the monitoring status page at http://localhost:8080/"));
"Please check the monitoring status page at http://178.62.249.232:8080/"));
}
});
sb.append("\nDuration all requests: ").append(allDurationsString)