|
|
@ -6,6 +6,8 @@ lgsm_version="271215" |
|
|
|
|
|
|
|
# Description: Displays server infomation. |
|
|
|
|
|
|
|
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
|
|
|
|
|
|
|
# Standard Details |
|
|
|
# This applies to all engines |
|
|
|
|
|
|
@ -106,7 +108,7 @@ printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
|
# online status |
|
|
|
if [ "${gamename}" == "Teamspeak 3" ]; then |
|
|
|
info_ts3status.sh |
|
|
|
if [ "${ts3status}" = "Server seems to have died" ] || [ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
|
if [ "${ts3status}" = "Server seems to have died" ]||[ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
|
echo -e "\e[34mStatus:\t\e[0;31mOFFLINE\e[0m" |
|
|
|
else |
|
|
|
echo -e "\e[34mStatus:\t\e[0;32mONLINE\e[0m" |
|
|
@ -184,7 +186,7 @@ fn_details_backup(){ |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mBackups\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
|
if [ ! -d "${backupdir}" ] || [ "${backupcount}" == "0" ]; then |
|
|
|
if [ ! -d "${backupdir}" ]||[ "${backupcount}" == "0" ]; then |
|
|
|
echo -e "No Backups created" |
|
|
|
else |
|
|
|
{ |
|
|
@ -207,7 +209,7 @@ echo -e "${executable} ${parms}" |
|
|
|
fn_details_statusbottom(){ |
|
|
|
echo -e "" |
|
|
|
if [ "${gamename}" == "Teamspeak 3" ]; then |
|
|
|
if [ "${ts3status}" = "Server seems to have died" ] || [ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
|
if [ "${ts3status}" = "Server seems to have died" ]||[ "${ts3status}" = "No server running (ts3server.pid is missing)" ]; then |
|
|
|
echo -e "\e[34mStatus: \e[0;31mOFFLINE\e[0m" |
|
|
|
else |
|
|
|
echo -e "\e[34mStatus: \e[0;32mONLINE\e[0m" |
|
|
@ -226,14 +228,6 @@ echo -e "" |
|
|
|
# Engine Specific details |
|
|
|
|
|
|
|
fn_details_avalanche(){ |
|
|
|
check_ip.sh |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -252,14 +246,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_dontstarve(){ |
|
|
|
check_ip.sh |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -278,14 +264,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_projectzomboid(){ |
|
|
|
check_ip.sh |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -305,16 +283,6 @@ fn_details_statusbottom |
|
|
|
|
|
|
|
|
|
|
|
fn_details_realvirtuality(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -324,7 +292,7 @@ echo -e "" |
|
|
|
echo -e "Useful port diagnostic command:" |
|
|
|
echo -e "netstat -atunp | grep arma3server" |
|
|
|
echo -e "" |
|
|
|
if [ -z "${port}" ] || [ -z "${queryport}" ] || [ -z "${masterport}" ]; then |
|
|
|
if [ -z "${port}" ]||[ -z "${queryport}" ]||[ -z "${masterport}" ]; then |
|
|
|
echo -e "\e[0;31mERROR!\e[0m Missing/commented ports in ${servercfg}." |
|
|
|
echo -e "" |
|
|
|
fi |
|
|
@ -339,16 +307,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_seriousengine35(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -368,16 +326,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_source(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -400,16 +348,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_spark(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -438,16 +376,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_starbound(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -469,14 +397,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_teamspeak3(){ |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -497,16 +417,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_teeworlds(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -525,16 +435,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_terraria(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -555,16 +455,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_sdtd(){ |
|
|
|
fn_check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -602,16 +492,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_hurtworld(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
fn_details_config |
|
|
|
fn_details_distro |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -633,16 +513,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_unreal(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -690,16 +560,6 @@ fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
fn_details_ark(){ |
|
|
|
check_ip.sh |
|
|
|
fn_parms |
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_disk |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
fn_details_commandlineparms |
|
|
|
echo -e "" |
|
|
|
echo -e "\e[92mPorts\e[0m" |
|
|
|
printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' = |
|
|
@ -718,6 +578,10 @@ echo -e "" |
|
|
|
fn_details_statusbottom |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# Run checks and gathers details to display. |
|
|
|
check.sh |
|
|
|
|
|
|
|
if [ ! -e "${servercfgfullpath}" ]; then |
|
|
|
if [ "${gamename}" != "Hurtworld" ]; then |
|
|
|
echo "" |
|
|
@ -734,8 +598,21 @@ if [ ! -e "${servercfgfullpath}" ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
info_config.sh |
|
|
|
info_distro.sh |
|
|
|
info_glibc.sh |
|
|
|
fn_details_os |
|
|
|
fn_details_performance |
|
|
|
fn_details_gameserver |
|
|
|
fn_details_backup |
|
|
|
# Some game servers do not have parms. |
|
|
|
if [ "${gamename}" != "Teamspeak 3" ]||[ "${engine}" != "avalanche" ]||[ "${engine}" != "dontstarve" ]||[ "${engine}" == "projectzomboid" ]; then |
|
|
|
fn_parms |
|
|
|
fn_details_commandlineparms |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Display details depending on game or engine. |
|
|
|
if [ "${engine}" == "avalanche" ]; then |
|
|
|
fn_details_avalanche |
|
|
|
elif [ "${engine}" == "dontstarve" ]; then |
|
|
@ -746,7 +623,7 @@ elif [ "${engine}" == "realvirtuality" ]; then |
|
|
|
fn_details_realvirtuality |
|
|
|
elif [ "${engine}" == "seriousengine35" ]; then |
|
|
|
fn_details_seriousengine35 |
|
|
|
elif [ "${engine}" == "source" ] || [ "${engine}" == "goldsource" ]; then |
|
|
|
elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then |
|
|
|
fn_details_source |
|
|
|
elif [ "${engine}" == "spark" ]; then |
|
|
|
fn_details_spark |
|
|
@ -756,7 +633,7 @@ elif [ "${engine}" == "teeworlds" ]; then |
|
|
|
fn_details_teeworlds |
|
|
|
elif [ "${engine}" == "terraria" ]; then |
|
|
|
fn_details_terraria |
|
|
|
elif [ "${engine}" == "unreal" ] || [ "${engine}" == "unreal2" ]; then |
|
|
|
elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then |
|
|
|
fn_details_unreal |
|
|
|
elif [ "${gamename}" == "ARK: Survivial Evolved" ]; then |
|
|
|
fn_details_ark |
|
|
|