mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Update cloud/azure/network/cdn/mode/request.pm
Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
This commit is contained in:
parent
033b4f648c
commit
7b6b73d799
@ -36,6 +36,22 @@ sub get_metrics_mapping {
|
|||||||
'unit' => '',
|
'unit' => '',
|
||||||
'min' => '0',
|
'min' => '0',
|
||||||
'max' => ''
|
'max' => ''
|
||||||
|
},
|
||||||
|
'percentage4xx' => {
|
||||||
|
'output' => 'Percentage of 4XX',
|
||||||
|
'label' => '4xx-requests-percentage',
|
||||||
|
'nlabel' => 'cdn.requests.4xx.percentage',
|
||||||
|
'unit' => '%',
|
||||||
|
'min' => '0',
|
||||||
|
'max' => '100'
|
||||||
|
},
|
||||||
|
'percentage5xx' => {
|
||||||
|
'output' => 'Percentage of 5XX',
|
||||||
|
'label' => '5xx-requests-percentage',
|
||||||
|
'nlabel' => 'cdn.requests.5xx.percentage',
|
||||||
|
'unit' => '%',
|
||||||
|
'min' => '0',
|
||||||
|
'max' => '100'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user