mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
fix unit response time snmp
This commit is contained in:
parent
8f33251a6b
commit
e3c715a8ad
@ -36,9 +36,9 @@ sub set_counters {
|
||||
$self->{maps_counters}->{global} = [
|
||||
{ label => 'rt', set => {
|
||||
key_values => [ { name => 'rt' } ],
|
||||
output_template => 'rt %.3fms',
|
||||
output_template => 'rt %.3fs',
|
||||
perfdatas => [
|
||||
{ label => 'rt', value => 'rt_absolute', template => '%.3f', min => 0, unit => 'ms' },
|
||||
{ label => 'rt', value => 'rt_absolute', template => '%.3f', min => 0, unit => 's' },
|
||||
],
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user