fix isilon health perfdata

This commit is contained in:
qgarnier 2017-07-27 15:39:31 +02:00
parent 5d7edace05
commit 3406953c77
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ sub set_counters {
key_values => [ { name => 'health' } ],
output_template => 'Node health: %.2f%%',
perfdatas => [
{ label => 'health', value => 'health_absolute', template => '%2f',
{ label => 'health', value => 'health_absolute', template => '%.2f',
min => 0, max => 100, unit => '%' },
],
}