fix isilon health perfdata
This commit is contained in:
parent
5d7edace05
commit
3406953c77
|
@ -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 => '%' },
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue