mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Adds a method to print purged hosts/flows error messages
This commit is contained in:
parent
e3a6fd8394
commit
c28fe1248e
3 changed files with 9 additions and 4 deletions
|
|
@ -2015,3 +2015,8 @@ function getFlowStatus(status)
|
|||
else return("<font color=orange>Unknown status ("..status..")</font>")
|
||||
end
|
||||
end
|
||||
|
||||
-- prints purged information for hosts / flows
|
||||
function purgedErrorString()
|
||||
return 'Very likely it is expired and ntopng has purged it from memory. You can set purge idle timeout settings from the <A HREF="'..ntop.getHttpPrefix()..'/lua/admin/prefs.lua?subpage_active=data_purge"><i class="fa fa-flask"></i> Preferences</A>.'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue