Enable collectl on systemd OSes.

We now ensure that the collectl systemd service is enabled on OSes that
require such things.

Change-Id: I5186fb7abf8706f198ff10ced3e245b871edb2a1
This commit is contained in:
Chris Jones 2014-05-08 16:00:56 +01:00 committed by James Polley
parent 58fbc4f1fb
commit 6a876c4565

View File

@ -1,8 +1,11 @@
#!/bin/bash
set -eux
set -o pipefail
install-packages collectl
os-svc-enable -n collectl
# The default configuration has been changed to examine cpu, disk, memory,
# network and process stats only and only record eth and bond stats for the
# networks. Both raw and plottable files will be produced.