浏览代码

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(),
 			);
 		}