From cfa741667646af7fd055a51f45d8b6cb017f9eb3 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 2 Jan 2012 14:22:49 +0100 Subject: [PATCH] check_junos: chassis_environment: Include threshold in perf-data. --- check_junos.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_junos.pl b/check_junos.pl index cf26acd..f1140df 100755 --- a/check_junos.pl +++ b/check_junos.pl @@ -357,7 +357,7 @@ foreach my $check (@{$conf{'checks'}}) { min => undef, max => undef, uom => '', - threshold => undef, + threshold => $plugin->threshold(), ); }