allowing to select right threshold-overload section

This commit is contained in:
Fabien THEPAUT 2020-06-01 18:55:10 -04:00
parent 66f1303595
commit 56a6c27992
1 changed files with 1 additions and 1 deletions

View File

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