Addd global var for host

master
Heuzef 5 years ago
parent 70e407b238
commit 85cfd138fc
  1. 1
      Check.pm

@ -27,6 +27,7 @@ use Getopt::Long;
use Statistics::Descriptive;
use Data::Dumper;
my $host = "localhost";
my $sizeConsistency = size_consistency();
sub action

Loading…
Cancel
Save