mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +08:00
Renaming some alert categories
This commit is contained in:
parent
6edcdc75af
commit
05a2c9604b
2 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ Collection available here: **[https://awesome-prometheus-alerts.grep.to](https:/
|
||||||
|
|
||||||
## Rules
|
## Rules
|
||||||
|
|
||||||
- [Prometheus](https://awesome-prometheus-alerts.grep.to/rules#prometheus)
|
- [Prometheus internals](https://awesome-prometheus-alerts.grep.to/rules#prometheus-internals)
|
||||||
- [Host](https://awesome-prometheus-alerts.grep.to/rules#host)
|
- [Host/Hardware](https://awesome-prometheus-alerts.grep.to/rules#host-and-hardware)
|
||||||
- [Docker Containers](https://awesome-prometheus-alerts.grep.to/rules#docker-containers)
|
- [Docker Containers](https://awesome-prometheus-alerts.grep.to/rules#docker-containers)
|
||||||
- [Nginx](https://awesome-prometheus-alerts.grep.to/rules#nginx)
|
- [Nginx](https://awesome-prometheus-alerts.grep.to/rules#nginx)
|
||||||
- [RabbitMQ](https://awesome-prometheus-alerts.grep.to/rules#rabbitmq)
|
- [RabbitMQ](https://awesome-prometheus-alerts.grep.to/rules#rabbitmq)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
- name: Prometheus
|
- name: Prometheus internals
|
||||||
exporters:
|
exporters:
|
||||||
- rules:
|
- rules:
|
||||||
- name: Prometheus configuration reload
|
- name: Prometheus configuration reload
|
||||||
|
|
@ -19,7 +19,7 @@ services:
|
||||||
query: "up == 0"
|
query: "up == 0"
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
||||||
- name: Host
|
- name: Host and hardware
|
||||||
exporters:
|
exporters:
|
||||||
- name: node-exporter
|
- name: node-exporter
|
||||||
doc_url: https://github.com/prometheus/node_exporter
|
doc_url: https://github.com/prometheus/node_exporter
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue