feat: implement Grafana and Glowroot alerting with Telegram and Slack support#83
feat: implement Grafana and Glowroot alerting with Telegram and Slack support#83iambaboucarr wants to merge 2 commits into
Conversation
… support - Added configuration options for Glowroot alerting in `hosts.template` and `monitor.template`. - Introduced `glowroot_alerting.yml` for default alerting settings. - Created tasks for setting up Telegram forwarder and Slack notifications in `glowroot.yml`. - Added templates for Glowroot configuration and notification policies for Grafana. - Implemented Prometheus alert rules and Grafana contact points for integrated alerting. - Enhanced Munin configuration to support Telegram and Slack alerts.
|
bobjolliffe
left a comment
There was a problem hiding this comment.
Looks good. Why don't you put the alerting service into its own container? Then it doesn't have to be configured multiple times. And can be used as a generic messaging component, eg from awk scripts or whatever.
Yes, that's more scalable. Let me look into it and revert |




hosts.templateandmonitor.template.glowroot_alerting.ymlfor default alerting settings.glowroot.yml.