Forráskód Böngészése

check_junos: chassis_environment: Include threshold in perf-data.

Sebastian Harl 13 éve
szülő
commit
cfa7416676
1 módosított fájl, 1 hozzáadás és 1 törlés
  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(),
 			);
 		}