소스 검색

check_junos: chassis_environment: Include threshold in perf-data.

Sebastian Harl 13 년 전
부모
커밋
cfa7416676
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(),
 			);
 		}