Gather iptables rules

Change-Id: I3999154581661a80f8ec2f96fbe8fc169edf3cd7
This commit is contained in:
Flavio Percoco 2017-11-27 15:19:11 +01:00
parent 0fd787063d
commit 5c42035f9d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ copy_logs() {
cp /var/log/upstart/docker.log ${SYSTEM_LOGS}/docker.log
fi
iptables-save > ${SYSTEM_LOGS}/iptables.txt
df -h > ${SYSTEM_LOGS}/df.txt
free > ${SYSTEM_LOGS}/free.txt
parted -l > ${SYSTEM_LOGS}/parted-l.txt