mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed SNMP checks started with community
This commit is contained in:
parent
5406eb004d
commit
09a9fbcda5
1 changed files with 4 additions and 0 deletions
|
|
@ -2174,6 +2174,10 @@ end
|
|||
|
||||
-- The function below ia called once (#pragma once)
|
||||
local function setupSNMPChecks(str_granularity, checks_var, do_trace)
|
||||
if not ntop.isEnterprise() then
|
||||
return
|
||||
end
|
||||
|
||||
local snmp_device_pools = require "snmp_device_pools"
|
||||
|
||||
if do_trace then print("alert.lua:setup("..str_granularity..") called\n") end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue