mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix hardware fibre alliance
This commit is contained in:
parent
8d7d8c12af
commit
0164197fe2
@ -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…
x
Reference in New Issue
Block a user