mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix isilon health perfdata
This commit is contained in:
parent
9ed0c65032
commit
da99d87dee
@ -147,7 +147,7 @@ sub set_counters {
|
|||||||
key_values => [ { name => 'health' } ],
|
key_values => [ { name => 'health' } ],
|
||||||
output_template => 'Node health: %.2f%%',
|
output_template => 'Node health: %.2f%%',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'health', value => 'health_absolute', template => '%2f',
|
{ label => 'health', value => 'health_absolute', template => '%.2f',
|
||||||
min => 0, max => 100, unit => '%' },
|
min => 0, max => 100, unit => '%' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user