|
|
@ -387,22 +387,27 @@ functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|
|
|
|
|
alert_pushbullet.sh(){ |
|
|
|
alert_ifttt.sh(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|
|
|
|
|
alert_pushover.sh(){ |
|
|
|
alert_mailgun.sh(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|
|
|
|
|
alert_telegram.sh(){ |
|
|
|
alert_pushbullet.sh(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|
|
|
|
|
alert_ifttt.sh(){ |
|
|
|
alert_pushover.sh(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|
|
|
|
|
alert_telegram.sh(){ |
|
|
|
functionfile="${FUNCNAME}" |
|
|
|
fn_fetch_function |
|
|
|
} |
|
|
|