mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
Doc: organizing sections
This commit is contained in:
parent
5bace11107
commit
b5469f2a59
2 changed files with 8 additions and 16 deletions
|
|
@ -29,7 +29,7 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/
|
||||||
- [HaProxy](https://awesome-prometheus-alerts.grep.to/rules#haproxy)
|
- [HaProxy](https://awesome-prometheus-alerts.grep.to/rules#haproxy)
|
||||||
- [Traefik](https://awesome-prometheus-alerts.grep.to/rules#traefik)
|
- [Traefik](https://awesome-prometheus-alerts.grep.to/rules#traefik)
|
||||||
- [PHP-FPM](https://awesome-prometheus-alerts.grep.to/rules#php-fpm)
|
- [PHP-FPM](https://awesome-prometheus-alerts.grep.to/rules#php-fpm)
|
||||||
- [Java-Client](https://awesome-prometheus-alerts.grep.to/rules#java-client)
|
- [JVM](https://awesome-prometheus-alerts.grep.to/rules#jvm)
|
||||||
- [ZFS](https://awesome-prometheus-alerts.grep.to/rules#zfs)
|
- [ZFS](https://awesome-prometheus-alerts.grep.to/rules#zfs)
|
||||||
- [Kubernetes](https://awesome-prometheus-alerts.grep.to/rules#kubernetes)
|
- [Kubernetes](https://awesome-prometheus-alerts.grep.to/rules#kubernetes)
|
||||||
- [Nomad](https://awesome-prometheus-alerts.grep.to/rules#nomad)
|
- [Nomad](https://awesome-prometheus-alerts.grep.to/rules#nomad)
|
||||||
|
|
@ -44,6 +44,7 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/
|
||||||
- [Juniper](https://awesome-prometheus-alerts.grep.to/rules#juniper)
|
- [Juniper](https://awesome-prometheus-alerts.grep.to/rules#juniper)
|
||||||
- [OpenEBS](https://awesome-prometheus-alerts.grep.to/rules#openebs)
|
- [OpenEBS](https://awesome-prometheus-alerts.grep.to/rules#openebs)
|
||||||
- [Minio](https://awesome-prometheus-alerts.grep.to/rules#minio)
|
- [Minio](https://awesome-prometheus-alerts.grep.to/rules#minio)
|
||||||
|
- [Juniper](https://awesome-prometheus-alerts.grep.to/rules#juniper)
|
||||||
- [CoreDNS](https://awesome-prometheus-alerts.grep.to/rules#coredns)
|
- [CoreDNS](https://awesome-prometheus-alerts.grep.to/rules#coredns)
|
||||||
|
|
||||||
## 🤝 Contributing
|
## 🤝 Contributing
|
||||||
|
|
|
||||||
|
|
@ -482,15 +482,12 @@ services:
|
||||||
doc_url: https://github.com/Lusitaniae/apache_exporter
|
doc_url: https://github.com/Lusitaniae/apache_exporter
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
- name: HaProxy v2.*
|
- name: HaProxy
|
||||||
exporters:
|
exporters:
|
||||||
- name: Embedded exporter
|
- name: Embedded exporter (HAProxy >= v2)
|
||||||
doc_url: https://github.com/haproxy/haproxy/tree/master/contrib/prometheus-exporter
|
doc_url: https://github.com/haproxy/haproxy/tree/master/contrib/prometheus-exporter
|
||||||
rules:
|
rules:
|
||||||
|
- name: prometheus/haproxy_exporter (HAProxy < v2)
|
||||||
- name: HaProxy v1.*
|
|
||||||
exporters:
|
|
||||||
- name: prometheus/haproxy_exporter
|
|
||||||
doc_url: https://github.com/prometheus/haproxy_exporter
|
doc_url: https://github.com/prometheus/haproxy_exporter
|
||||||
rules:
|
rules:
|
||||||
- name: HAProxy down
|
- name: HAProxy down
|
||||||
|
|
@ -558,10 +555,10 @@ services:
|
||||||
query: 'increase(haproxy_server_check_failures_total) > 0'
|
query: 'increase(haproxy_server_check_failures_total) > 0'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
- name: Traefik v1.*
|
- name: Traefik
|
||||||
exporters:
|
exporters:
|
||||||
- name: Embedded exporter
|
- name: Embedded exporter
|
||||||
doc_url: https://docs.traefik.io/v1.7/configuration/metrics/
|
doc_url: https://docs.traefik.io/observability/metrics/prometheus/
|
||||||
rules:
|
rules:
|
||||||
- name: Traefik backend down
|
- name: Traefik backend down
|
||||||
description: All Traefik backends are down
|
description: All Traefik backends are down
|
||||||
|
|
@ -576,19 +573,13 @@ services:
|
||||||
query: 'sum(rate(traefik_backend_requests_total{code=~"5.*"}[3m])) by (backend) / sum(rate(traefik_backend_requests_total[3m])) by (backend) * 100 > 5'
|
query: 'sum(rate(traefik_backend_requests_total{code=~"5.*"}[3m])) by (backend) / sum(rate(traefik_backend_requests_total[3m])) by (backend) * 100 > 5'
|
||||||
severity: error
|
severity: error
|
||||||
|
|
||||||
- name: Traefik v2.*
|
|
||||||
exporters:
|
|
||||||
- name: Embedded exporter
|
|
||||||
doc_url: https://docs.traefik.io/observability/metrics/prometheus/
|
|
||||||
rules:
|
|
||||||
|
|
||||||
- name: PHP-FPM
|
- name: PHP-FPM
|
||||||
exporters:
|
exporters:
|
||||||
- name: bakins/php-fpm-exporter
|
- name: bakins/php-fpm-exporter
|
||||||
doc_url: https://github.com/bakins/php-fpm-exporter
|
doc_url: https://github.com/bakins/php-fpm-exporter
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
- name: Java
|
- name: JVM
|
||||||
exporters:
|
exporters:
|
||||||
- name: java-client
|
- name: java-client
|
||||||
doc_url: https://github.com/prometheus/client_java
|
doc_url: https://github.com/prometheus/client_java
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue