|
@@ -6,14 +6,14 @@ lgsm_version="140516"
|
|
|
|
|
|
|
|
# Description: Sends a test email notification.
|
|
# Description: Sends a test email notification.
|
|
|
|
|
|
|
|
-local modulename="Comms Check"
|
|
|
|
|
|
|
+local modulename="Comms"
|
|
|
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
|
|
|
|
check.sh
|
|
check.sh
|
|
|
info_config.sh
|
|
info_config.sh
|
|
|
if [ "${emailnotification}" = "on" ]||[ "${pushbulletnotification}" = "on" ]; then
|
|
if [ "${emailnotification}" = "on" ]||[ "${pushbulletnotification}" = "on" ]; then
|
|
|
fn_scriptlog "Sending Comms Check"
|
|
fn_scriptlog "Sending Comms Check"
|
|
|
- commssubject="LGSM - Comms Check -${servername}"
|
|
|
|
|
|
|
+ commssubject="LGSM - Comms Check - ${servername}"
|
|
|
commsbody="LGSM testing comms, how you read?"
|
|
commsbody="LGSM testing comms, how you read?"
|
|
|
comms.sh
|
|
comms.sh
|
|
|
else
|
|
else
|