mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
Merge pull request #2027 from Tpo76/cisco-devices-ces
allowing to select right threshold-overload section
This commit is contained in:
commit
d431af979e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user