mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
adding cassandra
This commit is contained in:
parent
4f9e88bad4
commit
82cf3ac1ef
2 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/
|
|||
- [Redis](https://awesome-prometheus-alerts.grep.to/rules#redis)
|
||||
- [MongoDB](https://awesome-prometheus-alerts.grep.to/rules#mongodb)
|
||||
- [Elasticsearch](https://awesome-prometheus-alerts.grep.to/rules#elasticsearch)
|
||||
- [Cassandra](https://awesome-prometheus-alerts.grep.to/rules#cassandra)
|
||||
- [Apache](https://awesome-prometheus-alerts.grep.to/rules#apache)
|
||||
- [HaProxy](https://awesome-prometheus-alerts.grep.to/rules#haproxy)
|
||||
- [Traefik](https://awesome-prometheus-alerts.grep.to/rules#traefik)
|
||||
|
|
|
|||
|
|
@ -346,6 +346,12 @@ services:
|
|||
query: 'rate(elasticsearch_indices_docs{es_master_node="false"}[10m]) < 1'
|
||||
severity: warning
|
||||
|
||||
- name: Cassandra
|
||||
exporters:
|
||||
- name: criteo/cassandra_exporter
|
||||
doc_url: https://github.com/criteo/cassandra_exporter
|
||||
rules:
|
||||
|
||||
- name: Apache
|
||||
exporters:
|
||||
- name: Lusitaniae/apache_exporter
|
||||
|
|
|
|||
Loading…
Reference in a new issue