From ac90e1da1ba6d5c54a9ef46b9a449d465ad24803 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 Oct 2021 22:43:36 +0100 Subject: [PATCH] add more info to email --- lgsm/functions/alert.sh | 5 +++++ lgsm/functions/info_messages.sh | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 25949d6df..8810b5329 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -21,6 +21,11 @@ fn_alert_log(){ fn_info_message_server_resource fn_info_message_gameserver_resource fn_info_message_gameserver + fn_info_message_script + fn_info_message_backup + fn_info_message_commandlineparms + fn_info_message_ports_edit + fn_info_message_ports fn_info_logs } | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"| tee -a "${alertlog}" > /dev/null 2>&1 } diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index f3a8342a6..1eb61571e 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -62,17 +62,17 @@ fn_info_message_head(){ echo -e "Message" echo -e "${alertmessage}" echo -e "" - echo -e "Game" - echo -e "${gamename}" - echo -e "" echo -e "Server name" echo -e "${servername}" echo -e "" + echo -e "Game" + echo -e "${gamename}" + echo -e "" echo -e "Hostname" echo -e "${HOSTNAME}" echo -e "" echo -e "Server IP" - echo -e "${ip}:${port}" + echo -e "${alertip}:${port}" } fn_info_message_distro(){