You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
347 B

apt update
apt -y dist-upgrade
# Main package, with many dependencies, apache2 mysql, java, etc.
#apt install collectd
# A still large collection, but not as huge:
apt install collectd-core
6 years ago
# Copy this file to each server /etc/collectd/collectd.conf
systemctl restart collectd
####################################################################