1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

typo: retransmited -> retransmitted

Signed-off-by: corbolais <corbolais@gmail.com>
This commit is contained in:
corbolais 2020-02-28 18:02:03 +01:00 committed by Lars Kruse
parent 06cfee0689
commit 561da1a3f1

View file

@ -166,7 +166,7 @@ def graphs_for(protocol)
# It could be reasonable to add more elements as warning and critical values. # It could be reasonable to add more elements as warning and critical values.
[ /(\d+) segments send out$/, [ [ :segments, 'total' ] ] ], [ /(\d+) segments send out$/, [ [ :segments, 'total' ] ] ],
[ /(\d+) segments retransmited$/, [ [ :segments, 'retransmitted' ] ] ] [ /(\d+) segments retransmitted$/, [ [ :segments, 'retransmitted' ] ] ]
]), ]),
Graph.new('received', protocol, [ Graph.new('received', protocol, [