mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 06:35:38 +02:00
Refs #5396
This commit is contained in:
parent
93bb206740
commit
e8e524c973
@ -39,6 +39,7 @@ use base qw(centreon::plugins::mode);
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
use SOAP::Lite;
|
||||||
|
|
||||||
my $soap;
|
my $soap;
|
||||||
my $response;
|
my $response;
|
||||||
|
@ -79,7 +79,6 @@ package network::fritzbox::plugin;
|
|||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use base qw(centreon::plugins::script_simple);
|
use base qw(centreon::plugins::script_simple);
|
||||||
use SOAP::Lite;
|
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
my ($class, %options) = @_;
|
my ($class, %options) = @_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user