mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix problem with metric name in network mode for ec2 (#1889)
This commit is contained in:
parent
c6c6486c92
commit
292b90334b
@ -39,8 +39,8 @@ my %metrics_mapping = (
|
||||
'output' => 'Network Out',
|
||||
'label' => 'network-out',
|
||||
'nlabel' => {
|
||||
'absolute' => 'ec2.network.in.bytes',
|
||||
'per_second' => 'ec2.network.in.bytespersecond',
|
||||
'absolute' => 'ec2.network.out.bytes',
|
||||
'per_second' => 'ec2.network.out.bytespersecond',
|
||||
},
|
||||
'unit' => 'B',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user