1 changed files with 6 additions and 1 deletions
@ -44,6 +44,11 @@ emailalert="off" |
|||||
email="[email protected]" |
email="[email protected]" |
||||
emailfrom="" |
emailfrom="" |
||||
|
|
||||
|
# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify |
||||
|
gotifyalert="off" |
||||
|
gotifytoken="token" |
||||
|
gotifywebhook="webhook" |
||||
|
|
||||
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
# IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt |
||||
iftttalert="off" |
iftttalert="off" |
||||
ifttttoken="accesstoken" |
ifttttoken="accesstoken" |
||||
@ -170,4 +175,4 @@ postdetailslog="${lgsmlogdir}/${selfname}-postdetails.log" |
|||||
|
|
||||
## Logs Naming |
## Logs Naming |
||||
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
lgsmlogdate="${lgsmlogdir}/${selfname}-script-$(date '+%Y-%m-%d-%H:%M:%S').log" |
||||
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" |
consolelogdate="${consolelogdir}/${selfname}-console-$(date '+%Y-%m-%d-%H:%M:%S').log" |
||||
|
Loading…
Reference in new issue