mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implements flow check modules enable/disable prefs
This commit is contained in:
parent
d672d93750
commit
e2c9e729a4
6 changed files with 143 additions and 54 deletions
|
|
@ -1537,6 +1537,7 @@ local special_parameters = { --[[Suffix validator]] --[[Value Validator]]
|
|||
["op_"] = { validateAlertDescriptor, validateOperator }, -- key: an alert descriptor, value: alert operator
|
||||
["value_"] = { validateAlertDescriptor, validateAlertValue }, -- key: an alert descriptor, value: alert value
|
||||
["slack_ch_"] = { validateNumber, validateSingleWord }, -- slack channel name
|
||||
["enabled_"] = { validateAlertDescriptor, validateAlertValue }, -- key: a check module key, value: alert value
|
||||
|
||||
-- Protocol to categories match
|
||||
["proto_"] = { validateProtocolId, validateCategory },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue