(plugin) apps::monitoring::speedtest - add jitter unit (#4664)

This commit is contained in:
qgarnier 2023-10-02 10:42:15 +01:00 committed by GitHub
parent 6237679198
commit 0694fcd10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
]
}
}