Fix #1671
This commit is contained in:
parent
7baf324ef4
commit
65778cbe56
|
@ -159,7 +159,7 @@ sub check_data {
|
||||||
$value = $1;
|
$value = $1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($value !~ /^\d+(\.\d+)?$/) {
|
if ($value !~ /^-?\d+(?:\.\d+)?$/) {
|
||||||
$self->{output}->output_add(
|
$self->{output}->output_add(
|
||||||
severity => 'UNKNOWN',
|
severity => 'UNKNOWN',
|
||||||
short_msg => 'oid value is not numeric (' . $value . ')'
|
short_msg => 'oid value is not numeric (' . $value . ')'
|
||||||
|
|
Loading…
Reference in New Issue