mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
typo: retransmited -> retransmitted
Signed-off-by: corbolais <corbolais@gmail.com>
This commit is contained in:
parent
06cfee0689
commit
561da1a3f1
1 changed files with 1 additions and 1 deletions
|
@ -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, [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue