Browse Source

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

pull/1601/head
Daniel Gibbs 8 years ago
parent
commit
101ab7f060
  1. 8
      lgsm/functions/alert.sh

8
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"

Loading…
Cancel
Save