From 101ab7f060943631d3d58dcb0b794114726ea134 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 22 Aug 2017 20:54:57 +0100 Subject: [PATCH] 2 imrpoved email corrected vars comment added mailgun Added mailgun Removing pushjet for now as more complex 3 hours ago pushover now working curlpath IFTTT added ability to change event name Added discord and IFTTT Added error checking for TFTTT IFTTT now working Improved message to pushbullet changedfrom : to - as : was not showing in tfttt Testing out IFTTT 12 hours ago bug discord to pushover fixed error detection tidy up Pushbullet now uses json Merge remote-tracking branch 'origin/develop' into develop Alert updates space Fixed telegram comment typo Added Pushover added alert_pushover typo Adding pushover support Improvements the alert message minor message change yesterday minor message updates further improvements to alerts Fixed legacy scripts unable to create tmpdir changedfrom : to - as : was not showing in tfttt --- lgsm/functions/alert.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 2709043e7..b860f2d76 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -9,7 +9,7 @@ local commandaction="Alert" fn_alert_test(){ fn_script_log_info "Sending test alert" - alertsubject="Alert - ${servicename}: Test" + alertsubject="Alert - ${servicename} - Test" alertemoji="🚧" alertsound="1" alerturl="https://gameservermanagers.com" @@ -18,7 +18,7 @@ fn_alert_test(){ fn_alert_restart(){ fn_script_log_info "Sending alert: Restarted: ${executable} not running" - alertsubject="Alert - ${servicename}: Restarted" + alertsubject="Alert - ${servicename} - Restarted" alertemoji="🚨" alertsound="2" alerturl="https://gameservermanagers.com" @@ -27,7 +27,7 @@ fn_alert_restart(){ fn_alert_restart_query(){ fn_script_log_info "Sending alert: Restarted: ${gsquerycmd}" - alertsubject="Alert - ${servicename}: Restarted" + alertsubject="Alert - ${servicename} - Restarted" alertemoji="🚨" alertsound="2" alerturl="https://gameservermanagers.com" @@ -36,7 +36,7 @@ fn_alert_restart_query(){ fn_alert_update(){ fn_script_log_info "Sending alert: Updated" - alertsubject="Alert - ${servicename}: Updated" + alertsubject="Alert - ${servicename} - Updated" alertemoji="🎮" alertsound="1" alerturl="https://gameservermanagers.com"