mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Disables experimental code
This commit is contained in:
parent
5f2ab30351
commit
c67d16e701
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ local script = {
|
|||
-- #################################################################
|
||||
|
||||
function script.hooks.min(params)
|
||||
if true then -- TODO: set to true to execute
|
||||
if false then -- TODO: set to true to execute
|
||||
local Alert = alert_consts.alert_types.alert_host_new_api_demo.new()
|
||||
|
||||
Alert:set_severity(alert_consts.alert_severities.error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue