Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 19, 2024
1 parent efaeab8 commit 66043d1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/lxc_autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66043d1

Please sign in to comment.