+ can use component sensor regexp
This commit is contained in:
parent
f374340522
commit
9b2681a428
|
@ -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…
Reference in New Issue