🚨 Collection of Prometheus alerting rules
Find a file
Maxime Brunet 1e2a35e058
elasticsearch: Alert for no new docs on data nodes only
We can have nodes that are not masters, but don not hold any data. For example the client/coordinating nodes set up by the `stable/elasticsearch` helm chart:
https://github.com/helm/charts/tree/master/stable/elasticsearch#client-and-coordinating-nodes

And we can also have nodes being data and master nodes simultaneously.
So I think, this alert has to look for `es_data_node="true"` to be correct.
2019-11-06 15:23:26 -05:00
_data elasticsearch: Alert for no new docs on data nodes only 2019-11-06 15:23:26 -05:00
_layouts feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
assets feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
.gitignore 🚀 2018-10-23 08:25:20 +02:00
.travis.yml 💄 awesome-lint 2019-02-11 22:09:50 +01:00
_config.yml Oops 2019-02-11 21:29:44 +01:00
alertmanager.md 🚀 2018-10-23 08:25:20 +02:00
CNAME Create CNAME 2018-10-21 21:01:49 +02:00
CONTRIBUTING.md feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
docker-compose.yml feat(ui): adding copy buttons 2019-10-26 16:41:11 +02:00
Gemfile Jekyll based doc 2018-10-22 00:53:32 +02:00
Gemfile.lock Bump nokogiri from 1.8.5 to 1.10.4 2019-08-23 11:23:49 +00:00
index.md deploy 2018-10-22 01:06:44 +02:00
LICENSE Changing license 2019-02-11 21:05:55 +01:00
package.json 💄 awesome-lint 2019-02-11 22:09:50 +01:00
README.md adding cassandra 2019-10-26 17:48:22 +02:00
rules.md adding comments in data structure 2019-10-26 17:25:35 +02:00

Awesome Prometheus Alerts Awesome

Most alerting rules are common to any Prometheus setup. We need a place to find them. 🤘 🚨 📊

Collection available here: https://awesome-prometheus-alerts.grep.to

Contents

Rules

Contributing

Contributions for common alerting rules are most welcome!

For few months, many exporters have changed metric names, in order to follow community conventions. Please create an issue or a small pull-request with corrected metric name. 🙏

Instructions here

Improvements

  • Create an alert rule builder in Jekyll for custom alerts (severity, thresholds, instances...)

License

CC4

Licensed under the Creative Commons 4.0 License, see LICENSE file for more detail.