Explorar el Código

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

Daniel Gibbs hace 8 años
padre
commit
101ab7f060
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      lgsm/functions/alert.sh

+ 4 - 4
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"