From eaa301dabacb85ede25465b794a3605a55f248b9 Mon Sep 17 00:00:00 2001 From: Lotfi zaouche Date: Fri, 27 Mar 2020 15:51:49 +0000 Subject: [PATCH] formating fix --- blockchain/parity/restapi/mode/eth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/parity/restapi/mode/eth.pm b/blockchain/parity/restapi/mode/eth.pm index 21aa5498b..de8eb872f 100644 --- a/blockchain/parity/restapi/mode/eth.pm +++ b/blockchain/parity/restapi/mode/eth.pm @@ -143,7 +143,7 @@ sub set_counters { }, { label => 'sync', nlabel => 'parity.eth.sync.ratio', set => { key_values => [ { name => 'sync' } ], - output_template => "Sync ratio is: %d% ", + output_template => "Sync ratio is: %d%% ", perfdatas => [ { label => 'sync', value => 'sync_absolute', template => '%d', min => 0 } ],