check_junos: chassis_environment: Include threshold in perf-data.
This commit is contained in:
parent
25d39b821b
commit
cfa7416676
|
@ -357,7 +357,7 @@ foreach my $check (@{$conf{'checks'}}) {
|
|||
min => undef,
|
||||
max => undef,
|
||||
uom => '',
|
||||
threshold => undef,
|
||||
threshold => $plugin->threshold(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue