From 0b882358344f398de0037bfcaf2e32ba022aabef Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Wed, 20 May 2020 19:47:48 +0200 Subject: [PATCH] Add libatasmart4 to collectd This package is used by the smart plugin to read SMART information from disk drives. --- build/scripts/collectd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/collectd.sh b/build/scripts/collectd.sh index 63d104d..c268397 100644 --- a/build/scripts/collectd.sh +++ b/build/scripts/collectd.sh @@ -1,4 +1,4 @@ -apt_install_permanent libsensors5 liblzo2-2 hddtemp collectd sudo btrfs-progs +apt_install_permanent libsensors5 liblzo2-2 hddtemp collectd sudo btrfs-progs libatasmart4 pip install requests