restore unit

This commit is contained in:
Lotfi zaouche 2020-06-25 07:50:03 +00:00
parent 4a9efe8f49
commit c0eafca4cb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ sub set_counters {
key_values => [ { name => 'blockchain_dir' } ],
output_template => "Blockchain directory: %d",
perfdatas => [
{ label => 'blockchain_dir', value => 'blockchain_dir', template => '%d', min => 0 }
{ label => 'blockchain_dir', value => 'blockchain_dir', unit => 'B', template => '%d', min => 0 }
],
}
}