mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-15 09:44:42 +02:00
Fix wrong subroutine name
This commit is contained in:
parent
199a421500
commit
cb73c8eaa0
@ -57,7 +57,7 @@ sub custom_storage_perfdata {
|
||||
min => 0, max => $self->{result_values}->{total});
|
||||
}
|
||||
|
||||
sub custom_disc_threshold {
|
||||
sub custom_storage_threshold {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
my $exit = $self->{perfdata}->threshold_check(value => $self->{result_values}->{prct_used},
|
||||
|
Loading…
x
Reference in New Issue
Block a user