mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 14:15:29 +02:00
refactor
This commit is contained in:
parent
19dc578107
commit
6f99a72708
@ -81,11 +81,11 @@ sub set_counters {
|
||||
],
|
||||
}
|
||||
},
|
||||
{ label => 'half-close', set => {
|
||||
{ label => 'half-closed', set => {
|
||||
key_values => [ { name => 'halfClosedConnections' } ],
|
||||
output_template => 'half closed %s',
|
||||
perfdatas => [
|
||||
{ label => 'half_closed', value => 'halfClosedConnectionsabsolute', template => '%s', min => 0 },
|
||||
{ label => 'half_closed', value => 'halfClosedConnections_absolute', template => '%s', min => 0 },
|
||||
],
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user