Browse Source

check_junos: chassis_environment: Include threshold in perf-data.

Sebastian Harl 13 years ago
parent
commit
cfa7416676
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check_junos.pl

+ 1 - 1
check_junos.pl

@@ -357,7 +357,7 @@ foreach my $check (@{$conf{'checks'}}) {
 				min       => undef,
 				max       => undef,
 				uom       => '',
-				threshold => undef,
+				threshold => $plugin->threshold(),
 			);
 		}