mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 07:05:06 +02:00
fix netapp restapi volumeusage typo (#1074)
This commit is contained in:
parent
c9e402be68
commit
f020ab4518
@ -270,7 +270,7 @@ sub custom_deduplication_perfdata {
|
|||||||
min => 0, max => $self->{result_values}->{total});
|
min => 0, max => $self->{result_values}->{total});
|
||||||
}
|
}
|
||||||
|
|
||||||
sub custom_deduplicationn_threshold {
|
sub custom_deduplication_threshold {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
my ($exit, $threshold_value);
|
my ($exit, $threshold_value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user