From 2fa44879e9cac645b087e21c734998aee28348d4 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 8 Nov 2018 16:05:33 -0800 Subject: [PATCH] cloudron-support: Add more services --- scripts/cloudron-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cloudron-support b/scripts/cloudron-support index a6dceee26..8c94a0c98 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -41,7 +41,7 @@ echo -e $LINE"Filesystem stats"$LINE >> $OUT df -h &>> $OUT echo -e $LINE"System daemon status"$LINE >> $OUT -systemctl status --lines=100 cloudron.target box mysql unbound cloudron-syslog nginx &>> $OUT +systemctl status --lines=100 cloudron.target box mysql unbound cloudron-syslog nginx collectd docker &>> $OUT echo -e $LINE"Firewall chains"$LINE >> $OUT iptables -L &>> $OUT