From a8024b092312ad96f71477999b7dfc1e5fc13fe2 Mon Sep 17 00:00:00 2001 From: Shini31 Date: Mon, 8 Jun 2015 13:03:11 +0200 Subject: [PATCH] add min value for perfdata --- network/hirschmann/mode/cpu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/hirschmann/mode/cpu.pm b/network/hirschmann/mode/cpu.pm index 8e1c70cec..525fba074 100644 --- a/network/hirschmann/mode/cpu.pm +++ b/network/hirschmann/mode/cpu.pm @@ -88,7 +88,7 @@ sub run { value => $temp, warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'), critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'), - ); + min =>0, max => 100); $self->{output}->display(); $self->{output}->exit();