check_junos: chassis_environment: Include threshold in perf-data.

This commit is contained in:
Sebastian Harl 2012-01-02 14:22:49 +01:00
parent 25d39b821b
commit cfa7416676

View file

@ -357,7 +357,7 @@ foreach my $check (@{$conf{'checks'}}) {
min => undef,
max => undef,
uom => '',
threshold => undef,
threshold => $plugin->threshold(),
);
}