- Notifications
You must be signed in to change notification settings - Fork4
8efd885 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Highlights
Notification feature has been enhanced to support notifications for successful runs in addition to failed runs.
Example:
## optional - if specified exporter will send notifications on failure# supported notification services are:# - apprise (https://github.com/caronc/apprise)# omit/comment out section if not requirednotifications:# optional - apprise notification config# if used, required: specify one or more service_urls or a config_path# - if both are specified, config_path takes precedence# if service_urls is used, service_urls can also be specified as env var: APPRISE_URLS# - env var takes precedence over service_urls below if both specifiedapprise:service_urls:[]# - "json://localhost:8080/notify"config_path:""plugin_paths:[]storage_path:""custom_title:""custom_attachment_path:""on_success:falseon_failure:true
What's Changed
- 61 notification by@pchang388 in#67
Full Changelog:v1.6.0...v1.6.1
Assets2
Uh oh!
There was an error while loading.Please reload this page.