docs(alerting): add docs for alert notifications
This commit is contained in:
@@ -584,20 +584,24 @@ Time to live for snapshots.
|
||||
These options control how images should be made public so they can be shared on services like slack.
|
||||
|
||||
### provider
|
||||
You can choose between (s3, webdav)
|
||||
You can choose between (s3, webdav). If left empty Grafana will ignore the upload action.
|
||||
|
||||
## [external_image_storage.s3]
|
||||
|
||||
### bucket_url
|
||||
bucket url for s3. ex http://grafana.s3.amazonaws.com/
|
||||
|
||||
### access_key
|
||||
access key. ex AAAAAAAAAAAAAAAAAAAA
|
||||
|
||||
### secret_key
|
||||
secret key. ex AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
||||
|
||||
## [external_image_storage.webdav]
|
||||
|
||||
### url
|
||||
|
||||
Url to where Grafana will send PUT request with images
|
||||
### username
|
||||
|
||||
basic auth username
|
||||
### password
|
||||
basic auth password
|
||||
|
||||
Reference in New Issue
Block a user