From c40e17c4d63b4614afd085d6787560a97d8dac4d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 15 Jan 2015 17:47:27 +0000 Subject: [PATCH] Replaced deprecated functions with fn_serverdetails --- functions/fn_debugserver | 6 ++---- functions/fn_emailnotification | 6 ++---- functions/fn_functions | 6 +++--- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/functions/fn_debugserver b/functions/fn_debugserver index 3802029b6..1baba750a 100644 --- a/functions/fn_debugserver +++ b/functions/fn_debugserver @@ -2,7 +2,7 @@ # LGSM fn_debugserver function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010115 +# Version: 140115 # Description: Runs the server without tmux. Runs direct from the terminal. @@ -10,9 +10,7 @@ local modulename="Debug" fn_rootcheck fn_syscheck fn_autoip -fn_distro -fn_uptime -fn_load +fn_distrodetails fn_parms echo "" echo "${gamename} Debug" diff --git a/functions/fn_emailnotification b/functions/fn_emailnotification index cf359e19e..2e7332c57 100644 --- a/functions/fn_emailnotification +++ b/functions/fn_emailnotification @@ -2,15 +2,13 @@ # LGSM fn_emailnotification function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 010115 +# Version: 150115 # Description: Sends email notification if monitor picks up a failure. local modulename="Email" fn_printdots "Sending notification to ${email}" -fn_distro -fn_uptime -fn_load +fn_distrodetails { echo -e "========================================\n${servicename} details\n========================================\n" echo -e "Service: ${servicename}" diff --git a/functions/fn_functions b/functions/fn_functions index 6cf4b2c08..6effeeadd 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -32,7 +32,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -# Depricated: fn_distrodetails has replaced this function. +# Deprecated: fn_distrodetails has replaced this function. fn_distro(){ functionfile="${FUNCNAME}" fn_runfunction @@ -52,7 +52,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -# Depricated: fn_distrodetails has replaced this function. +# Deprecated: fn_distrodetails has replaced this function. fn_load(){ functionfile="${FUNCNAME}" fn_runfunction @@ -130,7 +130,7 @@ functionfile="${FUNCNAME}" fn_runfunction } -# Depricated: fn_distrodetails has replaced this function. +# Deprecated: fn_distrodetails has replaced this function. fn_uptime(){ functionfile="${FUNCNAME}" fn_runfunction