Fix invalid ds name

This commit is contained in:
emanuele-f 2017-11-08 16:49:49 +01:00
parent 531a9455b9
commit 0a064fe4da
3 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ local top_rrds = {
{rrd="broadcast_bytes.rrd", label=i18n("broadcast_traffic")},
{rrd="packets.rrd", label=i18n("packets")},
{rrd="drops.rrd", label=i18n("graphs.packet_drops")},
{rrd="num_zmq_received_flows.rrd", label=i18n("graphs.zmq_received_flows")},
{rrd="num_zmq_rcvd_flows.rrd", label=i18n("graphs.zmq_received_flows")},
{separator=1},
{rrd="tcp_lost.rrd", label=i18n("graphs.tcp_packets_lost")},
{rrd="tcp_ooo.rrd", label=i18n("graphs.tcp_packets_ooo")},