Minor change

This commit is contained in:
Luca Deri 2018-04-25 15:37:18 +02:00
parent 00cdeb1992
commit 5b4017ff49

View file

@ -26,5 +26,5 @@ if ntop.isPro() then
local time_threshold = when - (when % 300) + 300 - 10 -- safe margin
snmp_read_interface_counters(config, time_threshold, verbose)
snmp_check_device_status(config, time_threshold, verbose)
snmp_check_device_status(config, time_threshold, verbose)
end