mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
+ Fix #315
This commit is contained in:
parent
36a7216eb0
commit
1e2fc5ad37
@ -45,7 +45,7 @@ sub set_counters {
|
|||||||
},
|
},
|
||||||
{ label => 'connections-1m', set => {
|
{ label => 'connections-1m', set => {
|
||||||
key_values => [ { name => 'cufwConnGlobalConnSetupRate1' } ],
|
key_values => [ { name => 'cufwConnGlobalConnSetupRate1' } ],
|
||||||
output_template => 'average last 1min %s', output_error_template => "average last 1min : %s",
|
output_template => 'average last 1min : %s', output_error_template => "average last 1min : %s",
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'connections_1m', value => 'cufwConnGlobalConnSetupRate1_absolute', template => '%d',
|
{ label => 'connections_1m', value => 'cufwConnGlobalConnSetupRate1_absolute', template => '%d',
|
||||||
min => 0 },
|
min => 0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user