From fef49fcd39a2f503f67ce2c30ec45c040fe20399 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 15 Apr 2016 11:26:31 -0600 Subject: [PATCH] Capture haproxy status in snapshots This change adds the haproxy status to the command output captured on the controllers. This will help in researching the status of the various services when the snapshot is generated. Change-Id: I0a7c83c21805dbd1182ea74692d76e9a49300bb8 Closes-Bug: #1570982 --- nailgun/nailgun/settings.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nailgun/nailgun/settings.yaml b/nailgun/nailgun/settings.yaml index 069d00bff7..47c45394c3 100644 --- a/nailgun/nailgun/settings.yaml +++ b/nailgun/nailgun/settings.yaml @@ -899,6 +899,9 @@ DUMP: - type: command command: "ls -la /var/lib/mysql/ /var/run/mysqld/" to_file: mysql_resources.txt + - type: command + command: "/usr/bin/haproxy-status.sh" + to_file: haproxy_status.txt slave: hosts: []