mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
added snmp topology support in http_lint.lua
This commit is contained in:
parent
f000dcb30a
commit
c8098e8d0b
1 changed files with 4 additions and 0 deletions
|
|
@ -1294,6 +1294,10 @@ local known_parameters = {
|
|||
["script_subdir"] = validateSingleWord,
|
||||
["script_key"] = validateSingleWord,
|
||||
|
||||
-- Topology SNMP Devices
|
||||
["topology_host"] = validateIPV4,
|
||||
|
||||
|
||||
-- Script editor
|
||||
["plugin_file_path"] = validateLuaScriptPath,
|
||||
["plugin_path"] = validateLuaScriptPath,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue