Aligns max. rrd dump time with configured heartbeat

This commit is contained in:
Simone Mainardi 2017-11-29 15:40:58 +01:00
parent fccb00515f
commit 6d4c9dc1cc
4 changed files with 4 additions and 9 deletions

View file

@ -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)