带有图形的 Grafana 警报
Grafana Alerts with Graphs
我正在试用 Grafana 的警报和通知功能,它看起来非常棒。
松弛通知示例。
不过有个大问题。它需要配置 S3,这使得任何人都可以公开访问图像。对于不希望公开访问其图片的公司,是否有办法确保此功能安全?
http://docs.grafana.org/guides/whats-new-in-v4/
Notifications
Alerting would not be very useful if there was no way to send notifications when rules trigger and change state.
You can setup notifications of different types. We currently have Slack, PagerDuty, Email and Webhook with more in the pipe that will be added during beta period.
The notifications can then be added to your alert rules.
If you have configured an external image store in the grafana.ini config file (s3 and webdav options available)
you can get very rich notifications with an image of the graph and the metric values all included in the notification.
取决于您使用的通知以及您想要的安全性。
将图像发布到 webdav 服务器,您几乎可以自己做出所有这些安全决定。
电子邮件通知如果未配置外部图像存储,Grafana 将回退到在电子邮件中附加这些图像。
我正在试用 Grafana 的警报和通知功能,它看起来非常棒。
松弛通知示例。
不过有个大问题。它需要配置 S3,这使得任何人都可以公开访问图像。对于不希望公开访问其图片的公司,是否有办法确保此功能安全?
http://docs.grafana.org/guides/whats-new-in-v4/
Notifications Alerting would not be very useful if there was no way to send notifications when rules trigger and change state. You can setup notifications of different types. We currently have Slack, PagerDuty, Email and Webhook with more in the pipe that will be added during beta period. The notifications can then be added to your alert rules.
If you have configured an external image store in the grafana.ini config file (s3 and webdav options available) you can get very rich notifications with an image of the graph and the metric values all included in the notification.
取决于您使用的通知以及您想要的安全性。
将图像发布到 webdav 服务器,您几乎可以自己做出所有这些安全决定。
电子邮件通知如果未配置外部图像存储,Grafana 将回退到在电子邮件中附加这些图像。