Unifies all internals timeseries in a single preference

Implements #3459
This commit is contained in:
Simone Mainardi 2020-02-28 15:00:14 +01:00
parent 717b2f88ce
commit ec724babcf
8 changed files with 30 additions and 25 deletions

View file

@ -3171,8 +3171,8 @@ local lang = {
["toggle_top_sites_title"] = "Top HTTP Sites",
["toggle_traffic_rrd_creation_description"] = "Toggle the creation of bytes and packets timeseries.",
["toggle_traffic_rrd_creation_title"] = "Traffic",
["toggle_user_scripts_rrds_description"] = "Toggle the creation of timeseries for the number of calls, dropped calls, and duration of user scripts.",
["toggle_user_scripts_rrds_title"] = "User Scripts",
["toggle_internals_rrds_description"] = "Toggle the creation of <a href=\"%{url}\">internals</a> timeseries, e.g., hash tables entries, periodic activities duration and number of timeseries points written, plugins duration and number of calls.",
["toggle_internals_rrds_title"] = "Internals",
["toggle_users_rrds_description"] = "Toggle the creation of bytes and applications timeseries for defined users.",
["toggle_users_rrds_title"] = "Users",
["toggle_vlan_rrds_description"] = "Toggle the creation of bytes and applications timeseries for VLANs.",