mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
default data directory migration from /var/tmp/ntopng to /var/lib/ntopng
This commit is contained in:
parent
b8edabeb6f
commit
5d986787b1
20 changed files with 84 additions and 29 deletions
|
|
@ -25,7 +25,7 @@ if (query == nil) then
|
|||
<div class="alert alert-warning alert-dismissible" role="alert">
|
||||
<button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span>
|
||||
<span class="sr-only">Close</span></button>
|
||||
<strong>Query Empty!</strong> Example: localhost:3000/lua/examples/sqlite.lua?query=/var/tmp/ntopng/0/flows/2014-15-15/07/08/01/45.sqlite
|
||||
<strong>Query Empty!</strong> Example: localhost:3000/lua/examples/sqlite.lua?query=/var/lib/ntopng/0/flows/2014-15-15/07/08/01/45.sqlite
|
||||
</div>
|
||||
]]
|
||||
|
||||
|
|
@ -71,4 +71,4 @@ else
|
|||
end
|
||||
end
|
||||
print ('<strong>Total flows: ' .. num .. '</strong>')
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue