[enh] Watch ww and ww2 diff

This commit is contained in:
2019-08-31 17:43:29 +02:00
parent f71fe39271
commit 10925352ab
7 changed files with 130 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ export interface Conf {
ws2pServers: ConfWS2P[]
bmaServers: ConfBMA[]
dprobeHeartbeats: ConfDprobeHeartbeat[]
webDiffServers: ConfWebDiff[]
mail: ConfMail
}
@@ -20,6 +21,12 @@ export interface ConfURL {
frequency: number
}
export interface ConfWebDiff {
file1: string
file2: string
frequency: number
}
export interface ConfBMA extends ConfURL {
maxLate?: number
}