From 56a6c279922dfd7efa28b1334860726e87f38229 Mon Sep 17 00:00:00 2001 From: Fabien THEPAUT Date: Mon, 1 Jun 2020 18:55:10 -0400 Subject: [PATCH] allowing to select right threshold-overload section --- hardware/devices/cisco/ces/restapi/mode/components.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/devices/cisco/ces/restapi/mode/components.pm b/hardware/devices/cisco/ces/restapi/mode/components.pm index 6daa175d9..bb21cfb4d 100644 --- a/hardware/devices/cisco/ces/restapi/mode/components.pm +++ b/hardware/devices/cisco/ces/restapi/mode/components.pm @@ -29,7 +29,7 @@ sub set_system { my ($self, %options) = @_; $self->{regexp_threshold_overload_check_section_option} = - '^(?:ad|aic|aoc|camera|st|software|temperature|vic|vis|voc|webex)$'; + '^(?:ad|aic|aoc|camera|st|software|temperature|vic|vis|voc|webex)'; $self->{regexp_threshold_numeric_check_section_option} = '^(?:aiclatency|aocdelay)$'; $self->{cb_hook2} = 'execute_custom';