Revert "Add hack to make graphs work with latest collectd"

This reverts commit a959418544.
This commit is contained in:
Girish Ramakrishnan
2015-08-13 14:42:47 -07:00
parent e78dbcb5d4
commit 9aad3688e1
2 changed files with 4 additions and 14 deletions
-4
View File
@@ -28,10 +28,6 @@ cp "${container_files}/sudoers" /etc/sudoers.d/yellowtent
########## collectd
rm -rf /etc/collectd
ln -sfF "${DATA_DIR}/collectd" /etc/collectd
# collectd 5.4.1 has some bug where we simply cannot get it to create df-vda1
mkdir -p "${DATA_DIR}/graphite/whisper/collectd/localhost/"
vda1_id=$(blkid -s UUID -o value /dev/vda1)
ln -sfF "df-disk_by-uuid_${vda1_id}" "${DATA_DIR}/graphite/whisper/collectd/localhost/df-vda1"
########## nginx
# link nginx config to system config