fix hardware fibre alliance
This commit is contained in:
parent
31aebb316a
commit
df92eaa861
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue