docs(alerting): add docs for alert notifications

This commit is contained in:
bergquist
2016-11-08 10:58:59 +01:00
parent dea5fd385f
commit 8ca18b511f
2 changed files with 80 additions and 5 deletions
+7 -3
View File
@@ -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