Remove collectd from send_diagnostics

This commit is contained in:
Elias Hackradt
2025-11-13 21:23:54 +01:00
committed by Girish Ramakrishnan
parent b91aa0668f
commit eaf363635e

View File

@@ -258,7 +258,7 @@ function send_diagnostics() {
du -hcsL /var/backups/* &>> $log || true
echo -e $LINE"System daemon status"$LINE >> $log
systemctl status --lines=100 box mysql unbound cloudron-syslog nginx collectd docker &>> $log
systemctl status --lines=100 --no-pager --full box mysql unbound cloudron-syslog nginx docker &>> $log
echo -e $LINE"Box logs"$LINE >> $log
tail -n 100 /home/yellowtent/platformdata/logs/box.log &>> $log