From ab47cb9c50de77cf17e16b442f827f088db0fbab Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 7 Apr 2020 14:24:05 +0200 Subject: [PATCH] added status commands for uptime/load and cpu temp --- commands_status.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands_status.conf b/commands_status.conf index 9ad305e..295e0b1 100644 --- a/commands_status.conf +++ b/commands_status.conf @@ -1,7 +1,9 @@ +uptime free -h df -h cat /var/run/reboot-required who +sensors systemctl status apache2.service systemctl status sshd.service @@ -10,4 +12,4 @@ systemctl status mysql.service tail -n 20 /var/www/admin.strassenkind.ip/stdout.log tail -n 20 /var/www/admin.strassenkind.ip/stderr.log -tail -n 20 /var/log/apache2/error.log \ No newline at end of file +tail -n 20 /var/log/apache2/error.log