sub checkSizeType { my $check = lc $type; if ( $check ne 'gb' and $check ne 'mb' ) { $np->nagios_die('size can only mb,Mb,gb,GB'); } }