Skip to content

Commit

Permalink
(plugin) apps::monitoring::speedtest - add jitter unit (#4664)
Browse files Browse the repository at this point in the history
  • Loading branch information
garnier-quentin authored Oct 2, 2023
1 parent 6237679 commit 0694fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/monitoring/speedtest/mode/internetbandwidth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ sub set_counters {
},
{ label => 'ping-jitter', nlabel => 'ping.jitter.milliseconds', set => {
key_values => [ { name => 'jitter' } ],
output_template => 'jitter: %.3f',
output_template => 'jitter: %.3f ms',
perfdatas => [
{ template => '%.3f', min => 0 }
{ template => '%.3f', unit => 'ms', min => 0 }
]
}
}
Expand Down

0 comments on commit 0694fcd

Please sign in to comment.