diff --git a/snmp_standard/mode/hardwarefibrealliance.pm b/snmp_standard/mode/hardwarefibrealliance.pm index 5793bc3d3..903ab5500 100644 --- a/snmp_standard/mode/hardwarefibrealliance.pm +++ b/snmp_standard/mode/hardwarefibrealliance.pm @@ -57,7 +57,7 @@ sub set_system { sub new { my ($class, %options) = @_; my $self = $class->SUPER::new(package => __PACKAGE__, %options, - no_absent => 1, no_performance => 1, no_load_components => 1, force_perfdata_new => 1); + no_absent => 1, no_performance => 1, no_load_components => 1, force_new_perfdata => 1); bless $self, $class; $self->{version} = '1.0';