mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
fix(lenovo/iomega): hardware mode - fan threshold (#3073)
This commit is contained in:
parent
c9367aec16
commit
a71bcabdf4
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user