mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
* Add lowerbound and percentage threshold on host rules. (#6855) * Add interface rules. (#6855) * Added ability to blacklist hosts via Lua API * Not supposed to be committed * Method signature change to be called it also from a lua host script * Fix empty string heck * Add param check * Add example listing alerts * Fix params check * Fix alert raw queris * Removed debug code * MacOS changes * Updated (C) * Warning fixes * Removed sprintf calls * Added rx_only_hosts classification * https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar * Update dist: https://github.com/ntop/ntopng/issues/7233; extend datatable component to allow external vue components in table menu bar * Remove obsoleted comment * Minor GUI fix. (#6855) * Fix on alert format. (#6855) * Minor fix. (#6855) * Update doc. (#6855) --------- Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> Co-authored-by: Luca Deri <deri@ntop.org> Co-authored-by: Alfredo Cardigliano <cardigliano@ntop.org> Co-authored-by: uccidibuti <vannucci@ntop.org>
This commit is contained in:
parent
9618eee614
commit
cf8a89a7e1
15 changed files with 389 additions and 164 deletions
|
|
@ -94,6 +94,7 @@ local other_alert_keys = {
|
|||
alert_snmp_device_traffic_change = OTHER_BASE_KEY + 81,
|
||||
alert_local_host_blacklisted = OTHER_BASE_KEY + 82,
|
||||
alert_network_issues = OTHER_BASE_KEY + 83,
|
||||
alert_network_rule_threshold_cross = OTHER_BASE_KEY + 84,
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue