This commit is contained in:
qgarnier 2017-09-07 14:50:41 +02:00
parent 19dc578107
commit 6f99a72708

View File

@ -81,11 +81,11 @@ sub set_counters {
], ],
} }
}, },
{ label => 'half-close', set => { { label => 'half-closed', set => {
key_values => [ { name => 'halfClosedConnections' } ], key_values => [ { name => 'halfClosedConnections' } ],
output_template => 'half closed %s', output_template => 'half closed %s',
perfdatas => [ perfdatas => [
{ label => 'half_closed', value => 'halfClosedConnectionsabsolute', template => '%s', min => 0 }, { label => 'half_closed', value => 'halfClosedConnections_absolute', template => '%s', min => 0 },
], ],
} }
}, },