(plugin) apps::monitoring::speedtest - add jitter unit (#4664)
This commit is contained in:
parent
6237679198
commit
0694fcd10d
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue