Merge ~hloeung/content-cache-charm:master into content-cache-charm:master

Proposed by Haw Loeung
Status: Merged
Approved by: Barry Price
Approved revision: 29975c431cf3ba25f68c29e80f0f29ee0731579a
Merged at revision: b22cdb7cd55456bf1eba1f35104126302294e5eb
Proposed branch: ~hloeung/content-cache-charm:master
Merge into: content-cache-charm:master
Diff against target: 9 lines (+1/-0)
1 file modified
layer.yaml (+1/-0)
Reviewer Review Type Date Requested Status
Barry Price Approve
Canonical IS Reviewers Pending
Review via email: mp+383107@code.launchpad.net

Commit message

Install socat to allow easy inspection of HAProxy status and info

Description of the change

Example:

$ echo "show servers state" | sudo -u haproxy socat stdio $(awk '/stats socket/ { print $3 }' /etc/haproxy/haproxy.cfg)

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Barry Price (barryprice) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision b22cdb7cd55456bf1eba1f35104126302294e5eb

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/layer.yaml b/layer.yaml
2index 6a7e8dc..6aecd36 100644
3--- a/layer.yaml
4+++ b/layer.yaml
5@@ -10,3 +10,4 @@ options:
6 - libnginx-mod-http-lua
7 - nginx
8 - python3-jinja2
9+ - socat

Subscribers

People subscribed via source and target branches