mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
41ff6bcb3b
commit
f75331d2b5
10 changed files with 146 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue