mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Aligns max. rrd dump time with configured heartbeat
This commit is contained in:
parent
fccb00515f
commit
6d4c9dc1cc
4 changed files with 4 additions and 9 deletions
|
|
@ -11,12 +11,6 @@ local callback_utils = {}
|
|||
|
||||
-- ########################################################
|
||||
|
||||
function callback_utils.print(file, line, message)
|
||||
print("["..file.."]:["..line.."] "..message)
|
||||
end
|
||||
|
||||
-- ########################################################
|
||||
|
||||
-- Iterates available interfaces, excluding PCAP interfaces.
|
||||
-- Each valid interface is select-ed and passed to the callback.
|
||||
function callback_utils.foreachInterface(ifnames, condition, callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue