Split RX/TX in other charts

This commit is contained in:
emanuele-f 2020-04-24 17:41:52 +02:00
parent c1a1ff54da
commit ebe2e78b7e
5 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ if page == "historical" then
graph_utils.drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
timeseries = {
{schema="subnet:traffic", label=i18n("traffic")},
{schema="subnet:traffic", label=i18n("traffic"), split_directions = true --[[ split RX and TX directions ]]},
{schema="subnet:broadcast_traffic", label=i18n("broadcast_traffic")},
{schema="subnet:engaged_alerts", label=i18n("show_alerts.engaged_alerts")},
{schema="subnet:tcp_retransmissions", label=i18n("graphs.tcp_packets_retr"), nedge_exclude=1},