This commit is contained in:
qgarnier 2017-09-07 14:50:41 +02:00
parent 19dc578107
commit 6f99a72708
1 changed files with 2 additions and 2 deletions

View File

@ -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 },
],
}
},