mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Refactors script_categories into check_categories (c++ and lua)
This commit is contained in:
parent
9cc3162513
commit
e33af8a23c
110 changed files with 208 additions and 208 deletions
|
|
@ -15,8 +15,8 @@ local global_state = nil
|
|||
-- #################################################################
|
||||
|
||||
local script = {
|
||||
-- Script category, see checks.script_categories for all available categories
|
||||
category = checks.script_categories.other,
|
||||
-- Script category, see checks.check_categories for all available categories
|
||||
category = checks.check_categories.other,
|
||||
|
||||
-- This module is enabled by default
|
||||
default_enabled = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue