Fixed n2disk-ntopng service check

This commit is contained in:
Alfredo Cardigliano 2019-02-21 19:26:48 +01:00
parent dd37cafa12
commit dee19c218f

View file

@ -120,7 +120,7 @@ function recording_utils.checkAvailable()
if(not ntop.isWindows())
and (not ntop.isnEdge())
and os_utils.hasService("n2disk-ntopng", getInterfaceName(getFirstInterfaceId())) then
and os_utils.hasService("n2disk-ntopng", "dummy") then
is_available = true
end