Add checks to the management interface to report memory usage

This commit is contained in:
Michael Kroes
2015-11-18 06:24:15 -05:00
committed by yodax
parent 04960d0b98
commit e103a1f892
2 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ echo "Installing Mail-in-a-Box system management daemon..."
# build-essential libssl-dev libffi-dev python3-dev: Required to pip install cryptography.
apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil \
build-essential libssl-dev libffi-dev python3-dev python-pip
hide_output pip3 install --upgrade rtyaml email_validator>=1.0.0 idna>=2.0.0 cryptography>=1.0.2 boto
hide_output pip3 install --upgrade rtyaml email_validator>=1.0.0 idna>=2.0.0 cryptography>=1.0.2 boto psutil
# duplicity uses python 2 so we need to use the python 2 package of boto
hide_output pip install --upgrade boto