Merge pull request #1460 from CPbN/typo

Small typo
This commit is contained in:
qgarnier 2019-03-31 22:59:14 +02:00 committed by GitHub
commit 9085cb90e1
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ Common examples:
=over 4 =over 4
Sum wrong packets from all interfaces (with interface need --units-errors=absolute): --extend-perfdata-group=',packets_wrong,sum(packet_(discard|error)_(in|out))' Sum wrong packets from all interfaces (with interface need --units-errors=absolute): --extend-perfdata-group=',packets_wrong,sum(packets_(discard|error)_(in|out))'
Sum traffic by interface: --extend-perfdata-group='traffic_in_(.*),traffic_$1,sum(traffic_(in|out)_$1)' Sum traffic by interface: --extend-perfdata-group='traffic_in_(.*),traffic_$1,sum(traffic_(in|out)_$1)'