Fix wrong subroutine name

This commit is contained in:
fpr 2019-02-11 13:58:08 +01:00 committed by Colin Gagnaire
parent 199a421500
commit cb73c8eaa0
1 changed files with 1 additions and 1 deletions

View File

@ -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},