From 78e27a9dca7cf98db5a1540ff9fe8c982fcad053 Mon Sep 17 00:00:00 2001 From: qgarnier Date: Fri, 22 Oct 2021 17:04:19 +0200 Subject: [PATCH] fix(polycom/trio): previous commit error (#3218) --- .../hardware/devices/polycom/trio/restapi/mode/callsrt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/hardware/devices/polycom/trio/restapi/mode/callsrt.pm b/centreon-plugins/hardware/devices/polycom/trio/restapi/mode/callsrt.pm index fbcdc5fdc..31724a27d 100644 --- a/centreon-plugins/hardware/devices/polycom/trio/restapi/mode/callsrt.pm +++ b/centreon-plugins/hardware/devices/polycom/trio/restapi/mode/callsrt.pm @@ -100,7 +100,7 @@ sub set_counters { closure_custom_output => $self->can('custom_loss_output'), threshold_use => 'packets_loss', perfdatas => [ - { value => 'packets_loss', template => '%d', min => 0, label_extra_instance => 1 + { value => 'packets_loss', template => '%d', min => 0, label_extra_instance => 1 } ] } },