mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed still not implemented check (#6977)
This commit is contained in:
parent
49b0d0bbee
commit
4ee36c721f
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ local flow_alert_keys = require "flow_alert_keys"
|
|||
-- #################################################################
|
||||
|
||||
-- NOTE: this module is always enabled
|
||||
local script = {
|
||||
--[[local script = {
|
||||
-- Script category
|
||||
category = checks.check_categories.network,
|
||||
|
||||
|
|
@ -32,3 +32,4 @@ local script = {
|
|||
-- #################################################################
|
||||
|
||||
return script
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue