mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix aws rds unit
This commit is contained in:
parent
4263c6b773
commit
191b687948
@ -49,7 +49,7 @@ sub set_counters {
|
|||||||
label => lc($metric) . '-' . lc($statistic), set => {
|
label => lc($metric) . '-' . lc($statistic), set => {
|
||||||
key_values => [ { name => $metric . '_' . $statistic }, { name => 'display' }, { name => 'type' }, { name => 'stat' } ],
|
key_values => [ { name => $metric . '_' . $statistic }, { name => 'display' }, { name => 'type' }, { name => 'stat' } ],
|
||||||
output_template => $metric . ': %.2f %s',
|
output_template => $metric . ': %.2f %s',
|
||||||
output_change_bytes => 2,
|
output_change_bytes => 1,
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => lc($metric) . '_' . lc($statistic), value => $metric . '_' . $statistic ,
|
{ label => lc($metric) . '_' . lc($statistic), value => $metric . '_' . $statistic ,
|
||||||
template => '%s', unit => 'B', min => 0, label_extra_instance => 1, instance_use => 'display' }
|
template => '%s', unit => 'B', min => 0, label_extra_instance => 1, instance_use => 'display' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user