This commit is contained in:
garnier-quentin 2020-08-04 15:09:43 +02:00
parent 472ce81438
commit 70563b46b9
1 changed files with 0 additions and 8 deletions

View File

@ -57,14 +57,6 @@ sub set_counters {
]
}
},
{ label => 'connections-attempt', nlabel => 'site.connections.attempt.persecond', set => {
key_values => [ { name => 'connections_attempt', per_second => 1 } ],
output_template => 'connections attempt: %s/s',
perfdatas => [
{ template => '%d', unit => '/s', min => 0, label_extra_instance => 1 }
]
}
},
{ label => 'requests-post', nlabel => 'site.requests.post.persecond', set => {
key_values => [ { name => 'requests_post', per_second => 1 } ],
output_template => 'requests post: %s/s',