From 5d3788587975b0d46cc27b897c88cd4713b206f0 Mon Sep 17 00:00:00 2001 From: CPbN <40244829+CPbN@users.noreply.github.com> Date: Wed, 15 Jan 2020 17:42:31 +0100 Subject: [PATCH] Typos --- centreon-plugins/apps/dynatrace/restapi/mode/problem.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/centreon-plugins/apps/dynatrace/restapi/mode/problem.pm b/centreon-plugins/apps/dynatrace/restapi/mode/problem.pm index 0aa038938..fdd0e0fe6 100644 --- a/centreon-plugins/apps/dynatrace/restapi/mode/problem.pm +++ b/centreon-plugins/apps/dynatrace/restapi/mode/problem.pm @@ -58,12 +58,11 @@ sub set_counters { ]; $self->{maps_counters}->{global} = [ - { label => 'problems-open', nlabel => 'problems.open.current', set => { + { label => 'problems-open', nlabel => 'problems.open.count', set => { key_values => [ { name => 'problems_open' } ], - output_template => 'problems open : %s', + output_template => 'Number of problems open : %s', perfdatas => [ - { label => 'problems_open', template => '%s', value => 'problems_open_absolute', - min => 0 }, + { template => '%s', value => 'problems_open_absolute', min => 0 }, ], } },