mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
fix metrics case (#2807)
This commit is contained in:
parent
c2eca07c73
commit
11e455bdf6
@ -29,14 +29,14 @@ sub get_metrics_mapping {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $metrics_mapping = {
|
||||
'BytesReceived' => {
|
||||
'bytesreceived' => {
|
||||
'output' => 'Clients Bytes Received',
|
||||
'label' => 'clients-bytes-received',
|
||||
'nlabel' => 'appgateway.traffic.clients.received.bytes',
|
||||
'unit' => 'B',
|
||||
'min' => '0'
|
||||
},
|
||||
'BytesSent' => {
|
||||
'bytessent' => {
|
||||
'output' => 'Clients Bytes Sent',
|
||||
'label' => 'clients-bytes-sent',
|
||||
'nlabel' => 'appgateway.traffic.clients.sent.bytes',
|
||||
|
@ -50,7 +50,7 @@ sub get_metrics_mapping {
|
||||
'unit' => '',
|
||||
'min' => '0'
|
||||
},
|
||||
'FixedBillableCapacityUnits' => {
|
||||
'fixedbillablecapacityunits' => {
|
||||
'output' => 'Fixed Billable Capacity Units',
|
||||
'label' => 'fixed-billable-units',
|
||||
'nlabel' => 'appgateway.billable.units.fixed.count',
|
||||
|
Loading…
x
Reference in New Issue
Block a user