mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Cleanup api
This commit is contained in:
parent
fb384dead0
commit
4c6a910a3b
2 changed files with 0 additions and 125 deletions
|
|
@ -20,7 +20,6 @@ local endpoint_configs = require("endpoints")
|
|||
local endpoints = endpoint_configs.get_configs(true)
|
||||
|
||||
local host_pools = require "host_pools":create()
|
||||
local interface_pools = require "interface_pools":create()
|
||||
|
||||
if not isAdministratorOrPrintErr() then
|
||||
return
|
||||
|
|
@ -78,7 +77,6 @@ local context = {
|
|||
check_categories = checks.check_categories,
|
||||
pools = {
|
||||
host_pools = host_pools:get_all_pools(),
|
||||
interface_pools = interface_pools:get_all_pools(),
|
||||
},
|
||||
alert_severities = alert_severities,
|
||||
filters = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue