From 35cc468f81b48469de751ba182167ae6507805c6 Mon Sep 17 00:00:00 2001 From: Shini31 Date: Mon, 8 Jun 2015 13:02:56 +0200 Subject: [PATCH] add min value for perfdata --- centreon-plugins/network/hirschmann/mode/processcount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/network/hirschmann/mode/processcount.pm b/centreon-plugins/network/hirschmann/mode/processcount.pm index ee606694f..c411218ea 100644 --- a/centreon-plugins/network/hirschmann/mode/processcount.pm +++ b/centreon-plugins/network/hirschmann/mode/processcount.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); $self->{output}->display(); $self->{output}->exit();