Browse Source

check_junos: chassis_environment: Include threshold in perf-data.

Sebastian Harl 13 năm trước cách đây
mục cha
commit
cfa7416676
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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(),
 			);
 		}