Просмотр исходного кода

check_junos: chassis_environment: Include threshold in perf-data.

Sebastian Harl 13 лет назад
Родитель
Сommit
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(),
 			);
 		}