-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efaeab8
commit 66043d1
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,7 +277,20 @@ Understanding the logs can help you fine-tune LXC AutoScale’s configuration. F | |
|
||
### Notifications | ||
|
||
Notifications on scaling events can be sent to one or more endpoints like E-Mail, Gotify and Uptime Kuma (push webhook). Change options accordingly with your setup in the `/etc/lxc_autoscale/lxc_autoscale.yaml` configuration file. | ||
Notifications on scaling events can be sent to one or more endpoints like E-Mail, Gotify and Uptime Kuma (push webhook). Change options accordingly with your setup in the `/etc/lxc_autoscale/lxc_autoscale.yaml` configuration file: | ||
|
||
``` | ||
gotify_url: 'http://gotify-host' | ||
gotify_token: 'XXXXXXXXXX' | ||
smtp_server: 'live.smtp.mailtrap.io' | ||
smtp_port: 587 | ||
smtp_username: 'api' | ||
smtp_password: 'XXXXXXXXXXXXXXXXXXXXXX' | ||
smtp_from: '[email protected]' | ||
smtp_to: | ||
- '[email protected]' | ||
uptime_kuma_webhook_url: 'http://uptime-kuma-host:3001/api/push/XXXXXXXXX?status=up&msg=OK&ping=' | ||
``` | ||
|
||
|
||
## Uninstallation | ||
|