add min value for perfdata

This commit is contained in:
Shini31 2015-06-08 13:02:56 +02:00
parent 1289ef6d07
commit 6b795c674d
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ sub run {
value => $temp, value => $temp,
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'), warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'),
critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'), critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),
); min => 0);
$self->{output}->display(); $self->{output}->display();
$self->{output}->exit(); $self->{output}->exit();