forget )
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@13080 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
cf59d12566
commit
b09a15d757
|
@ -168,7 +168,7 @@ if ($critical <= $warning){
|
||||||
print_usage();
|
print_usage();
|
||||||
exit $ERRORS{'OK'};
|
exit $ERRORS{'OK'};
|
||||||
}
|
}
|
||||||
if ($opt_64bits && ($snmp !~ /2/ || $snmp !~ /3/) {
|
if ($opt_64bits && ($snmp !~ /2/ || $snmp !~ /3/)) {
|
||||||
print "Error : Usage : SNMP v2/v3 is required with option --64-bits\n";
|
print "Error : Usage : SNMP v2/v3 is required with option --64-bits\n";
|
||||||
exit $ERRORS{'UNKNOWN'};
|
exit $ERRORS{'UNKNOWN'};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue