mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
+ Fix warn message
This commit is contained in:
parent
0c339840e5
commit
ea267b9641
@ -206,8 +206,7 @@ sub result {
|
||||
|
||||
$self->check_results();
|
||||
$self->{output}->perfdata_add(label => "time", unit => 'ms',
|
||||
value => sprintf('%.3f', $self->{timeelapsed}));
|
||||
|
||||
value => sprintf('%.3f', $self->{timeelapsed})) if (defined($self->{timeelapsed}));
|
||||
}
|
||||
|
||||
sub run {
|
||||
|
Loading…
x
Reference in New Issue
Block a user