mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added checks on remote flow collection
- check clock drift and report it as alert - fix flow time drift
This commit is contained in:
parent
8684916788
commit
3ba1cc622e
8 changed files with 192 additions and 87 deletions
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue