diff --git a/check_netscaler.pl b/check_netscaler.pl index f184286..241b6be 100755 --- a/check_netscaler.pl +++ b/check_netscaler.pl @@ -1221,8 +1221,6 @@ sub check_hastatus { foreach ( 'hatotpktrx', 'hatotpkttx', 'hapktrxrate', 'hapkttxrate' ) { if ( $_ eq 'hatotpktrx' || $_ eq 'hatotpkttx' ) { $measurement = 'c'; - } elsif ( $_ eq 'hapktrxrate' || $_ eq 'hapkttxrate' ) { - $measurement = 'a'; } else { $measurement = undef; }