Fix undefined dirs in alert_slow_periodic_activity.lua

This commit is contained in:
Alfredo Cardigliano 2020-12-18 10:02:23 +01:00
parent c3dffddd80
commit da2b6e152c

View file

@ -2,6 +2,7 @@
-- (C) 2019-20 - ntop.org
--
local dirs = ntop.getDirs()
local alert_keys = require "alert_keys"
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path