check_local_mattermost_service.sh: change sender adress alert e-mail.
This commit is contained in:
parent
43d6e0ef55
commit
260e3bdf57
@ -186,7 +186,7 @@ for _email in $alert_email_addresses ; do
|
|||||||
alert_email_arr+=("$_email")
|
alert_email_arr+=("$_email")
|
||||||
done
|
done
|
||||||
|
|
||||||
[[ -n "$sender_address" ]] || sender_address="check_local_webservice@$(hostname -f)"
|
[[ -n "$sender_address" ]] || sender_address="check_mm_service@$(hostname -f)"
|
||||||
[[ -n "$content_type" ]] || content_type='Content-Type: text/plain;\n charset="utf-8"'
|
[[ -n "$content_type" ]] || content_type='Content-Type: text/plain;\n charset="utf-8"'
|
||||||
|
|
||||||
[[ -n "$TIME_OUT" ]] || TIME_OUT=$DEFAULT_TIME_OUT
|
[[ -n "$TIME_OUT" ]] || TIME_OUT=$DEFAULT_TIME_OUT
|
||||||
|
Loading…
Reference in New Issue
Block a user