From c7c7cf651622e8759599de20f708a78587da7a00 Mon Sep 17 00:00:00 2001 From: fpr Date: Mon, 11 Feb 2019 13:58:08 +0100 Subject: [PATCH] Fix wrong subroutine name --- centreon-plugins/apps/proxmox/ve/restapi/mode/storageusage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/proxmox/ve/restapi/mode/storageusage.pm b/centreon-plugins/apps/proxmox/ve/restapi/mode/storageusage.pm index a108df6ca..6dfab218a 100644 --- a/centreon-plugins/apps/proxmox/ve/restapi/mode/storageusage.pm +++ b/centreon-plugins/apps/proxmox/ve/restapi/mode/storageusage.pm @@ -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},