~verterok/charm-haproxy/snap-store_merge-trunk-164

« back to all changes in this revision

Viewing changes to files/nrpe/check_haproxy_queue_depth.sh

  • Committer: William Grant
  • Date: 2018-09-19 07:13:17 UTC
  • Revision ID: william.grant@canonical.com-20180919071317-71a0xd5xznkm6qtd
Increase queue depth threshold further, as our general request rate is higher now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
# These should be config options at some stage
10
10
CURRQthrsh=10
11
 
MAXQthrsh=500
 
11
MAXQthrsh=2000
12
12
 
13
13
AUTH=$(grep -r "stats auth" /etc/haproxy | head -1 | awk '{print $4}')
14
14