mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add support for AS checks in scripts/lua/modules/check_definitions/as/
This commit is contained in:
parent
1dd5076118
commit
0d6e639772
7 changed files with 139 additions and 7 deletions
|
|
@ -26,3 +26,4 @@ local do_trace = false
|
|||
|
||||
checks.interfaceChecks(granularity, checks_var, do_trace)
|
||||
checks.hostChecks(granularity, checks_var, do_trace)
|
||||
checks.asChecks(granularity, checks_var, do_trace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue