master
Heuzef 5 years ago
parent 0668e04cd7
commit 6660a3c6cd
  1. 6
      Check.pm

@ -27,8 +27,10 @@ use Getopt::Long;
use Statistics::Descriptive;
use Data::Dumper;
sub size_consistency {
my $sizeConsistency = print("ANOMALOUS");
sub size_consistency
{
my $host = undef;
my $entity = undef;
my $pretty = 0;
@ -195,8 +197,6 @@ sub size_consistency {
else {
my $sizeConsistency = print("ANOMALOUS");
}
exit(0);
}
sub action

Loading…
Cancel
Save