diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 0af644ae6..f3cc2b452 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -8,7 +8,7 @@ lgsm_version="210516" fn_alert_test(){ fn_scriptlog "Sending test alert" - alertsubject="LGSM - Alert Check - ${servername}" + alertsubject="LGSM - Test Alert - ${servername}" alertbody="LGSM test alert, how you read?" }