- Notifications
You must be signed in to change notification settings - Fork4
v1.6.0
Highlights
Notifications for failed runs are now possible via apprise. Users can specify in their yaml configuration to utilize this feature.
Example configuration:
## 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:""
Example uses JSON HTTP POST request for notification (https://github.com/caronc/apprise/wiki/Notify_Custom_JSON).
What's Changed
- 61 notification by@pchang388 in#66
Full Changelog:v1.5.0...v1.6.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.