fix(lenovo/iomega): hardware mode - fan threshold (#3073)
This commit is contained in:
parent
e7d23192b2
commit
5b60960edb
|
@ -28,7 +28,7 @@ use warnings;
|
||||||
sub set_system {
|
sub set_system {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$self->{regexp_threshold_numeric_check_section_option} = '^(?:temperature|temperature|voltage)$';
|
$self->{regexp_threshold_numeric_check_section_option} = '^(?:fan|temperature|voltage)$';
|
||||||
|
|
||||||
$self->{cb_hook2} = 'snmp_execute';
|
$self->{cb_hook2} = 'snmp_execute';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue