Skip to content

Commit

Permalink
Update alert.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd authored Jan 27, 2025
1 parent 89a2556 commit eadf571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function usage {
echo -e "Usage: $MY_SCRIPT_NAME [-c <CHECK>] [-m <MAIL_TO>] [-d <SEC>] [-h]:
[-c <CHECK>] Check downtime file (default: $MY_CHECK)
[-m <MAIL_TO>] Send notification to email address (default: $MY_MAIL_TO)
Alternatively, 'SMS' and 'Pushover' can be passed for alternative notification methods
Alternative options: 'SMS', 'Pushover', or path to custom script
[-d <SEC>] Notify if downtime is greater than N seconds (default: $MY_ALERT_SEC)
[-h] Displays help (this message)"
exit "$MY_RETURN_CODE"
Expand Down

0 comments on commit eadf571

Please sign in to comment.