align data -> indompting

git-svn-id: http://svn.centreon.com/Plugins/Dev@2444 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
Julien Mathis 2007-06-05 19:59:38 +00:00
parent 375e2bb700
commit d5b5f311e1

View File

@ -88,7 +88,7 @@ if ( ($rta_critical <= $rta_warning) || ($pl_critical <= $pl_warning) ) {
my $NbPing;
if ($opt_n =~ /([0-9]+)/){
$NbPing = $1;
} else{
} else {
print "Unknown ping number\n";
exit $ERRORS{'UNKNOWN'};
}