mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 08:04:36 +02:00
+ fix typo threshold (sub)
This commit is contained in:
parent
117df34500
commit
26b1dc5721
@ -47,7 +47,7 @@ sub new {
|
|||||||
return $self;
|
return $self;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check_treshold_overload {
|
sub check_threshold_overload {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$self->{overload_th} = {};
|
$self->{overload_th} = {};
|
||||||
@ -69,7 +69,7 @@ sub check_treshold_overload {
|
|||||||
sub check_options {
|
sub check_options {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
$self->SUPER::init(%options);
|
$self->SUPER::init(%options);
|
||||||
$self->check_treshold_overload();
|
$self->check_threshold_overload();
|
||||||
}
|
}
|
||||||
|
|
||||||
sub check_exclude {
|
sub check_exclude {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user