Merge lp:~james-w/charms/precise/haproxy/fix-queue-depth-check into lp:charms/haproxy
Proposed by
James Westby
Status: | Merged |
---|---|
Merged at revision: | 81 |
Proposed branch: | lp:~james-w/charms/precise/haproxy/fix-queue-depth-check |
Merge into: | lp:charms/haproxy |
Diff against target: |
12 lines (+1/-1) 1 file modified
files/nrpe/check_haproxy_queue_depth.sh (+1/-1) |
To merge this branch: | bzr merge lp:~james-w/charms/precise/haproxy/fix-queue-depth-check |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
JuanJo Ciarlante (community) | Approve | ||
Review via email: mp+227831@code.launchpad.net |
Commit message
Fix the queue depth monitor script.
It needs to get the csv version of the page to parse, rather than
the html version.
Description of the change
Hi,
We found that the queue depth nagios check was broken, because
it was getting the html version of the status page to parse,
when it expected the csv version.
This updates it to get the csv version of the page.
Thanks,
James
To post a comment you must log in.
LGTM, tnx for fixing.