mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Check if smart recording is enabled
This commit is contained in:
parent
013422ac2b
commit
073a62a32a
1 changed files with 4 additions and 0 deletions
|
|
@ -658,6 +658,10 @@ function recording_utils.createConfig(ifid, params)
|
|||
|
||||
---
|
||||
|
||||
if not config.enable_smart_recording then
|
||||
return true
|
||||
end
|
||||
|
||||
-- Writing Smart configuration file
|
||||
|
||||
conf_dir = dirs.workingdir.."/disk2disk"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue