fix(lenovo/iomega): hardware mode - fan threshold (#3073)

This commit is contained in:
qgarnier 2021-09-02 10:07:37 +02:00 committed by GitHub
parent c9367aec16
commit a71bcabdf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use warnings;
sub set_system {
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';