Added checks on remote flow collection

- check clock drift and report it as alert
- fix flow time drift
This commit is contained in:
Luca Deri 2020-08-06 18:22:47 +02:00
parent 8684916788
commit 3ba1cc622e
8 changed files with 192 additions and 87 deletions

View file

@ -13,21 +13,25 @@ alert_notification_levels = {
icon = "fa-check-circle",
bg_color = "success",
title_text_color = "text-dark",
fill_color = "#28a745",
},
info = {
icon = "fa-info-circle",
bg_color = "info",
title_text_color = "text-dark",
fill_color = "#17a2b8",
},
warning = {
icon = "fa-exclamation-circle",
bg_color = "warning",
title_text_color = "text-dark",
fill_color = "#ffc107",
},
danger = {
icon = "fa-exclamation-triangle",
bg_color = "danger",
title_text_color = "text-dark",
fill_color = "#dc3545",
},
}