s3krit / ruby-grafana-matrix

A Matrix notification ingress for Grafana alerting webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana Matrix

A Grafana webhook ingress for sending Matrix notifications

Working:

  • Simple notifications
  • Authenticated requests

TODO:

  • Proper styling

Installation / Usage

Until a more proper release is done;
Download the git repo, instantiate the bundle, create a proper configuration file, and launch the server

git clone https://github.com/ananace/ruby-grafana-matrix
cd ruby-grafana-matrix
bundle install --path=vendor
cp config.yml.example config.yml
vi config.yml
# Edit the configuration to suit your requirements

bundle exec rackup

You would then add the ingester as a Grafana webhook channel like so; Grafana config

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ananace/ruby-grafana-matrix

License

The gem is available as open source under the terms of the MIT License.

About

A Matrix notification ingress for Grafana alerting webhooks

License:MIT License


Languages

Language:Ruby 83.8%Language:HTML 12.7%Language:Dockerfile 3.4%