Merge pull request #2027 from Tpo76/cisco-devices-ces

allowing to select right threshold-overload section
This commit is contained in:
qgarnier 2020-06-02 08:21:51 +02:00 committed by GitHub
commit 7384d2f4ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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