From 3406953c77e7b2838e510a7298e38c1346388c7f Mon Sep 17 00:00:00 2001 From: qgarnier Date: Thu, 27 Jul 2017 15:39:31 +0200 Subject: [PATCH] fix isilon health perfdata --- storage/emc/isilon/snmp/mode/clusterusage.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/emc/isilon/snmp/mode/clusterusage.pm b/storage/emc/isilon/snmp/mode/clusterusage.pm index 30c6cf3c5..aeacaa9f2 100644 --- a/storage/emc/isilon/snmp/mode/clusterusage.pm +++ b/storage/emc/isilon/snmp/mode/clusterusage.pm @@ -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 => '%' }, ], }