mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
(plugin) cloud::azure::database::sqldatabase::plugin - fix deadlocks metric name
This commit is contained in:
parent
6a3eef25b0
commit
ed6bc4b482
@ -29,7 +29,7 @@ sub get_metrics_mapping {
|
|||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my $metrics_mapping = {
|
my $metrics_mapping = {
|
||||||
'deadlocks' => {
|
'deadlock' => {
|
||||||
'output' => 'Deadlocks ',
|
'output' => 'Deadlocks ',
|
||||||
'label' => 'deadlocks',
|
'label' => 'deadlocks',
|
||||||
'nlabel' => 'sqldatabase.deadlocks.count',
|
'nlabel' => 'sqldatabase.deadlocks.count',
|
||||||
@ -148,4 +148,4 @@ Critical threshold.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
Loading…
x
Reference in New Issue
Block a user