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';