Remove collectd from send_diagnostics
This commit is contained in:
committed by
Girish Ramakrishnan
parent
b91aa0668f
commit
eaf363635e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user