mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-21 23:23:40 +01:00
add previously removed output
fix of small accident
This commit is contained in:
parent
00b0626b93
commit
bb03d662bc
@ -793,6 +793,7 @@ if("$opt{'check_type'}" eq "TEMP") {
|
||||
|
||||
foreach my $subkey ( keys %shelf) {
|
||||
if ( $shelf{$subkey} ne "" ) {
|
||||
print "$subkey->$shelf{$subkey} ";
|
||||
if ( "$subkey" eq "CurrentTemp" ) {
|
||||
$shelf{$subkey} =~ m/^([0-9]+)C.*$/;
|
||||
$perf_temp = "$perf_temp, temp_$shelf{'ShelfNumber'}=$1";
|
||||
|
Loading…
Reference in New Issue
Block a user