mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
formating fix
This commit is contained in:
parent
13f578bd77
commit
b119ecf68d
@ -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 }
|
||||
],
|
||||
|
@ -125,7 +125,7 @@ sub set_counters {
|
||||
},
|
||||
{ label => 'mempool', nlabel => 'parity.mempol.capacity', set => {
|
||||
key_values => [ { name => 'mempool' } ],
|
||||
output_template => "Mempool: %d % ",
|
||||
output_template => "Mempool: %d %% ",
|
||||
perfdatas => [
|
||||
{ label => 'mempool', value => 'mempool_absolute', template => '%d', min => 0 }
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user