mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
align data -> indompting
git-svn-id: http://svn.centreon.com/Plugins/Dev@2444 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
375e2bb700
commit
d5b5f311e1
@ -88,7 +88,7 @@ if ( ($rta_critical <= $rta_warning) || ($pl_critical <= $pl_warning) ) {
|
|||||||
my $NbPing;
|
my $NbPing;
|
||||||
if ($opt_n =~ /([0-9]+)/){
|
if ($opt_n =~ /([0-9]+)/){
|
||||||
$NbPing = $1;
|
$NbPing = $1;
|
||||||
} else{
|
} else {
|
||||||
print "Unknown ping number\n";
|
print "Unknown ping number\n";
|
||||||
exit $ERRORS{'UNKNOWN'};
|
exit $ERRORS{'UNKNOWN'};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user