From cf6b6661d6173998e71aed686d10a29e96ae2cfc 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/centreon-plugins/hardware/devices/cisco/ces/restapi/mode/components.pm b/centreon-plugins/hardware/devices/cisco/ces/restapi/mode/components.pm index 6daa175d9..bb21cfb4d 100644 --- a/centreon-plugins/hardware/devices/cisco/ces/restapi/mode/components.pm +++ b/centreon-plugins/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';