mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ can use component sensor regexp
This commit is contained in:
parent
4a4f14e242
commit
be8e453f71
@ -29,7 +29,7 @@ sub set_system {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$self->{regexp_threshold_overload_check_section_option} = '^(fan|psu|temperature|voltage|module|physical|sensor)$';
|
||||
$self->{regexp_threshold_numeric_check_section_option} = '^(temperature|voltage|sensor)$';
|
||||
$self->{regexp_threshold_numeric_check_section_option} = '^(temperature|voltage|sensor.*)$';
|
||||
|
||||
$self->{cb_hook2} = 'snmp_execute';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user