Implements OS distribution

Implements #2874
This commit is contained in:
Matteo Biscosi 2021-02-21 17:17:59 +01:00
parent 41ff6bcb3b
commit f75331d2b5
10 changed files with 146 additions and 8 deletions

View file

@ -3854,6 +3854,10 @@ function areCountryTimeseriesEnabled(ifid)
return((ntop.getPref("ntopng.prefs.country_rrd_creation") == "1"))
end
function areOSTimeseriesEnabled(ifid)
return((ntop.getPref("ntopng.prefs.os_rrd_creation") == "1"))
end
function areVlanTimeseriesEnabled(ifid)
return(ntop.getPref("ntopng.prefs.vlan_rrd_creation") == "1")
end