Add sysstat

master
Jeff Moe 6 years ago
parent 7fb5cfac39
commit 248ec632d7

@ -7,6 +7,7 @@ for i in `grep ^sf- .clusterssh/clusters | cut -f 1 -d " "` ; do clusterssh $i ;
sudo su -
mv /home/jebba/borg /root/
chown -R root:root /root/borg
cd /root/borg
# Note, get real string with correct host/user/pass:
sed -i -e 's/user@host/1234@host.com/g' forksand-borg-*

@ -0,0 +1,5 @@
# Install sysstat
apt install sysstat
# Configure it with cron and to start
dpkg-reconfigure sysstat
Loading…
Cancel
Save